Shades of Moody Blue #7778CC
Tints of Moody Blue #7778CC
RGB
CMYK
RGB Variations
Color information
#7778CC (or 0x7778CC) is known color: Moody Blue. HEX triplet: 77, 78 and CC. RGB value is (119,120,204). Sum of RGB (Red+Green+Blue) = 119+120+204=443 (58% of max value = 765). Red value is 119 (46.88% from 255 or 26.86% from 443); Green value is 120 (47.27% from 255 or 27.09% from 443); Blue value is 204 (80.08% from 255 or 46.05% from 443); Max value from RGB is 204 - color contains mainly: blue. Hex color #7778CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7778CC is #888733. Grayscale: #808080. Windows color (decimal): -8947508 or 13400183. OLE color: 13400183.
HSL color Cylindrical-coordinate representation of color #7778CC: hue angle of 239.29º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7778CC is Cyan = 0.42, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 119 | 120 | 204 | - |
| CMYK | 0.42 | 0.41 | 0 | 0.2 |
| HSL | 239.29º | 0.45% | 0.63% | - |
| HSV(B) | 239.29º | 0.42% | 0.8% | - |
| XYZ | 25.22 | 21.71 | 59.99 | - |
| YUV | 129.28 | 170.17 | 120.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 120 | 204 | 0.42 | 0.41 | 0 | 0.2 | 239.29 | 0.45 | 0.63 |
| Hex | 77 | 78 | CC | 2A | 29 | 0 | 14 | EF | 2D | 3F |
| Octal | 167 | 170 | 314 | 52 | 51 | 0 | 24 | 357 | 55 | 77 |
| Binary | 1110111 | 1111000 | 11001100 | 101010 | 101001 | 0 | 10100 | 11101111 | 101101 | 111111 |
Color Harmonies of #7778CC
Complementary color
Monochromatic Colors of #7778CC
Black with #7778CC
Text Example
Text Example
White with #7778CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7778CC; }
p { color: rgb(119,120,204); }
H1.HeaderClassName
{
color: #7778CC;
}
.AnyTagClassName
{
color: #7778CC;
}
</style>
background-color css
<style>
a { background-color: #7778CC; }
a { background-color: rgb(119,120,204); }
div.DivClassName
{
background-color: #7778CC;
}
.BgClassName
{
background-color: #7778CC;
}
</style>
border-color css
<style>
span { border-color: #7778CC; }
span { border-color: rgb(119,120,204); }
td.TdClassName
{
border-color: #7778CC;
}
.TagClassName
{
border-color: #7778CC;
}
</style>