Shades of Moody Blue #7980DB
Tints of Moody Blue #7980DB
RGB
CMYK
RGB Variations
Color information
#7980DB (or 0x7980DB) is known color: Moody Blue. HEX triplet: 79, 80 and DB. RGB value is (121,128,219). Sum of RGB (Red+Green+Blue) = 121+128+219=468 (61% of max value = 765). Red value is 121 (47.66% from 255 or 25.85% from 468); Green value is 128 (50.39% from 255 or 27.35% from 468); Blue value is 219 (85.94% from 255 or 46.79% from 468); Max value from RGB is 219 - color contains mainly: blue. Hex color #7980DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7980DB is #867F24. Grayscale: #878787. Windows color (decimal): -8814373 or 14385273. OLE color: 14385273.
HSL color Cylindrical-coordinate representation of color #7980DB: hue angle of 235.71º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7980DB is Cyan = 0.45, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 121 | 128 | 219 | - |
| CMYK | 0.45 | 0.42 | 0 | 0.14 |
| HSL | 235.71º | 0.58% | 0.67% | - |
| HSV(B) | 235.71º | 0.45% | 0.86% | - |
| XYZ | 28.39 | 24.62 | 70.27 | - |
| YUV | 136.28 | 174.68 | 117.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 128 | 219 | 0.45 | 0.42 | 0 | 0.14 | 235.71 | 0.58 | 0.67 |
| Hex | 79 | 80 | DB | 2D | 2A | 0 | E | EC | 3A | 43 |
| Octal | 171 | 200 | 333 | 55 | 52 | 0 | 16 | 354 | 72 | 103 |
| Binary | 1111001 | 10000000 | 11011011 | 101101 | 101010 | 0 | 1110 | 11101100 | 111010 | 1000011 |
Color Harmonies of #7980DB
Complementary color
Monochromatic Colors of #7980DB
Black with #7980DB
Text Example
Text Example
White with #7980DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7980DB; }
p { color: rgb(121,128,219); }
H1.HeaderClassName
{
color: #7980DB;
}
.AnyTagClassName
{
color: #7980DB;
}
</style>
background-color css
<style>
a { background-color: #7980DB; }
a { background-color: rgb(121,128,219); }
div.DivClassName
{
background-color: #7980DB;
}
.BgClassName
{
background-color: #7980DB;
}
</style>
border-color css
<style>
span { border-color: #7980DB; }
span { border-color: rgb(121,128,219); }
td.TdClassName
{
border-color: #7980DB;
}
.TagClassName
{
border-color: #7980DB;
}
</style>