Shades of Moody Blue #777CC8
Tints of Moody Blue #777CC8
RGB
CMYK
RGB Variations
Color information
#777CC8 (or 0x777CC8) is known color: Moody Blue. HEX triplet: 77, 7C and C8. RGB value is (119,124,200). Sum of RGB (Red+Green+Blue) = 119+124+200=443 (58% of max value = 765). Red value is 119 (46.88% from 255 or 26.86% from 443); Green value is 124 (48.83% from 255 or 27.99% from 443); Blue value is 200 (78.52% from 255 or 45.15% from 443); Max value from RGB is 200 - color contains mainly: blue. Hex color #777CC8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #777CC8 is #888337. Grayscale: #828282. Windows color (decimal): -8946488 or 13139063. OLE color: 13139063.
HSL color Cylindrical-coordinate representation of color #777CC8: hue angle of 236.3º degrees, saturation: 0.42, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #777CC8 is Cyan = 0.40, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 119 | 124 | 200 | - |
| CMYK | 0.40 | 0.38 | 0 | 0.22 |
| HSL | 236.3º | 0.42% | 0.63% | - |
| HSV(B) | 236.3º | 0.41% | 0.78% | - |
| XYZ | 25.24 | 22.51 | 57.66 | - |
| YUV | 131.17 | 166.84 | 119.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 124 | 200 | 0.40 | 0.38 | 0 | 0.22 | 236.3 | 0.42 | 0.63 |
| Hex | 77 | 7C | C8 | 28 | 26 | 0 | 16 | EC | 2A | 3F |
| Octal | 167 | 174 | 310 | 50 | 46 | 0 | 26 | 354 | 52 | 77 |
| Binary | 1110111 | 1111100 | 11001000 | 101000 | 100110 | 0 | 10110 | 11101100 | 101010 | 111111 |
Color Harmonies of #777CC8
Complementary color
Monochromatic Colors of #777CC8
Black with #777CC8
Text Example
Text Example
White with #777CC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777CC8; }
p { color: rgb(119,124,200); }
H1.HeaderClassName
{
color: #777CC8;
}
.AnyTagClassName
{
color: #777CC8;
}
</style>
background-color css
<style>
a { background-color: #777CC8; }
a { background-color: rgb(119,124,200); }
div.DivClassName
{
background-color: #777CC8;
}
.BgClassName
{
background-color: #777CC8;
}
</style>
border-color css
<style>
span { border-color: #777CC8; }
span { border-color: rgb(119,124,200); }
td.TdClassName
{
border-color: #777CC8;
}
.TagClassName
{
border-color: #777CC8;
}
</style>