Shades of Moody Blue #7778C2
Tints of Moody Blue #7778C2
RGB
CMYK
RGB Variations
Color information
#7778C2 (or 0x7778C2) is known color: Moody Blue. HEX triplet: 77, 78 and C2. RGB value is (119,120,194). Sum of RGB (Red+Green+Blue) = 119+120+194=433 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.48% from 433); Green value is 120 (47.27% from 255 or 27.71% from 433); Blue value is 194 (76.17% from 255 or 44.80% from 433); Max value from RGB is 194 - color contains mainly: blue. Hex color #7778C2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7778C2 is #88873D. Grayscale: #7F7F7F. Windows color (decimal): -8947518 or 12744823. OLE color: 12744823.
HSL color Cylindrical-coordinate representation of color #7778C2: hue angle of 239.2º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7778C2 is Cyan = 0.39, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 119 | 120 | 194 | - |
| CMYK | 0.39 | 0.38 | 0 | 0.24 |
| HSL | 239.2º | 0.38% | 0.61% | - |
| HSV(B) | 239.2º | 0.39% | 0.76% | - |
| XYZ | 24.06 | 21.25 | 53.87 | - |
| YUV | 128.14 | 165.17 | 121.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 120 | 194 | 0.39 | 0.38 | 0 | 0.24 | 239.2 | 0.38 | 0.61 |
| Hex | 77 | 78 | C2 | 27 | 26 | 0 | 18 | EF | 26 | 3D |
| Octal | 167 | 170 | 302 | 47 | 46 | 0 | 30 | 357 | 46 | 75 |
| Binary | 1110111 | 1111000 | 11000010 | 100111 | 100110 | 0 | 11000 | 11101111 | 100110 | 111101 |
Color Harmonies of #7778C2
Complementary color
Monochromatic Colors of #7778C2
Black with #7778C2
Text Example
Text Example
White with #7778C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7778C2; }
p { color: rgb(119,120,194); }
H1.HeaderClassName
{
color: #7778C2;
}
.AnyTagClassName
{
color: #7778C2;
}
</style>
background-color css
<style>
a { background-color: #7778C2; }
a { background-color: rgb(119,120,194); }
div.DivClassName
{
background-color: #7778C2;
}
.BgClassName
{
background-color: #7778C2;
}
</style>
border-color css
<style>
span { border-color: #7778C2; }
span { border-color: rgb(119,120,194); }
td.TdClassName
{
border-color: #7778C2;
}
.TagClassName
{
border-color: #7778C2;
}
</style>