Shades of Moody Blue #8981D8
Tints of Moody Blue #8981D8
RGB
CMYK
RGB Variations
Color information
#8981D8 (or 0x8981D8) is known color: Moody Blue. HEX triplet: 89, 81 and D8. RGB value is (137,129,216). Sum of RGB (Red+Green+Blue) = 137+129+216=482 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.42% from 482); Green value is 129 (50.78% from 255 or 26.76% from 482); Blue value is 216 (84.77% from 255 or 44.81% from 482); Max value from RGB is 216 - color contains mainly: blue. Hex color #8981D8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8981D8 is #767E27. Grayscale: #8C8C8C. Windows color (decimal): -7765544 or 14188937. OLE color: 14188937.
HSL color Cylindrical-coordinate representation of color #8981D8: hue angle of 245.52º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8981D8 is Cyan = 0.37, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 137 | 129 | 216 | - |
| CMYK | 0.37 | 0.40 | 0 | 0.15 |
| HSL | 245.52º | 0.53% | 0.68% | - |
| HSV(B) | 245.52º | 0.4% | 0.85% | - |
| XYZ | 30.56 | 25.98 | 68.37 | - |
| YUV | 141.31 | 170.15 | 124.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 129 | 216 | 0.37 | 0.40 | 0 | 0.15 | 245.52 | 0.53 | 0.68 |
| Hex | 89 | 81 | D8 | 25 | 28 | 0 | F | F6 | 35 | 44 |
| Octal | 211 | 201 | 330 | 45 | 50 | 0 | 17 | 366 | 65 | 104 |
| Binary | 10001001 | 10000001 | 11011000 | 100101 | 101000 | 0 | 1111 | 11110110 | 110101 | 1000100 |
Color Harmonies of #8981D8
Complementary color
Monochromatic Colors of #8981D8
Black with #8981D8
Text Example
Text Example
White with #8981D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8981D8; }
p { color: rgb(137,129,216); }
H1.HeaderClassName
{
color: #8981D8;
}
.AnyTagClassName
{
color: #8981D8;
}
</style>
background-color css
<style>
a { background-color: #8981D8; }
a { background-color: rgb(137,129,216); }
div.DivClassName
{
background-color: #8981D8;
}
.BgClassName
{
background-color: #8981D8;
}
</style>
border-color css
<style>
span { border-color: #8981D8; }
span { border-color: rgb(137,129,216); }
td.TdClassName
{
border-color: #8981D8;
}
.TagClassName
{
border-color: #8981D8;
}
</style>