Shades of Moody Blue #8981DD
Tints of Moody Blue #8981DD
RGB
CMYK
RGB Variations
Color information
#8981DD (or 0x8981DD) is known color: Moody Blue. HEX triplet: 89, 81 and DD. RGB value is (137,129,221). Sum of RGB (Red+Green+Blue) = 137+129+221=487 (64% of max value = 765). Red value is 137 (53.91% from 255 or 28.13% from 487); Green value is 129 (50.78% from 255 or 26.49% from 487); Blue value is 221 (86.72% from 255 or 45.38% from 487); Max value from RGB is 221 - color contains mainly: blue. Hex color #8981DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8981DD is #767E22. Grayscale: #8D8D8D. Windows color (decimal): -7765539 or 14516617. OLE color: 14516617.
HSL color Cylindrical-coordinate representation of color #8981DD: hue angle of 245.22º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8981DD is Cyan = 0.38, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 137 | 129 | 221 | - |
| CMYK | 0.38 | 0.42 | 0 | 0.13 |
| HSL | 245.22º | 0.58% | 0.69% | - |
| HSV(B) | 245.22º | 0.42% | 0.87% | - |
| XYZ | 31.22 | 26.24 | 71.83 | - |
| YUV | 141.88 | 172.65 | 124.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 129 | 221 | 0.38 | 0.42 | 0 | 0.13 | 245.22 | 0.58 | 0.69 |
| Hex | 89 | 81 | DD | 26 | 2A | 0 | D | F5 | 3A | 45 |
| Octal | 211 | 201 | 335 | 46 | 52 | 0 | 15 | 365 | 72 | 105 |
| Binary | 10001001 | 10000001 | 11011101 | 100110 | 101010 | 0 | 1101 | 11110101 | 111010 | 1000101 |
Color Harmonies of #8981DD
Complementary color
Monochromatic Colors of #8981DD
Black with #8981DD
Text Example
Text Example
White with #8981DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8981DD; }
p { color: rgb(137,129,221); }
H1.HeaderClassName
{
color: #8981DD;
}
.AnyTagClassName
{
color: #8981DD;
}
</style>
background-color css
<style>
a { background-color: #8981DD; }
a { background-color: rgb(137,129,221); }
div.DivClassName
{
background-color: #8981DD;
}
.BgClassName
{
background-color: #8981DD;
}
</style>
border-color css
<style>
span { border-color: #8981DD; }
span { border-color: rgb(137,129,221); }
td.TdClassName
{
border-color: #8981DD;
}
.TagClassName
{
border-color: #8981DD;
}
</style>