Shades of Moody Blue #777BC9
Tints of Moody Blue #777BC9
RGB
CMYK
RGB Variations
Color information
#777BC9 (or 0x777BC9) is known color: Moody Blue. HEX triplet: 77, 7B and C9. RGB value is (119,123,201). Sum of RGB (Red+Green+Blue) = 119+123+201=443 (58% of max value = 765). Red value is 119 (46.88% from 255 or 26.86% from 443); Green value is 123 (48.44% from 255 or 27.77% from 443); Blue value is 201 (78.91% from 255 or 45.37% from 443); Max value from RGB is 201 - color contains mainly: blue. Hex color #777BC9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #777BC9 is #888436. Grayscale: #828282. Windows color (decimal): -8946743 or 13204343. OLE color: 13204343.
HSL color Cylindrical-coordinate representation of color #777BC9: hue angle of 237.07º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #777BC9 is Cyan = 0.41, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 119 | 123 | 201 | - |
| CMYK | 0.41 | 0.39 | 0 | 0.21 |
| HSL | 237.07º | 0.43% | 0.63% | - |
| HSV(B) | 237.07º | 0.41% | 0.79% | - |
| XYZ | 25.23 | 22.3 | 58.23 | - |
| YUV | 130.7 | 167.67 | 119.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 123 | 201 | 0.41 | 0.39 | 0 | 0.21 | 237.07 | 0.43 | 0.63 |
| Hex | 77 | 7B | C9 | 29 | 27 | 0 | 15 | ED | 2B | 3F |
| Octal | 167 | 173 | 311 | 51 | 47 | 0 | 25 | 355 | 53 | 77 |
| Binary | 1110111 | 1111011 | 11001001 | 101001 | 100111 | 0 | 10101 | 11101101 | 101011 | 111111 |
Color Harmonies of #777BC9
Complementary color
Monochromatic Colors of #777BC9
Black with #777BC9
Text Example
Text Example
White with #777BC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777BC9; }
p { color: rgb(119,123,201); }
H1.HeaderClassName
{
color: #777BC9;
}
.AnyTagClassName
{
color: #777BC9;
}
</style>
background-color css
<style>
a { background-color: #777BC9; }
a { background-color: rgb(119,123,201); }
div.DivClassName
{
background-color: #777BC9;
}
.BgClassName
{
background-color: #777BC9;
}
</style>
border-color css
<style>
span { border-color: #777BC9; }
span { border-color: rgb(119,123,201); }
td.TdClassName
{
border-color: #777BC9;
}
.TagClassName
{
border-color: #777BC9;
}
</style>