Shades of Moody Blue #777EDB
Tints of Moody Blue #777EDB
RGB
CMYK
RGB Variations
Color information
#777EDB (or 0x777EDB) is known color: Moody Blue. HEX triplet: 77, 7E and DB. RGB value is (119,126,219). Sum of RGB (Red+Green+Blue) = 119+126+219=464 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.65% from 464); Green value is 126 (49.61% from 255 or 27.16% from 464); Blue value is 219 (85.94% from 255 or 47.20% from 464); Max value from RGB is 219 - color contains mainly: blue. Hex color #777EDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #777EDB is #888124. Grayscale: #868686. Windows color (decimal): -8945957 or 14384759. OLE color: 14384759.
HSL color Cylindrical-coordinate representation of color #777EDB: hue angle of 235.8º 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 #777EDB is Cyan = 0.46, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 119 | 126 | 219 | - |
| CMYK | 0.46 | 0.42 | 0 | 0.14 |
| HSL | 235.8º | 0.58% | 0.66% | - |
| HSV(B) | 235.8º | 0.46% | 0.86% | - |
| XYZ | 27.85 | 23.96 | 70.17 | - |
| YUV | 134.51 | 175.68 | 116.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 126 | 219 | 0.46 | 0.42 | 0 | 0.14 | 235.8 | 0.58 | 0.66 |
| Hex | 77 | 7E | DB | 2E | 2A | 0 | E | EC | 3A | 42 |
| Octal | 167 | 176 | 333 | 56 | 52 | 0 | 16 | 354 | 72 | 102 |
| Binary | 1110111 | 1111110 | 11011011 | 101110 | 101010 | 0 | 1110 | 11101100 | 111010 | 1000010 |
Color Harmonies of #777EDB
Complementary color
Monochromatic Colors of #777EDB
Black with #777EDB
Text Example
Text Example
White with #777EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777EDB; }
p { color: rgb(119,126,219); }
H1.HeaderClassName
{
color: #777EDB;
}
.AnyTagClassName
{
color: #777EDB;
}
</style>
background-color css
<style>
a { background-color: #777EDB; }
a { background-color: rgb(119,126,219); }
div.DivClassName
{
background-color: #777EDB;
}
.BgClassName
{
background-color: #777EDB;
}
</style>
border-color css
<style>
span { border-color: #777EDB; }
span { border-color: rgb(119,126,219); }
td.TdClassName
{
border-color: #777EDB;
}
.TagClassName
{
border-color: #777EDB;
}
</style>