Shades of Moody Blue #7778C5
Tints of Moody Blue #7778C5
RGB
CMYK
RGB Variations
Color information
#7778C5 (or 0x7778C5) is known color: Moody Blue. HEX triplet: 77, 78 and C5. RGB value is (119,120,197). Sum of RGB (Red+Green+Blue) = 119+120+197=436 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.29% from 436); Green value is 120 (47.27% from 255 or 27.52% from 436); Blue value is 197 (77.34% from 255 or 45.18% from 436); Max value from RGB is 197 - color contains mainly: blue. Hex color #7778C5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7778C5 is #88873A. Grayscale: #808080. Windows color (decimal): -8947515 or 12941431. OLE color: 12941431.
HSL color Cylindrical-coordinate representation of color #7778C5: hue angle of 239.23º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7778C5 is Cyan = 0.40, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 119 | 120 | 197 | - |
| CMYK | 0.40 | 0.39 | 0 | 0.23 |
| HSL | 239.23º | 0.4% | 0.62% | - |
| HSV(B) | 239.23º | 0.4% | 0.77% | - |
| XYZ | 24.4 | 21.39 | 55.67 | - |
| YUV | 128.48 | 166.67 | 121.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 120 | 197 | 0.40 | 0.39 | 0 | 0.23 | 239.23 | 0.4 | 0.62 |
| Hex | 77 | 78 | C5 | 28 | 27 | 0 | 17 | EF | 28 | 3E |
| Octal | 167 | 170 | 305 | 50 | 47 | 0 | 27 | 357 | 50 | 76 |
| Binary | 1110111 | 1111000 | 11000101 | 101000 | 100111 | 0 | 10111 | 11101111 | 101000 | 111110 |
Color Harmonies of #7778C5
Complementary color
Monochromatic Colors of #7778C5
Black with #7778C5
Text Example
Text Example
White with #7778C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7778C5; }
p { color: rgb(119,120,197); }
H1.HeaderClassName
{
color: #7778C5;
}
.AnyTagClassName
{
color: #7778C5;
}
</style>
background-color css
<style>
a { background-color: #7778C5; }
a { background-color: rgb(119,120,197); }
div.DivClassName
{
background-color: #7778C5;
}
.BgClassName
{
background-color: #7778C5;
}
</style>
border-color css
<style>
span { border-color: #7778C5; }
span { border-color: rgb(119,120,197); }
td.TdClassName
{
border-color: #7778C5;
}
.TagClassName
{
border-color: #7778C5;
}
</style>