Shades of Moody Blue #766CC9
Tints of Moody Blue #766CC9
RGB
CMYK
RGB Variations
Color information
#766CC9 (or 0x766CC9) is known color: Moody Blue. HEX triplet: 76, 6C and C9. RGB value is (118,108,201). Sum of RGB (Red+Green+Blue) = 118+108+201=427 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.63% from 427); Green value is 108 (42.58% from 255 or 25.29% from 427); Blue value is 201 (78.91% from 255 or 47.07% from 427); Max value from RGB is 201 - color contains mainly: blue. Hex color #766CC9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #766CC9 is #899336. Grayscale: #797979. Windows color (decimal): -9016119 or 13200502. OLE color: 13200502.
HSL color Cylindrical-coordinate representation of color #766CC9: hue angle of 246.45º 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 #766CC9 is Cyan = 0.41, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 118 | 108 | 201 | - |
| CMYK | 0.41 | 0.46 | 0 | 0.21 |
| HSL | 246.45º | 0.46% | 0.61% | - |
| HSV(B) | 246.45º | 0.46% | 0.79% | - |
| XYZ | 23.38 | 18.79 | 57.65 | - |
| YUV | 121.59 | 172.81 | 125.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 108 | 201 | 0.41 | 0.46 | 0 | 0.21 | 246.45 | 0.46 | 0.61 |
| Hex | 76 | 6C | C9 | 29 | 2E | 0 | 15 | F6 | 2E | 3D |
| Octal | 166 | 154 | 311 | 51 | 56 | 0 | 25 | 366 | 56 | 75 |
| Binary | 1110110 | 1101100 | 11001001 | 101001 | 101110 | 0 | 10101 | 11110110 | 101110 | 111101 |
Color Harmonies of #766CC9
Complementary color
Monochromatic Colors of #766CC9
Black with #766CC9
Text Example
Text Example
White with #766CC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766CC9; }
p { color: rgb(118,108,201); }
H1.HeaderClassName
{
color: #766CC9;
}
.AnyTagClassName
{
color: #766CC9;
}
</style>
background-color css
<style>
a { background-color: #766CC9; }
a { background-color: rgb(118,108,201); }
div.DivClassName
{
background-color: #766CC9;
}
.BgClassName
{
background-color: #766CC9;
}
</style>
border-color css
<style>
span { border-color: #766CC9; }
span { border-color: rgb(118,108,201); }
td.TdClassName
{
border-color: #766CC9;
}
.TagClassName
{
border-color: #766CC9;
}
</style>