Shades of Moody Blue #776ACE
Tints of Moody Blue #776ACE
RGB
CMYK
RGB Variations
Color information
#776ACE (or 0x776ACE) is known color: Moody Blue. HEX triplet: 77, 6A and CE. RGB value is (119,106,206). Sum of RGB (Red+Green+Blue) = 119+106+206=431 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.61% from 431); Green value is 106 (41.80% from 255 or 24.59% from 431); Blue value is 206 (80.86% from 255 or 47.80% from 431); Max value from RGB is 206 - color contains mainly: blue. Hex color #776ACE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #776ACE is #889531. Grayscale: #787878. Windows color (decimal): -8951090 or 13527671. OLE color: 13527671.
HSL color Cylindrical-coordinate representation of color #776ACE: hue angle of 247.8º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #776ACE is Cyan = 0.42, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 119 | 106 | 206 | - |
| CMYK | 0.42 | 0.49 | 0 | 0.19 |
| HSL | 247.8º | 0.51% | 0.61% | - |
| HSV(B) | 247.8º | 0.49% | 0.81% | - |
| XYZ | 23.9 | 18.69 | 60.74 | - |
| YUV | 121.29 | 175.81 | 126.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 106 | 206 | 0.42 | 0.49 | 0 | 0.19 | 247.8 | 0.51 | 0.61 |
| Hex | 77 | 6A | CE | 2A | 31 | 0 | 13 | F8 | 33 | 3D |
| Octal | 167 | 152 | 316 | 52 | 61 | 0 | 23 | 370 | 63 | 75 |
| Binary | 1110111 | 1101010 | 11001110 | 101010 | 110001 | 0 | 10011 | 11111000 | 110011 | 111101 |
Color Harmonies of #776ACE
Complementary color
Monochromatic Colors of #776ACE
Black with #776ACE
Text Example
Text Example
White with #776ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776ACE; }
p { color: rgb(119,106,206); }
H1.HeaderClassName
{
color: #776ACE;
}
.AnyTagClassName
{
color: #776ACE;
}
</style>
background-color css
<style>
a { background-color: #776ACE; }
a { background-color: rgb(119,106,206); }
div.DivClassName
{
background-color: #776ACE;
}
.BgClassName
{
background-color: #776ACE;
}
</style>
border-color css
<style>
span { border-color: #776ACE; }
span { border-color: rgb(119,106,206); }
td.TdClassName
{
border-color: #776ACE;
}
.TagClassName
{
border-color: #776ACE;
}
</style>