Shades of Moody Blue #777BCB
Tints of Moody Blue #777BCB
RGB
CMYK
RGB Variations
Color information
#777BCB (or 0x777BCB) is known color: Moody Blue. HEX triplet: 77, 7B and CB. RGB value is (119,123,203). Sum of RGB (Red+Green+Blue) = 119+123+203=445 (58% of max value = 765). Red value is 119 (46.88% from 255 or 26.74% from 445); Green value is 123 (48.44% from 255 or 27.64% from 445); Blue value is 203 (79.69% from 255 or 45.62% from 445); Max value from RGB is 203 - color contains mainly: blue. Hex color #777BCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #777BCB is #888434. Grayscale: #828282. Windows color (decimal): -8946741 or 13335415. OLE color: 13335415.
HSL color Cylindrical-coordinate representation of color #777BCB: hue angle of 237.14º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #777BCB is Cyan = 0.41, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 119 | 123 | 203 | - |
| CMYK | 0.41 | 0.39 | 0 | 0.20 |
| HSL | 237.14º | 0.45% | 0.63% | - |
| HSV(B) | 237.14º | 0.41% | 0.8% | - |
| XYZ | 25.47 | 22.4 | 59.48 | - |
| YUV | 130.92 | 168.67 | 119.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 123 | 203 | 0.41 | 0.39 | 0 | 0.20 | 237.14 | 0.45 | 0.63 |
| Hex | 77 | 7B | CB | 29 | 27 | 0 | 14 | ED | 2D | 3F |
| Octal | 167 | 173 | 313 | 51 | 47 | 0 | 24 | 355 | 55 | 77 |
| Binary | 1110111 | 1111011 | 11001011 | 101001 | 100111 | 0 | 10100 | 11101101 | 101101 | 111111 |
Color Harmonies of #777BCB
Complementary color
Monochromatic Colors of #777BCB
Black with #777BCB
Text Example
Text Example
White with #777BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777BCB; }
p { color: rgb(119,123,203); }
H1.HeaderClassName
{
color: #777BCB;
}
.AnyTagClassName
{
color: #777BCB;
}
</style>
background-color css
<style>
a { background-color: #777BCB; }
a { background-color: rgb(119,123,203); }
div.DivClassName
{
background-color: #777BCB;
}
.BgClassName
{
background-color: #777BCB;
}
</style>
border-color css
<style>
span { border-color: #777BCB; }
span { border-color: rgb(119,123,203); }
td.TdClassName
{
border-color: #777BCB;
}
.TagClassName
{
border-color: #777BCB;
}
</style>