Shades of Moody Blue #7A77DB
Tints of Moody Blue #7A77DB
RGB
CMYK
RGB Variations
Color information
#7A77DB (or 0x7A77DB) is known color: Moody Blue. HEX triplet: 7A, 77 and DB. RGB value is (122,119,219). Sum of RGB (Red+Green+Blue) = 122+119+219=460 (60% of max value = 765). Red value is 122 (48.05% from 255 or 26.52% from 460); Green value is 119 (46.88% from 255 or 25.87% 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 #7A77DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A77DB is #858824. Grayscale: #828282. Windows color (decimal): -8751141 or 14382970. OLE color: 14382970.
HSL color Cylindrical-coordinate representation of color #7A77DB: hue angle of 241.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 #7A77DB is Cyan = 0.44, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 122 | 119 | 219 | - |
| CMYK | 0.44 | 0.46 | 0 | 0.14 |
| HSL | 241.8º | 0.58% | 0.66% | - |
| HSV(B) | 241.8º | 0.46% | 0.86% | - |
| XYZ | 27.41 | 22.45 | 69.91 | - |
| YUV | 131.3 | 177.49 | 121.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 119 | 219 | 0.44 | 0.46 | 0 | 0.14 | 241.8 | 0.58 | 0.66 |
| Hex | 7A | 77 | DB | 2C | 2E | 0 | E | F2 | 3A | 42 |
| Octal | 172 | 167 | 333 | 54 | 56 | 0 | 16 | 362 | 72 | 102 |
| Binary | 1111010 | 1110111 | 11011011 | 101100 | 101110 | 0 | 1110 | 11110010 | 111010 | 1000010 |
Color Harmonies of #7A77DB
Complementary color
Monochromatic Colors of #7A77DB
Black with #7A77DB
Text Example
Text Example
White with #7A77DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A77DB; }
p { color: rgb(122,119,219); }
H1.HeaderClassName
{
color: #7A77DB;
}
.AnyTagClassName
{
color: #7A77DB;
}
</style>
background-color css
<style>
a { background-color: #7A77DB; }
a { background-color: rgb(122,119,219); }
div.DivClassName
{
background-color: #7A77DB;
}
.BgClassName
{
background-color: #7A77DB;
}
</style>
border-color css
<style>
span { border-color: #7A77DB; }
span { border-color: rgb(122,119,219); }
td.TdClassName
{
border-color: #7A77DB;
}
.TagClassName
{
border-color: #7A77DB;
}
</style>