Shades of Moody Blue #777ADB
Tints of Moody Blue #777ADB
RGB
CMYK
RGB Variations
Color information
#777ADB (or 0x777ADB) is known color: Moody Blue. HEX triplet: 77, 7A and DB. RGB value is (119,122,219). Sum of RGB (Red+Green+Blue) = 119+122+219=460 (60% of max value = 765). Red value is 119 (46.88% from 255 or 25.87% from 460); Green value is 122 (48.05% from 255 or 26.52% from 460); Blue value is 219 (85.94% from 255 or 47.61% from 460); Max value from RGB is 219 - color contains mainly: blue. Hex color #777ADB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #777ADB is #888524. Grayscale: #838383. Windows color (decimal): -8946981 or 14383735. OLE color: 14383735.
HSL color Cylindrical-coordinate representation of color #777ADB: hue angle of 238.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 #777ADB is Cyan = 0.46, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 119 | 122 | 219 | - |
| CMYK | 0.46 | 0.44 | 0 | 0.14 |
| HSL | 238.2º | 0.58% | 0.66% | - |
| HSV(B) | 238.2º | 0.46% | 0.86% | - |
| XYZ | 27.35 | 22.96 | 70.01 | - |
| YUV | 132.16 | 177.01 | 118.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 122 | 219 | 0.46 | 0.44 | 0 | 0.14 | 238.2 | 0.58 | 0.66 |
| Hex | 77 | 7A | DB | 2E | 2C | 0 | E | EE | 3A | 42 |
| Octal | 167 | 172 | 333 | 56 | 54 | 0 | 16 | 356 | 72 | 102 |
| Binary | 1110111 | 1111010 | 11011011 | 101110 | 101100 | 0 | 1110 | 11101110 | 111010 | 1000010 |
Color Harmonies of #777ADB
Complementary color
Monochromatic Colors of #777ADB
Black with #777ADB
Text Example
Text Example
White with #777ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777ADB; }
p { color: rgb(119,122,219); }
H1.HeaderClassName
{
color: #777ADB;
}
.AnyTagClassName
{
color: #777ADB;
}
</style>
background-color css
<style>
a { background-color: #777ADB; }
a { background-color: rgb(119,122,219); }
div.DivClassName
{
background-color: #777ADB;
}
.BgClassName
{
background-color: #777ADB;
}
</style>
border-color css
<style>
span { border-color: #777ADB; }
span { border-color: rgb(119,122,219); }
td.TdClassName
{
border-color: #777ADB;
}
.TagClassName
{
border-color: #777ADB;
}
</style>