Shades of Moody Blue #766DC9
Tints of Moody Blue #766DC9
RGB
CMYK
RGB Variations
Color information
#766DC9 (or 0x766DC9) is known color: Moody Blue. HEX triplet: 76, 6D and C9. RGB value is (118,109,201). Sum of RGB (Red+Green+Blue) = 118+109+201=428 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.57% from 428); Green value is 109 (42.97% from 255 or 25.47% from 428); Blue value is 201 (78.91% from 255 or 46.96% from 428); Max value from RGB is 201 - color contains mainly: blue. Hex color #766DC9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #766DC9 is #899236. Grayscale: #797979. Windows color (decimal): -9015863 or 13200758. OLE color: 13200758.
HSL color Cylindrical-coordinate representation of color #766DC9: hue angle of 245.87º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #766DC9 is Cyan = 0.41, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 118 | 109 | 201 | - |
| CMYK | 0.41 | 0.46 | 0 | 0.21 |
| HSL | 245.87º | 0.46% | 0.61% | - |
| HSV(B) | 245.87º | 0.46% | 0.79% | - |
| XYZ | 23.48 | 19.01 | 57.69 | - |
| YUV | 122.18 | 172.48 | 125.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 109 | 201 | 0.41 | 0.46 | 0 | 0.21 | 245.87 | 0.46 | 0.61 |
| Hex | 76 | 6D | C9 | 29 | 2E | 0 | 15 | F6 | 2E | 3D |
| Octal | 166 | 155 | 311 | 51 | 56 | 0 | 25 | 366 | 56 | 75 |
| Binary | 1110110 | 1101101 | 11001001 | 101001 | 101110 | 0 | 10101 | 11110110 | 101110 | 111101 |
Color Harmonies of #766DC9
Complementary color
Monochromatic Colors of #766DC9
Black with #766DC9
Text Example
Text Example
White with #766DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766DC9; }
p { color: rgb(118,109,201); }
H1.HeaderClassName
{
color: #766DC9;
}
.AnyTagClassName
{
color: #766DC9;
}
</style>
background-color css
<style>
a { background-color: #766DC9; }
a { background-color: rgb(118,109,201); }
div.DivClassName
{
background-color: #766DC9;
}
.BgClassName
{
background-color: #766DC9;
}
</style>
border-color css
<style>
span { border-color: #766DC9; }
span { border-color: rgb(118,109,201); }
td.TdClassName
{
border-color: #766DC9;
}
.TagClassName
{
border-color: #766DC9;
}
</style>