Shades of Moody Blue #7771D9
Tints of Moody Blue #7771D9
RGB
CMYK
RGB Variations
Color information
#7771D9 (or 0x7771D9) is known color: Moody Blue. HEX triplet: 77, 71 and D9. RGB value is (119,113,217). Sum of RGB (Red+Green+Blue) = 119+113+217=449 (59% of max value = 765). Red value is 119 (46.88% from 255 or 26.50% from 449); Green value is 113 (44.53% from 255 or 25.17% from 449); Blue value is 217 (85.16% from 255 or 48.33% from 449); Max value from RGB is 217 - color contains mainly: blue. Hex color #7771D9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7771D9 is #888E26. Grayscale: #7E7E7E. Windows color (decimal): -8949287 or 14250359. OLE color: 14250359.
HSL color Cylindrical-coordinate representation of color #7771D9: hue angle of 243.46º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7771D9 is Cyan = 0.45, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 119 | 113 | 217 | - |
| CMYK | 0.45 | 0.48 | 0 | 0.15 |
| HSL | 243.46º | 0.58% | 0.65% | - |
| HSV(B) | 243.46º | 0.48% | 0.85% | - |
| XYZ | 26.04 | 20.74 | 68.28 | - |
| YUV | 126.65 | 178.99 | 122.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 113 | 217 | 0.45 | 0.48 | 0 | 0.15 | 243.46 | 0.58 | 0.65 |
| Hex | 77 | 71 | D9 | 2D | 30 | 0 | F | F3 | 3A | 41 |
| Octal | 167 | 161 | 331 | 55 | 60 | 0 | 17 | 363 | 72 | 101 |
| Binary | 1110111 | 1110001 | 11011001 | 101101 | 110000 | 0 | 1111 | 11110011 | 111010 | 1000001 |
Color Harmonies of #7771D9
Complementary color
Monochromatic Colors of #7771D9
Black with #7771D9
Text Example
Text Example
White with #7771D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7771D9; }
p { color: rgb(119,113,217); }
H1.HeaderClassName
{
color: #7771D9;
}
.AnyTagClassName
{
color: #7771D9;
}
</style>
background-color css
<style>
a { background-color: #7771D9; }
a { background-color: rgb(119,113,217); }
div.DivClassName
{
background-color: #7771D9;
}
.BgClassName
{
background-color: #7771D9;
}
</style>
border-color css
<style>
span { border-color: #7771D9; }
span { border-color: rgb(119,113,217); }
td.TdClassName
{
border-color: #7771D9;
}
.TagClassName
{
border-color: #7771D9;
}
</style>