Shades of Moody Blue #8980DB
Tints of Moody Blue #8980DB
RGB
CMYK
RGB Variations
Color information
#8980DB (or 0x8980DB) is known color: Moody Blue. HEX triplet: 89, 80 and DB. RGB value is (137,128,219). Sum of RGB (Red+Green+Blue) = 137+128+219=484 (64% of max value = 765). Red value is 137 (53.91% from 255 or 28.31% from 484); Green value is 128 (50.39% from 255 or 26.45% from 484); Blue value is 219 (85.94% from 255 or 45.25% from 484); Max value from RGB is 219 - color contains mainly: blue. Hex color #8980DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8980DB is #767F24. Grayscale: #8C8C8C. Windows color (decimal): -7765797 or 14385289. OLE color: 14385289.
HSL color Cylindrical-coordinate representation of color #8980DB: hue angle of 245.93º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8980DB is Cyan = 0.37, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 137 | 128 | 219 | - |
| CMYK | 0.37 | 0.42 | 0 | 0.14 |
| HSL | 245.93º | 0.56% | 0.68% | - |
| HSV(B) | 245.93º | 0.42% | 0.86% | - |
| XYZ | 30.82 | 25.87 | 70.39 | - |
| YUV | 141.07 | 171.98 | 125.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 128 | 219 | 0.37 | 0.42 | 0 | 0.14 | 245.93 | 0.56 | 0.68 |
| Hex | 89 | 80 | DB | 25 | 2A | 0 | E | F6 | 38 | 44 |
| Octal | 211 | 200 | 333 | 45 | 52 | 0 | 16 | 366 | 70 | 104 |
| Binary | 10001001 | 10000000 | 11011011 | 100101 | 101010 | 0 | 1110 | 11110110 | 111000 | 1000100 |
Color Harmonies of #8980DB
Complementary color
Monochromatic Colors of #8980DB
Black with #8980DB
Text Example
Text Example
White with #8980DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8980DB; }
p { color: rgb(137,128,219); }
H1.HeaderClassName
{
color: #8980DB;
}
.AnyTagClassName
{
color: #8980DB;
}
</style>
background-color css
<style>
a { background-color: #8980DB; }
a { background-color: rgb(137,128,219); }
div.DivClassName
{
background-color: #8980DB;
}
.BgClassName
{
background-color: #8980DB;
}
</style>
border-color css
<style>
span { border-color: #8980DB; }
span { border-color: rgb(137,128,219); }
td.TdClassName
{
border-color: #8980DB;
}
.TagClassName
{
border-color: #8980DB;
}
</style>