Shades of Moody Blue #776EC6
Tints of Moody Blue #776EC6
RGB
CMYK
RGB Variations
Color information
#776EC6 (or 0x776EC6) is known color: Moody Blue. HEX triplet: 77, 6E and C6. RGB value is (119,110,198). Sum of RGB (Red+Green+Blue) = 119+110+198=427 (56% of max value = 765). Red value is 119 (46.88% from 255 or 27.87% from 427); Green value is 110 (43.36% from 255 or 25.76% from 427); Blue value is 198 (77.73% from 255 or 46.37% from 427); Max value from RGB is 198 - color contains mainly: blue. Hex color #776EC6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #776EC6 is #889139. Grayscale: #7A7A7A. Windows color (decimal): -8950074 or 13004407. OLE color: 13004407.
HSL color Cylindrical-coordinate representation of color #776EC6: hue angle of 246.14º degrees, saturation: 0.44, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #776EC6 is Cyan = 0.40, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 119 | 110 | 198 | - |
| CMYK | 0.40 | 0.44 | 0 | 0.22 |
| HSL | 246.14º | 0.44% | 0.6% | - |
| HSV(B) | 246.14º | 0.44% | 0.78% | - |
| XYZ | 23.38 | 19.15 | 55.89 | - |
| YUV | 122.72 | 170.48 | 125.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 110 | 198 | 0.40 | 0.44 | 0 | 0.22 | 246.14 | 0.44 | 0.6 |
| Hex | 77 | 6E | C6 | 28 | 2C | 0 | 16 | F6 | 2C | 3C |
| Octal | 167 | 156 | 306 | 50 | 54 | 0 | 26 | 366 | 54 | 74 |
| Binary | 1110111 | 1101110 | 11000110 | 101000 | 101100 | 0 | 10110 | 11110110 | 101100 | 111100 |
Color Harmonies of #776EC6
Complementary color
Monochromatic Colors of #776EC6
Black with #776EC6
Text Example
Text Example
White with #776EC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776EC6; }
p { color: rgb(119,110,198); }
H1.HeaderClassName
{
color: #776EC6;
}
.AnyTagClassName
{
color: #776EC6;
}
</style>
background-color css
<style>
a { background-color: #776EC6; }
a { background-color: rgb(119,110,198); }
div.DivClassName
{
background-color: #776EC6;
}
.BgClassName
{
background-color: #776EC6;
}
</style>
border-color css
<style>
span { border-color: #776EC6; }
span { border-color: rgb(119,110,198); }
td.TdClassName
{
border-color: #776EC6;
}
.TagClassName
{
border-color: #776EC6;
}
</style>