Shades of Moody Blue #766ECF
Tints of Moody Blue #766ECF
RGB
CMYK
RGB Variations
Color information
#766ECF (or 0x766ECF) is known color: Moody Blue. HEX triplet: 76, 6E and CF. RGB value is (118,110,207). Sum of RGB (Red+Green+Blue) = 118+110+207=435 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.13% from 435); Green value is 110 (43.36% from 255 or 25.29% from 435); Blue value is 207 (81.25% from 255 or 47.59% from 435); Max value from RGB is 207 - color contains mainly: blue. Hex color #766ECF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #766ECF is #899130. Grayscale: #7B7B7B. Windows color (decimal): -9015601 or 13594230. OLE color: 13594230.
HSL color Cylindrical-coordinate representation of color #766ECF: hue angle of 244.95º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #766ECF is Cyan = 0.43, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 118 | 110 | 207 | - |
| CMYK | 0.43 | 0.47 | 0 | 0.19 |
| HSL | 244.95º | 0.5% | 0.62% | - |
| HSV(B) | 244.95º | 0.47% | 0.81% | - |
| XYZ | 24.31 | 19.51 | 61.52 | - |
| YUV | 123.45 | 175.15 | 124.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 110 | 207 | 0.43 | 0.47 | 0 | 0.19 | 244.95 | 0.5 | 0.62 |
| Hex | 76 | 6E | CF | 2B | 2F | 0 | 13 | F5 | 32 | 3E |
| Octal | 166 | 156 | 317 | 53 | 57 | 0 | 23 | 365 | 62 | 76 |
| Binary | 1110110 | 1101110 | 11001111 | 101011 | 101111 | 0 | 10011 | 11110101 | 110010 | 111110 |
Color Harmonies of #766ECF
Complementary color
Monochromatic Colors of #766ECF
Black with #766ECF
Text Example
Text Example
White with #766ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766ECF; }
p { color: rgb(118,110,207); }
H1.HeaderClassName
{
color: #766ECF;
}
.AnyTagClassName
{
color: #766ECF;
}
</style>
background-color css
<style>
a { background-color: #766ECF; }
a { background-color: rgb(118,110,207); }
div.DivClassName
{
background-color: #766ECF;
}
.BgClassName
{
background-color: #766ECF;
}
</style>
border-color css
<style>
span { border-color: #766ECF; }
span { border-color: rgb(118,110,207); }
td.TdClassName
{
border-color: #766ECF;
}
.TagClassName
{
border-color: #766ECF;
}
</style>