Shades of Moody Blue #7777D6
Tints of Moody Blue #7777D6
RGB
CMYK
RGB Variations
Color information
#7777D6 (or 0x7777D6) is known color: Moody Blue. HEX triplet: 77, 77 and D6. RGB value is (119,119,214). Sum of RGB (Red+Green+Blue) = 119+119+214=452 (59% of max value = 765). Red value is 119 (46.88% from 255 or 26.33% from 452); Green value is 119 (46.88% from 255 or 26.33% from 452); Blue value is 214 (83.98% from 255 or 47.35% from 452); Max value from RGB is 214 - color contains mainly: blue. Hex color #7777D6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7777D6 is #888829. Grayscale: #818181. Windows color (decimal): -8947754 or 14055287. OLE color: 14055287.
HSL color Cylindrical-coordinate representation of color #7777D6: hue angle of 240º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7777D6 is Cyan = 0.44, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 119 | 119 | 214 | - |
| CMYK | 0.44 | 0.44 | 0 | 0.16 |
| HSL | 240º | 0.54% | 0.65% | - |
| HSV(B) | 240º | 0.44% | 0.84% | - |
| XYZ | 26.34 | 21.97 | 66.47 | - |
| YUV | 129.83 | 175.5 | 120.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 119 | 214 | 0.44 | 0.44 | 0 | 0.16 | 240 | 0.54 | 0.65 |
| Hex | 77 | 77 | D6 | 2C | 2C | 0 | 10 | F0 | 36 | 41 |
| Octal | 167 | 167 | 326 | 54 | 54 | 0 | 20 | 360 | 66 | 101 |
| Binary | 1110111 | 1110111 | 11010110 | 101100 | 101100 | 0 | 10000 | 11110000 | 110110 | 1000001 |
Color Harmonies of #7777D6
Complementary color
Monochromatic Colors of #7777D6
Black with #7777D6
Text Example
Text Example
White with #7777D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7777D6; }
p { color: rgb(119,119,214); }
H1.HeaderClassName
{
color: #7777D6;
}
.AnyTagClassName
{
color: #7777D6;
}
</style>
background-color css
<style>
a { background-color: #7777D6; }
a { background-color: rgb(119,119,214); }
div.DivClassName
{
background-color: #7777D6;
}
.BgClassName
{
background-color: #7777D6;
}
</style>
border-color css
<style>
span { border-color: #7777D6; }
span { border-color: rgb(119,119,214); }
td.TdClassName
{
border-color: #7777D6;
}
.TagClassName
{
border-color: #7777D6;
}
</style>