Shades of Moody Blue #8982DB
Tints of Moody Blue #8982DB
RGB
CMYK
RGB Variations
Color information
#8982DB (or 0x8982DB) is known color: Moody Blue. HEX triplet: 89, 82 and DB. RGB value is (137,130,219). Sum of RGB (Red+Green+Blue) = 137+130+219=486 (64% of max value = 765). Red value is 137 (53.91% from 255 or 28.19% from 486); Green value is 130 (51.17% from 255 or 26.75% from 486); Blue value is 219 (85.94% from 255 or 45.06% from 486); Max value from RGB is 219 - color contains mainly: blue. Hex color #8982DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8982DB is #767D24. Grayscale: #8D8D8D. Windows color (decimal): -7765285 or 14385801. OLE color: 14385801.
HSL color Cylindrical-coordinate representation of color #8982DB: hue angle of 244.72º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8982DB is Cyan = 0.37, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 137 | 130 | 219 | - |
| CMYK | 0.37 | 0.41 | 0 | 0.14 |
| HSL | 244.72º | 0.55% | 0.68% | - |
| HSV(B) | 244.72º | 0.41% | 0.86% | - |
| XYZ | 31.09 | 26.4 | 70.47 | - |
| YUV | 142.24 | 171.32 | 124.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 130 | 219 | 0.37 | 0.41 | 0 | 0.14 | 244.72 | 0.55 | 0.68 |
| Hex | 89 | 82 | DB | 25 | 29 | 0 | E | F5 | 37 | 44 |
| Octal | 211 | 202 | 333 | 45 | 51 | 0 | 16 | 365 | 67 | 104 |
| Binary | 10001001 | 10000010 | 11011011 | 100101 | 101001 | 0 | 1110 | 11110101 | 110111 | 1000100 |
Color Harmonies of #8982DB
Complementary color
Monochromatic Colors of #8982DB
Black with #8982DB
Text Example
Text Example
White with #8982DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8982DB; }
p { color: rgb(137,130,219); }
H1.HeaderClassName
{
color: #8982DB;
}
.AnyTagClassName
{
color: #8982DB;
}
</style>
background-color css
<style>
a { background-color: #8982DB; }
a { background-color: rgb(137,130,219); }
div.DivClassName
{
background-color: #8982DB;
}
.BgClassName
{
background-color: #8982DB;
}
</style>
border-color css
<style>
span { border-color: #8982DB; }
span { border-color: rgb(137,130,219); }
td.TdClassName
{
border-color: #8982DB;
}
.TagClassName
{
border-color: #8982DB;
}
</style>