Shades of Moody Blue #8981D0
Tints of Moody Blue #8981D0
RGB
CMYK
RGB Variations
Color information
#8981D0 (or 0x8981D0) is known color: Moody Blue. HEX triplet: 89, 81 and D0. RGB value is (137,129,208). Sum of RGB (Red+Green+Blue) = 137+129+208=474 (62% of max value = 765). Red value is 137 (53.91% from 255 or 28.90% from 474); Green value is 129 (50.78% from 255 or 27.22% from 474); Blue value is 208 (81.64% from 255 or 43.88% from 474); Max value from RGB is 208 - color contains mainly: blue. Hex color #8981D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8981D0 is #767E2F. Grayscale: #8C8C8C. Windows color (decimal): -7765552 or 13664649. OLE color: 13664649.
HSL color Cylindrical-coordinate representation of color #8981D0: hue angle of 246.08º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8981D0 is Cyan = 0.34, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 137 | 129 | 208 | - |
| CMYK | 0.34 | 0.38 | 0 | 0.18 |
| HSL | 246.08º | 0.46% | 0.66% | - |
| HSV(B) | 246.08º | 0.38% | 0.82% | - |
| XYZ | 29.55 | 25.57 | 63.05 | - |
| YUV | 140.4 | 166.15 | 125.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 129 | 208 | 0.34 | 0.38 | 0 | 0.18 | 246.08 | 0.46 | 0.66 |
| Hex | 89 | 81 | D0 | 22 | 26 | 0 | 12 | F6 | 2E | 42 |
| Octal | 211 | 201 | 320 | 42 | 46 | 0 | 22 | 366 | 56 | 102 |
| Binary | 10001001 | 10000001 | 11010000 | 100010 | 100110 | 0 | 10010 | 11110110 | 101110 | 1000010 |
Color Harmonies of #8981D0
Complementary color
Monochromatic Colors of #8981D0
Black with #8981D0
Text Example
Text Example
White with #8981D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8981D0; }
p { color: rgb(137,129,208); }
H1.HeaderClassName
{
color: #8981D0;
}
.AnyTagClassName
{
color: #8981D0;
}
</style>
background-color css
<style>
a { background-color: #8981D0; }
a { background-color: rgb(137,129,208); }
div.DivClassName
{
background-color: #8981D0;
}
.BgClassName
{
background-color: #8981D0;
}
</style>
border-color css
<style>
span { border-color: #8981D0; }
span { border-color: rgb(137,129,208); }
td.TdClassName
{
border-color: #8981D0;
}
.TagClassName
{
border-color: #8981D0;
}
</style>