Shades of Moody Blue #7777CB
Tints of Moody Blue #7777CB
RGB
CMYK
RGB Variations
Color information
#7777CB (or 0x7777CB) is known color: Moody Blue. HEX triplet: 77, 77 and CB. RGB value is (119,119,203). Sum of RGB (Red+Green+Blue) = 119+119+203=441 (58% of max value = 765). Red value is 119 (46.88% from 255 or 26.98% from 441); Green value is 119 (46.88% from 255 or 26.98% from 441); Blue value is 203 (79.69% from 255 or 46.03% from 441); Max value from RGB is 203 - color contains mainly: blue. Hex color #7777CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7777CB is #888834. Grayscale: #808080. Windows color (decimal): -8947765 or 13334391. OLE color: 13334391.
HSL color Cylindrical-coordinate representation of color #7777CB: hue angle of 240º 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 #7777CB is Cyan = 0.41, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 119 | 119 | 203 | - |
| CMYK | 0.41 | 0.41 | 0 | 0.20 |
| HSL | 240º | 0.45% | 0.63% | - |
| HSV(B) | 240º | 0.41% | 0.8% | - |
| XYZ | 24.98 | 21.43 | 59.32 | - |
| YUV | 128.58 | 170 | 121.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 119 | 203 | 0.41 | 0.41 | 0 | 0.20 | 240 | 0.45 | 0.63 |
| Hex | 77 | 77 | CB | 29 | 29 | 0 | 14 | F0 | 2D | 3F |
| Octal | 167 | 167 | 313 | 51 | 51 | 0 | 24 | 360 | 55 | 77 |
| Binary | 1110111 | 1110111 | 11001011 | 101001 | 101001 | 0 | 10100 | 11110000 | 101101 | 111111 |
Color Harmonies of #7777CB
Complementary color
Monochromatic Colors of #7777CB
Black with #7777CB
Text Example
Text Example
White with #7777CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7777CB; }
p { color: rgb(119,119,203); }
H1.HeaderClassName
{
color: #7777CB;
}
.AnyTagClassName
{
color: #7777CB;
}
</style>
background-color css
<style>
a { background-color: #7777CB; }
a { background-color: rgb(119,119,203); }
div.DivClassName
{
background-color: #7777CB;
}
.BgClassName
{
background-color: #7777CB;
}
</style>
border-color css
<style>
span { border-color: #7777CB; }
span { border-color: rgb(119,119,203); }
td.TdClassName
{
border-color: #7777CB;
}
.TagClassName
{
border-color: #7777CB;
}
</style>