Shades of Moody Blue #777BCA
Tints of Moody Blue #777BCA
RGB
CMYK
RGB Variations
Color information
#777BCA (or 0x777BCA) is known color: Moody Blue. HEX triplet: 77, 7B and CA. RGB value is (119,123,202). Sum of RGB (Red+Green+Blue) = 119+123+202=444 (58% of max value = 765). Red value is 119 (46.88% from 255 or 26.80% from 444); Green value is 123 (48.44% from 255 or 27.70% from 444); Blue value is 202 (79.30% from 255 or 45.50% from 444); Max value from RGB is 202 - color contains mainly: blue. Hex color #777BCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #777BCA is #888435. Grayscale: #828282. Windows color (decimal): -8946742 or 13269879. OLE color: 13269879.
HSL color Cylindrical-coordinate representation of color #777BCA: hue angle of 237.11º degrees, saturation: 0.44, 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 #777BCA is Cyan = 0.41, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 119 | 123 | 202 | - |
| CMYK | 0.41 | 0.39 | 0 | 0.21 |
| HSL | 237.11º | 0.44% | 0.63% | - |
| HSV(B) | 237.11º | 0.41% | 0.79% | - |
| XYZ | 25.35 | 22.35 | 58.86 | - |
| YUV | 130.81 | 168.17 | 119.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 123 | 202 | 0.41 | 0.39 | 0 | 0.21 | 237.11 | 0.44 | 0.63 |
| Hex | 77 | 7B | CA | 29 | 27 | 0 | 15 | ED | 2C | 3F |
| Octal | 167 | 173 | 312 | 51 | 47 | 0 | 25 | 355 | 54 | 77 |
| Binary | 1110111 | 1111011 | 11001010 | 101001 | 100111 | 0 | 10101 | 11101101 | 101100 | 111111 |
Color Harmonies of #777BCA
Complementary color
Monochromatic Colors of #777BCA
Black with #777BCA
Text Example
Text Example
White with #777BCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777BCA; }
p { color: rgb(119,123,202); }
H1.HeaderClassName
{
color: #777BCA;
}
.AnyTagClassName
{
color: #777BCA;
}
</style>
background-color css
<style>
a { background-color: #777BCA; }
a { background-color: rgb(119,123,202); }
div.DivClassName
{
background-color: #777BCA;
}
.BgClassName
{
background-color: #777BCA;
}
</style>
border-color css
<style>
span { border-color: #777BCA; }
span { border-color: rgb(119,123,202); }
td.TdClassName
{
border-color: #777BCA;
}
.TagClassName
{
border-color: #777BCA;
}
</style>