Shades of Moody Blue #766FC9
Tints of Moody Blue #766FC9
RGB
CMYK
RGB Variations
Color information
#766FC9 (or 0x766FC9) is known color: Moody Blue. HEX triplet: 76, 6F and C9. RGB value is (118,111,201). Sum of RGB (Red+Green+Blue) = 118+111+201=430 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.44% from 430); Green value is 111 (43.75% from 255 or 25.81% from 430); Blue value is 201 (78.91% from 255 or 46.74% from 430); Max value from RGB is 201 - color contains mainly: blue. Hex color #766FC9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #766FC9 is #899036. Grayscale: #7A7A7A. Windows color (decimal): -9015351 or 13201270. OLE color: 13201270.
HSL color Cylindrical-coordinate representation of color #766FC9: hue angle of 244.67º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #766FC9 is Cyan = 0.41, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 118 | 111 | 201 | - |
| CMYK | 0.41 | 0.45 | 0 | 0.21 |
| HSL | 244.67º | 0.45% | 0.61% | - |
| HSV(B) | 244.67º | 0.45% | 0.79% | - |
| XYZ | 23.7 | 19.44 | 57.76 | - |
| YUV | 123.35 | 171.82 | 124.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 111 | 201 | 0.41 | 0.45 | 0 | 0.21 | 244.67 | 0.45 | 0.61 |
| Hex | 76 | 6F | C9 | 29 | 2D | 0 | 15 | F5 | 2D | 3D |
| Octal | 166 | 157 | 311 | 51 | 55 | 0 | 25 | 365 | 55 | 75 |
| Binary | 1110110 | 1101111 | 11001001 | 101001 | 101101 | 0 | 10101 | 11110101 | 101101 | 111101 |
Color Harmonies of #766FC9
Complementary color
Monochromatic Colors of #766FC9
Black with #766FC9
Text Example
Text Example
White with #766FC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766FC9; }
p { color: rgb(118,111,201); }
H1.HeaderClassName
{
color: #766FC9;
}
.AnyTagClassName
{
color: #766FC9;
}
</style>
background-color css
<style>
a { background-color: #766FC9; }
a { background-color: rgb(118,111,201); }
div.DivClassName
{
background-color: #766FC9;
}
.BgClassName
{
background-color: #766FC9;
}
</style>
border-color css
<style>
span { border-color: #766FC9; }
span { border-color: rgb(118,111,201); }
td.TdClassName
{
border-color: #766FC9;
}
.TagClassName
{
border-color: #766FC9;
}
</style>