Shades of Moody Blue #777DDB
Tints of Moody Blue #777DDB
RGB
CMYK
RGB Variations
Color information
#777DDB (or 0x777DDB) is known color: Moody Blue. HEX triplet: 77, 7D and DB. RGB value is (119,125,219). Sum of RGB (Red+Green+Blue) = 119+125+219=463 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.70% from 463); Green value is 125 (49.22% from 255 or 27.00% from 463); Blue value is 219 (85.94% from 255 or 47.30% from 463); Max value from RGB is 219 - color contains mainly: blue. Hex color #777DDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #777DDB is #888224. Grayscale: #858585. Windows color (decimal): -8946213 or 14384503. OLE color: 14384503.
HSL color Cylindrical-coordinate representation of color #777DDB: hue angle of 236.4º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #777DDB is Cyan = 0.46, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 119 | 125 | 219 | - |
| CMYK | 0.46 | 0.43 | 0 | 0.14 |
| HSL | 236.4º | 0.58% | 0.66% | - |
| HSV(B) | 236.4º | 0.46% | 0.86% | - |
| XYZ | 27.73 | 23.7 | 70.13 | - |
| YUV | 133.92 | 176.01 | 117.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 125 | 219 | 0.46 | 0.43 | 0 | 0.14 | 236.4 | 0.58 | 0.66 |
| Hex | 77 | 7D | DB | 2E | 2B | 0 | E | EC | 3A | 42 |
| Octal | 167 | 175 | 333 | 56 | 53 | 0 | 16 | 354 | 72 | 102 |
| Binary | 1110111 | 1111101 | 11011011 | 101110 | 101011 | 0 | 1110 | 11101100 | 111010 | 1000010 |
Color Harmonies of #777DDB
Complementary color
Monochromatic Colors of #777DDB
Black with #777DDB
Text Example
Text Example
White with #777DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777DDB; }
p { color: rgb(119,125,219); }
H1.HeaderClassName
{
color: #777DDB;
}
.AnyTagClassName
{
color: #777DDB;
}
</style>
background-color css
<style>
a { background-color: #777DDB; }
a { background-color: rgb(119,125,219); }
div.DivClassName
{
background-color: #777DDB;
}
.BgClassName
{
background-color: #777DDB;
}
</style>
border-color css
<style>
span { border-color: #777DDB; }
span { border-color: rgb(119,125,219); }
td.TdClassName
{
border-color: #777DDB;
}
.TagClassName
{
border-color: #777DDB;
}
</style>