Shades of Moody Blue #766FC6
Tints of Moody Blue #766FC6
RGB
CMYK
RGB Variations
Color information
#766FC6 (or 0x766FC6) is known color: Moody Blue. HEX triplet: 76, 6F and C6. RGB value is (118,111,198). Sum of RGB (Red+Green+Blue) = 118+111+198=427 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.63% from 427); Green value is 111 (43.75% from 255 or 26.00% from 427); Blue value is 198 (77.73% from 255 or 46.37% from 427); Max value from RGB is 198 - color contains mainly: blue. Hex color #766FC6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #766FC6 is #899039. Grayscale: #7A7A7A. Windows color (decimal): -9015354 or 13004662. OLE color: 13004662.
HSL color Cylindrical-coordinate representation of color #766FC6: hue angle of 244.83º degrees, saturation: 0.43, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #766FC6 is Cyan = 0.40, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 118 | 111 | 198 | - |
| CMYK | 0.40 | 0.44 | 0 | 0.22 |
| HSL | 244.83º | 0.43% | 0.61% | - |
| HSV(B) | 244.83º | 0.44% | 0.78% | - |
| XYZ | 23.35 | 19.3 | 55.92 | - |
| YUV | 123.01 | 170.32 | 124.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 111 | 198 | 0.40 | 0.44 | 0 | 0.22 | 244.83 | 0.43 | 0.61 |
| Hex | 76 | 6F | C6 | 28 | 2C | 0 | 16 | F5 | 2B | 3D |
| Octal | 166 | 157 | 306 | 50 | 54 | 0 | 26 | 365 | 53 | 75 |
| Binary | 1110110 | 1101111 | 11000110 | 101000 | 101100 | 0 | 10110 | 11110101 | 101011 | 111101 |
Color Harmonies of #766FC6
Complementary color
Monochromatic Colors of #766FC6
Black with #766FC6
Text Example
Text Example
White with #766FC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766FC6; }
p { color: rgb(118,111,198); }
H1.HeaderClassName
{
color: #766FC6;
}
.AnyTagClassName
{
color: #766FC6;
}
</style>
background-color css
<style>
a { background-color: #766FC6; }
a { background-color: rgb(118,111,198); }
div.DivClassName
{
background-color: #766FC6;
}
.BgClassName
{
background-color: #766FC6;
}
</style>
border-color css
<style>
span { border-color: #766FC6; }
span { border-color: rgb(118,111,198); }
td.TdClassName
{
border-color: #766FC6;
}
.TagClassName
{
border-color: #766FC6;
}
</style>