Shades of Moody Blue #776ECE
Tints of Moody Blue #776ECE
RGB
CMYK
RGB Variations
Color information
#776ECE (or 0x776ECE) is known color: Moody Blue. HEX triplet: 77, 6E and CE. RGB value is (119,110,206). Sum of RGB (Red+Green+Blue) = 119+110+206=435 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.36% from 435); Green value is 110 (43.36% from 255 or 25.29% from 435); Blue value is 206 (80.86% from 255 or 47.36% from 435); Max value from RGB is 206 - color contains mainly: blue. Hex color #776ECE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #776ECE is #889131. Grayscale: #7B7B7B. Windows color (decimal): -8950066 or 13528695. OLE color: 13528695.
HSL color Cylindrical-coordinate representation of color #776ECE: hue angle of 245.62º degrees, saturation: 0.49, 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 #776ECE is Cyan = 0.42, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 119 | 110 | 206 | - |
| CMYK | 0.42 | 0.47 | 0 | 0.19 |
| HSL | 245.63º | 0.49% | 0.62% | - |
| HSV(B) | 245.63º | 0.47% | 0.81% | - |
| XYZ | 24.32 | 19.53 | 60.88 | - |
| YUV | 123.64 | 174.48 | 124.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 110 | 206 | 0.42 | 0.47 | 0 | 0.19 | 245.63 | 0.49 | 0.62 |
| Hex | 77 | 6E | CE | 2A | 2F | 0 | 13 | F6 | 31 | 3E |
| Octal | 167 | 156 | 316 | 52 | 57 | 0 | 23 | 366 | 61 | 76 |
| Binary | 1110111 | 1101110 | 11001110 | 101010 | 101111 | 0 | 10011 | 11110110 | 110001 | 111110 |
Color Harmonies of #776ECE
Complementary color
Monochromatic Colors of #776ECE
Black with #776ECE
Text Example
Text Example
White with #776ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776ECE; }
p { color: rgb(119,110,206); }
H1.HeaderClassName
{
color: #776ECE;
}
.AnyTagClassName
{
color: #776ECE;
}
</style>
background-color css
<style>
a { background-color: #776ECE; }
a { background-color: rgb(119,110,206); }
div.DivClassName
{
background-color: #776ECE;
}
.BgClassName
{
background-color: #776ECE;
}
</style>
border-color css
<style>
span { border-color: #776ECE; }
span { border-color: rgb(119,110,206); }
td.TdClassName
{
border-color: #776ECE;
}
.TagClassName
{
border-color: #776ECE;
}
</style>