Shades of Moody Blue #776ECF
Tints of Moody Blue #776ECF
RGB
CMYK
RGB Variations
Color information
#776ECF (or 0x776ECF) is known color: Moody Blue. HEX triplet: 77, 6E and CF. RGB value is (119,110,207). Sum of RGB (Red+Green+Blue) = 119+110+207=436 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.29% from 436); Green value is 110 (43.36% from 255 or 25.23% from 436); Blue value is 207 (81.25% from 255 or 47.48% from 436); Max value from RGB is 207 - color contains mainly: blue. Hex color #776ECF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #776ECF is #889130. Grayscale: #7B7B7B. Windows color (decimal): -8950065 or 13594231. OLE color: 13594231.
HSL color Cylindrical-coordinate representation of color #776ECF: hue angle of 245.57º 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 #776ECF is Cyan = 0.43, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 119 | 110 | 207 | - |
| CMYK | 0.43 | 0.47 | 0 | 0.19 |
| HSL | 245.57º | 0.5% | 0.62% | - |
| HSV(B) | 245.57º | 0.47% | 0.81% | - |
| XYZ | 24.45 | 19.58 | 61.52 | - |
| YUV | 123.75 | 174.98 | 124.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 110 | 207 | 0.43 | 0.47 | 0 | 0.19 | 245.57 | 0.5 | 0.62 |
| Hex | 77 | 6E | CF | 2B | 2F | 0 | 13 | F6 | 32 | 3E |
| Octal | 167 | 156 | 317 | 53 | 57 | 0 | 23 | 366 | 62 | 76 |
| Binary | 1110111 | 1101110 | 11001111 | 101011 | 101111 | 0 | 10011 | 11110110 | 110010 | 111110 |
Color Harmonies of #776ECF
Complementary color
Monochromatic Colors of #776ECF
Black with #776ECF
Text Example
Text Example
White with #776ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776ECF; }
p { color: rgb(119,110,207); }
H1.HeaderClassName
{
color: #776ECF;
}
.AnyTagClassName
{
color: #776ECF;
}
</style>
background-color css
<style>
a { background-color: #776ECF; }
a { background-color: rgb(119,110,207); }
div.DivClassName
{
background-color: #776ECF;
}
.BgClassName
{
background-color: #776ECF;
}
</style>
border-color css
<style>
span { border-color: #776ECF; }
span { border-color: rgb(119,110,207); }
td.TdClassName
{
border-color: #776ECF;
}
.TagClassName
{
border-color: #776ECF;
}
</style>