Shades of Moody Blue #777CCB
Tints of Moody Blue #777CCB
RGB
CMYK
RGB Variations
Color information
#777CCB (or 0x777CCB) is known color: Moody Blue. HEX triplet: 77, 7C and CB. RGB value is (119,124,203). Sum of RGB (Red+Green+Blue) = 119+124+203=446 (59% of max value = 765). Red value is 119 (46.88% from 255 or 26.68% from 446); Green value is 124 (48.83% from 255 or 27.80% from 446); Blue value is 203 (79.69% from 255 or 45.52% from 446); Max value from RGB is 203 - color contains mainly: blue. Hex color #777CCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #777CCB is #888334. Grayscale: #838383. Windows color (decimal): -8946485 or 13335671. OLE color: 13335671.
HSL color Cylindrical-coordinate representation of color #777CCB: hue angle of 236.43º 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 #777CCB is Cyan = 0.41, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 119 | 124 | 203 | - |
| CMYK | 0.41 | 0.39 | 0 | 0.20 |
| HSL | 236.43º | 0.45% | 0.63% | - |
| HSV(B) | 236.43º | 0.41% | 0.8% | - |
| XYZ | 25.59 | 22.65 | 59.52 | - |
| YUV | 131.51 | 168.34 | 119.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 124 | 203 | 0.41 | 0.39 | 0 | 0.20 | 236.43 | 0.45 | 0.63 |
| Hex | 77 | 7C | CB | 29 | 27 | 0 | 14 | EC | 2D | 3F |
| Octal | 167 | 174 | 313 | 51 | 47 | 0 | 24 | 354 | 55 | 77 |
| Binary | 1110111 | 1111100 | 11001011 | 101001 | 100111 | 0 | 10100 | 11101100 | 101101 | 111111 |
Color Harmonies of #777CCB
Complementary color
Monochromatic Colors of #777CCB
Black with #777CCB
Text Example
Text Example
White with #777CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777CCB; }
p { color: rgb(119,124,203); }
H1.HeaderClassName
{
color: #777CCB;
}
.AnyTagClassName
{
color: #777CCB;
}
</style>
background-color css
<style>
a { background-color: #777CCB; }
a { background-color: rgb(119,124,203); }
div.DivClassName
{
background-color: #777CCB;
}
.BgClassName
{
background-color: #777CCB;
}
</style>
border-color css
<style>
span { border-color: #777CCB; }
span { border-color: rgb(119,124,203); }
td.TdClassName
{
border-color: #777CCB;
}
.TagClassName
{
border-color: #777CCB;
}
</style>