Shades of Moody Blue #8982DD
Tints of Moody Blue #8982DD
RGB
CMYK
RGB Variations
Color information
#8982DD (or 0x8982DD) is known color: Moody Blue. HEX triplet: 89, 82 and DD. RGB value is (137,130,221). Sum of RGB (Red+Green+Blue) = 137+130+221=488 (64% of max value = 765). Red value is 137 (53.91% from 255 or 28.07% from 488); Green value is 130 (51.17% from 255 or 26.64% from 488); Blue value is 221 (86.72% from 255 or 45.29% from 488); Max value from RGB is 221 - color contains mainly: blue. Hex color #8982DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8982DD is #767D22. Grayscale: #8E8E8E. Windows color (decimal): -7765283 or 14516873. OLE color: 14516873.
HSL color Cylindrical-coordinate representation of color #8982DD: hue angle of 244.62º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8982DD is Cyan = 0.38, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 137 | 130 | 221 | - |
| CMYK | 0.38 | 0.41 | 0 | 0.13 |
| HSL | 244.62º | 0.57% | 0.69% | - |
| HSV(B) | 244.62º | 0.41% | 0.87% | - |
| XYZ | 31.35 | 26.5 | 71.87 | - |
| YUV | 142.47 | 172.32 | 124.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 130 | 221 | 0.38 | 0.41 | 0 | 0.13 | 244.62 | 0.57 | 0.69 |
| Hex | 89 | 82 | DD | 26 | 29 | 0 | D | F5 | 39 | 45 |
| Octal | 211 | 202 | 335 | 46 | 51 | 0 | 15 | 365 | 71 | 105 |
| Binary | 10001001 | 10000010 | 11011101 | 100110 | 101001 | 0 | 1101 | 11110101 | 111001 | 1000101 |
Color Harmonies of #8982DD
Complementary color
Monochromatic Colors of #8982DD
Black with #8982DD
Text Example
Text Example
White with #8982DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8982DD; }
p { color: rgb(137,130,221); }
H1.HeaderClassName
{
color: #8982DD;
}
.AnyTagClassName
{
color: #8982DD;
}
</style>
background-color css
<style>
a { background-color: #8982DD; }
a { background-color: rgb(137,130,221); }
div.DivClassName
{
background-color: #8982DD;
}
.BgClassName
{
background-color: #8982DD;
}
</style>
border-color css
<style>
span { border-color: #8982DD; }
span { border-color: rgb(137,130,221); }
td.TdClassName
{
border-color: #8982DD;
}
.TagClassName
{
border-color: #8982DD;
}
</style>