Shades of Moody Blue #766ECB
Tints of Moody Blue #766ECB
RGB
CMYK
RGB Variations
Color information
#766ECB (or 0x766ECB) is known color: Moody Blue. HEX triplet: 76, 6E and CB. RGB value is (118,110,203). Sum of RGB (Red+Green+Blue) = 118+110+203=431 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.38% from 431); Green value is 110 (43.36% from 255 or 25.52% from 431); Blue value is 203 (79.69% from 255 or 47.10% from 431); Max value from RGB is 203 - color contains mainly: blue. Hex color #766ECB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #766ECB is #899134. Grayscale: #7A7A7A. Windows color (decimal): -9015605 or 13332086. OLE color: 13332086.
HSL color Cylindrical-coordinate representation of color #766ECB: hue angle of 245.16º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #766ECB is Cyan = 0.42, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 118 | 110 | 203 | - |
| CMYK | 0.42 | 0.46 | 0 | 0.20 |
| HSL | 245.16º | 0.47% | 0.61% | - |
| HSV(B) | 245.16º | 0.46% | 0.8% | - |
| XYZ | 23.83 | 19.32 | 58.97 | - |
| YUV | 122.99 | 173.15 | 124.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 110 | 203 | 0.42 | 0.46 | 0 | 0.20 | 245.16 | 0.47 | 0.61 |
| Hex | 76 | 6E | CB | 2A | 2E | 0 | 14 | F5 | 2F | 3D |
| Octal | 166 | 156 | 313 | 52 | 56 | 0 | 24 | 365 | 57 | 75 |
| Binary | 1110110 | 1101110 | 11001011 | 101010 | 101110 | 0 | 10100 | 11110101 | 101111 | 111101 |
Color Harmonies of #766ECB
Complementary color
Monochromatic Colors of #766ECB
Black with #766ECB
Text Example
Text Example
White with #766ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766ECB; }
p { color: rgb(118,110,203); }
H1.HeaderClassName
{
color: #766ECB;
}
.AnyTagClassName
{
color: #766ECB;
}
</style>
background-color css
<style>
a { background-color: #766ECB; }
a { background-color: rgb(118,110,203); }
div.DivClassName
{
background-color: #766ECB;
}
.BgClassName
{
background-color: #766ECB;
}
</style>
border-color css
<style>
span { border-color: #766ECB; }
span { border-color: rgb(118,110,203); }
td.TdClassName
{
border-color: #766ECB;
}
.TagClassName
{
border-color: #766ECB;
}
</style>