Shades of Moody Blue #7977DB
Tints of Moody Blue #7977DB
RGB
CMYK
RGB Variations
Color information
#7977DB (or 0x7977DB) is known color: Moody Blue. HEX triplet: 79, 77 and DB. RGB value is (121,119,219). Sum of RGB (Red+Green+Blue) = 121+119+219=459 (60% of max value = 765). Red value is 121 (47.66% from 255 or 26.36% from 459); Green value is 119 (46.88% from 255 or 25.93% from 459); Blue value is 219 (85.94% from 255 or 47.71% from 459); Max value from RGB is 219 - color contains mainly: blue. Hex color #7977DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7977DB is #868824. Grayscale: #828282. Windows color (decimal): -8816677 or 14382969. OLE color: 14382969.
HSL color Cylindrical-coordinate representation of color #7977DB: hue angle of 241.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 #7977DB is Cyan = 0.45, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 121 | 119 | 219 | - |
| CMYK | 0.45 | 0.46 | 0 | 0.14 |
| HSL | 241.2º | 0.58% | 0.66% | - |
| HSV(B) | 241.2º | 0.46% | 0.86% | - |
| XYZ | 27.27 | 22.37 | 69.9 | - |
| YUV | 131 | 177.66 | 120.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 119 | 219 | 0.45 | 0.46 | 0 | 0.14 | 241.2 | 0.58 | 0.66 |
| Hex | 79 | 77 | DB | 2D | 2E | 0 | E | F1 | 3A | 42 |
| Octal | 171 | 167 | 333 | 55 | 56 | 0 | 16 | 361 | 72 | 102 |
| Binary | 1111001 | 1110111 | 11011011 | 101101 | 101110 | 0 | 1110 | 11110001 | 111010 | 1000010 |
Color Harmonies of #7977DB
Complementary color
Monochromatic Colors of #7977DB
Black with #7977DB
Text Example
Text Example
White with #7977DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7977DB; }
p { color: rgb(121,119,219); }
H1.HeaderClassName
{
color: #7977DB;
}
.AnyTagClassName
{
color: #7977DB;
}
</style>
background-color css
<style>
a { background-color: #7977DB; }
a { background-color: rgb(121,119,219); }
div.DivClassName
{
background-color: #7977DB;
}
.BgClassName
{
background-color: #7977DB;
}
</style>
border-color css
<style>
span { border-color: #7977DB; }
span { border-color: rgb(121,119,219); }
td.TdClassName
{
border-color: #7977DB;
}
.TagClassName
{
border-color: #7977DB;
}
</style>