Shades of Moody Blue #756FD8
Tints of Moody Blue #756FD8
RGB
CMYK
RGB Variations
Color information
#756FD8 (or 0x756FD8) is known color: Moody Blue. HEX triplet: 75, 6F and D8. RGB value is (117,111,216). Sum of RGB (Red+Green+Blue) = 117+111+216=444 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.35% from 444); Green value is 111 (43.75% from 255 or 25% from 444); Blue value is 216 (84.77% from 255 or 48.65% from 444); Max value from RGB is 216 - color contains mainly: blue. Hex color #756FD8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #756FD8 is #8A9027. Grayscale: #7C7C7C. Windows color (decimal): -9080872 or 14184309. OLE color: 14184309.
HSL color Cylindrical-coordinate representation of color #756FD8: hue angle of 243.43º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #756FD8 is Cyan = 0.46, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 117 | 111 | 216 | - |
| CMYK | 0.46 | 0.49 | 0 | 0.15 |
| HSL | 243.43º | 0.57% | 0.64% | - |
| HSV(B) | 243.43º | 0.49% | 0.85% | - |
| XYZ | 25.42 | 20.11 | 67.51 | - |
| YUV | 124.76 | 179.49 | 122.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 111 | 216 | 0.46 | 0.49 | 0 | 0.15 | 243.43 | 0.57 | 0.64 |
| Hex | 75 | 6F | D8 | 2E | 31 | 0 | F | F3 | 39 | 40 |
| Octal | 165 | 157 | 330 | 56 | 61 | 0 | 17 | 363 | 71 | 100 |
| Binary | 1110101 | 1101111 | 11011000 | 101110 | 110001 | 0 | 1111 | 11110011 | 111001 | 1000000 |
Color Harmonies of #756FD8
Complementary color
Monochromatic Colors of #756FD8
Black with #756FD8
Text Example
Text Example
White with #756FD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756FD8; }
p { color: rgb(117,111,216); }
H1.HeaderClassName
{
color: #756FD8;
}
.AnyTagClassName
{
color: #756FD8;
}
</style>
background-color css
<style>
a { background-color: #756FD8; }
a { background-color: rgb(117,111,216); }
div.DivClassName
{
background-color: #756FD8;
}
.BgClassName
{
background-color: #756FD8;
}
</style>
border-color css
<style>
span { border-color: #756FD8; }
span { border-color: rgb(117,111,216); }
td.TdClassName
{
border-color: #756FD8;
}
.TagClassName
{
border-color: #756FD8;
}
</style>