Shades of Moody Blue #7771CB
Tints of Moody Blue #7771CB
RGB
CMYK
RGB Variations
Color information
#7771CB (or 0x7771CB) is known color: Moody Blue. HEX triplet: 77, 71 and CB. RGB value is (119,113,203). Sum of RGB (Red+Green+Blue) = 119+113+203=435 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.36% from 435); Green value is 113 (44.53% from 255 or 25.98% from 435); Blue value is 203 (79.69% from 255 or 46.67% from 435); Max value from RGB is 203 - color contains mainly: blue. Hex color #7771CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7771CB is #888E34. Grayscale: #7C7C7C. Windows color (decimal): -8949301 or 13332855. OLE color: 13332855.
HSL color Cylindrical-coordinate representation of color #7771CB: hue angle of 244º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7771CB is Cyan = 0.41, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 119 | 113 | 203 | - |
| CMYK | 0.41 | 0.44 | 0 | 0.20 |
| HSL | 244º | 0.46% | 0.62% | - |
| HSV(B) | 244º | 0.44% | 0.8% | - |
| XYZ | 24.29 | 20.04 | 59.09 | - |
| YUV | 125.05 | 171.99 | 123.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 113 | 203 | 0.41 | 0.44 | 0 | 0.20 | 244 | 0.46 | 0.62 |
| Hex | 77 | 71 | CB | 29 | 2C | 0 | 14 | F4 | 2E | 3E |
| Octal | 167 | 161 | 313 | 51 | 54 | 0 | 24 | 364 | 56 | 76 |
| Binary | 1110111 | 1110001 | 11001011 | 101001 | 101100 | 0 | 10100 | 11110100 | 101110 | 111110 |
Color Harmonies of #7771CB
Complementary color
Monochromatic Colors of #7771CB
Black with #7771CB
Text Example
Text Example
White with #7771CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7771CB; }
p { color: rgb(119,113,203); }
H1.HeaderClassName
{
color: #7771CB;
}
.AnyTagClassName
{
color: #7771CB;
}
</style>
background-color css
<style>
a { background-color: #7771CB; }
a { background-color: rgb(119,113,203); }
div.DivClassName
{
background-color: #7771CB;
}
.BgClassName
{
background-color: #7771CB;
}
</style>
border-color css
<style>
span { border-color: #7771CB; }
span { border-color: rgb(119,113,203); }
td.TdClassName
{
border-color: #7771CB;
}
.TagClassName
{
border-color: #7771CB;
}
</style>