Shades of Moody Blue #777FDB
Tints of Moody Blue #777FDB
RGB
CMYK
RGB Variations
Color information
#777FDB (or 0x777FDB) is known color: Moody Blue. HEX triplet: 77, 7F and DB. RGB value is (119,127,219). Sum of RGB (Red+Green+Blue) = 119+127+219=465 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.59% from 465); Green value is 127 (50% from 255 or 27.31% from 465); Blue value is 219 (85.94% from 255 or 47.10% from 465); Max value from RGB is 219 - color contains mainly: blue. Hex color #777FDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #777FDB is #888024. Grayscale: #868686. Windows color (decimal): -8945701 or 14385015. OLE color: 14385015.
HSL color Cylindrical-coordinate representation of color #777FDB: hue angle of 235.2º 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 #777FDB is Cyan = 0.46, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 119 | 127 | 219 | - |
| CMYK | 0.46 | 0.42 | 0 | 0.14 |
| HSL | 235.2º | 0.58% | 0.66% | - |
| HSV(B) | 235.2º | 0.46% | 0.86% | - |
| XYZ | 27.98 | 24.22 | 70.22 | - |
| YUV | 135.1 | 175.35 | 116.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 127 | 219 | 0.46 | 0.42 | 0 | 0.14 | 235.2 | 0.58 | 0.66 |
| Hex | 77 | 7F | DB | 2E | 2A | 0 | E | EB | 3A | 42 |
| Octal | 167 | 177 | 333 | 56 | 52 | 0 | 16 | 353 | 72 | 102 |
| Binary | 1110111 | 1111111 | 11011011 | 101110 | 101010 | 0 | 1110 | 11101011 | 111010 | 1000010 |
Color Harmonies of #777FDB
Complementary color
Monochromatic Colors of #777FDB
Black with #777FDB
Text Example
Text Example
White with #777FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777FDB; }
p { color: rgb(119,127,219); }
H1.HeaderClassName
{
color: #777FDB;
}
.AnyTagClassName
{
color: #777FDB;
}
</style>
background-color css
<style>
a { background-color: #777FDB; }
a { background-color: rgb(119,127,219); }
div.DivClassName
{
background-color: #777FDB;
}
.BgClassName
{
background-color: #777FDB;
}
</style>
border-color css
<style>
span { border-color: #777FDB; }
span { border-color: rgb(119,127,219); }
td.TdClassName
{
border-color: #777FDB;
}
.TagClassName
{
border-color: #777FDB;
}
</style>