Shades of Moody Blue #8981DF
Tints of Moody Blue #8981DF
RGB
CMYK
RGB Variations
Color information
#8981DF (or 0x8981DF) is known color: Moody Blue. HEX triplet: 89, 81 and DF. RGB value is (137,129,223). Sum of RGB (Red+Green+Blue) = 137+129+223=489 (64% of max value = 765). Red value is 137 (53.91% from 255 or 28.02% from 489); Green value is 129 (50.78% from 255 or 26.38% from 489); Blue value is 223 (87.5% from 255 or 45.60% from 489); Max value from RGB is 223 - color contains mainly: blue. Hex color #8981DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8981DF is #767E20. Grayscale: #8D8D8D. Windows color (decimal): -7765537 or 14647689. OLE color: 14647689.
HSL color Cylindrical-coordinate representation of color #8981DF: hue angle of 245.11º degrees, saturation: 0.59, 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 #8981DF is Cyan = 0.39, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 137 | 129 | 223 | - |
| CMYK | 0.39 | 0.42 | 0 | 0.13 |
| HSL | 245.11º | 0.59% | 0.69% | - |
| HSV(B) | 245.11º | 0.42% | 0.87% | - |
| XYZ | 31.49 | 26.35 | 73.24 | - |
| YUV | 142.11 | 173.65 | 124.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 129 | 223 | 0.39 | 0.42 | 0 | 0.13 | 245.11 | 0.59 | 0.69 |
| Hex | 89 | 81 | DF | 27 | 2A | 0 | D | F5 | 3B | 45 |
| Octal | 211 | 201 | 337 | 47 | 52 | 0 | 15 | 365 | 73 | 105 |
| Binary | 10001001 | 10000001 | 11011111 | 100111 | 101010 | 0 | 1101 | 11110101 | 111011 | 1000101 |
Color Harmonies of #8981DF
Complementary color
Monochromatic Colors of #8981DF
Black with #8981DF
Text Example
Text Example
White with #8981DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8981DF; }
p { color: rgb(137,129,223); }
H1.HeaderClassName
{
color: #8981DF;
}
.AnyTagClassName
{
color: #8981DF;
}
</style>
background-color css
<style>
a { background-color: #8981DF; }
a { background-color: rgb(137,129,223); }
div.DivClassName
{
background-color: #8981DF;
}
.BgClassName
{
background-color: #8981DF;
}
</style>
border-color css
<style>
span { border-color: #8981DF; }
span { border-color: rgb(137,129,223); }
td.TdClassName
{
border-color: #8981DF;
}
.TagClassName
{
border-color: #8981DF;
}
</style>