Shades of Moody Blue #777BCC
Tints of Moody Blue #777BCC
RGB
CMYK
RGB Variations
Color information
#777BCC (or 0x777BCC) is known color: Moody Blue. HEX triplet: 77, 7B and CC. RGB value is (119,123,204). Sum of RGB (Red+Green+Blue) = 119+123+204=446 (59% of max value = 765). Red value is 119 (46.88% from 255 or 26.68% from 446); Green value is 123 (48.44% from 255 or 27.58% from 446); Blue value is 204 (80.08% from 255 or 45.74% from 446); Max value from RGB is 204 - color contains mainly: blue. Hex color #777BCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #777BCC is #888433. Grayscale: #828282. Windows color (decimal): -8946740 or 13400951. OLE color: 13400951.
HSL color Cylindrical-coordinate representation of color #777BCC: hue angle of 237.18º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #777BCC is Cyan = 0.42, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 119 | 123 | 204 | - |
| CMYK | 0.42 | 0.40 | 0 | 0.2 |
| HSL | 237.18º | 0.45% | 0.63% | - |
| HSV(B) | 237.18º | 0.42% | 0.8% | - |
| XYZ | 25.59 | 22.45 | 60.11 | - |
| YUV | 131.04 | 169.17 | 119.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 123 | 204 | 0.42 | 0.40 | 0 | 0.2 | 237.18 | 0.45 | 0.63 |
| Hex | 77 | 7B | CC | 2A | 28 | 0 | 14 | ED | 2D | 3F |
| Octal | 167 | 173 | 314 | 52 | 50 | 0 | 24 | 355 | 55 | 77 |
| Binary | 1110111 | 1111011 | 11001100 | 101010 | 101000 | 0 | 10100 | 11101101 | 101101 | 111111 |
Color Harmonies of #777BCC
Complementary color
Monochromatic Colors of #777BCC
Black with #777BCC
Text Example
Text Example
White with #777BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777BCC; }
p { color: rgb(119,123,204); }
H1.HeaderClassName
{
color: #777BCC;
}
.AnyTagClassName
{
color: #777BCC;
}
</style>
background-color css
<style>
a { background-color: #777BCC; }
a { background-color: rgb(119,123,204); }
div.DivClassName
{
background-color: #777BCC;
}
.BgClassName
{
background-color: #777BCC;
}
</style>
border-color css
<style>
span { border-color: #777BCC; }
span { border-color: rgb(119,123,204); }
td.TdClassName
{
border-color: #777BCC;
}
.TagClassName
{
border-color: #777BCC;
}
</style>