Shades of Moody Blue #777BDB
Tints of Moody Blue #777BDB
RGB
CMYK
RGB Variations
Color information
#777BDB (or 0x777BDB) is known color: Moody Blue. HEX triplet: 77, 7B and DB. RGB value is (119,123,219). Sum of RGB (Red+Green+Blue) = 119+123+219=461 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.81% from 461); Green value is 123 (48.44% from 255 or 26.68% from 461); Blue value is 219 (85.94% from 255 or 47.51% from 461); Max value from RGB is 219 - color contains mainly: blue. Hex color #777BDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #777BDB is #888424. Grayscale: #848484. Windows color (decimal): -8946725 or 14383991. OLE color: 14383991.
HSL color Cylindrical-coordinate representation of color #777BDB: hue angle of 237.6º 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 #777BDB is Cyan = 0.46, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 119 | 123 | 219 | - |
| CMYK | 0.46 | 0.44 | 0 | 0.14 |
| HSL | 237.6º | 0.58% | 0.66% | - |
| HSV(B) | 237.6º | 0.46% | 0.86% | - |
| XYZ | 27.48 | 23.2 | 70.05 | - |
| YUV | 132.75 | 176.67 | 118.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 123 | 219 | 0.46 | 0.44 | 0 | 0.14 | 237.6 | 0.58 | 0.66 |
| Hex | 77 | 7B | DB | 2E | 2C | 0 | E | EE | 3A | 42 |
| Octal | 167 | 173 | 333 | 56 | 54 | 0 | 16 | 356 | 72 | 102 |
| Binary | 1110111 | 1111011 | 11011011 | 101110 | 101100 | 0 | 1110 | 11101110 | 111010 | 1000010 |
Color Harmonies of #777BDB
Complementary color
Monochromatic Colors of #777BDB
Black with #777BDB
Text Example
Text Example
White with #777BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777BDB; }
p { color: rgb(119,123,219); }
H1.HeaderClassName
{
color: #777BDB;
}
.AnyTagClassName
{
color: #777BDB;
}
</style>
background-color css
<style>
a { background-color: #777BDB; }
a { background-color: rgb(119,123,219); }
div.DivClassName
{
background-color: #777BDB;
}
.BgClassName
{
background-color: #777BDB;
}
</style>
border-color css
<style>
span { border-color: #777BDB; }
span { border-color: rgb(119,123,219); }
td.TdClassName
{
border-color: #777BDB;
}
.TagClassName
{
border-color: #777BDB;
}
</style>