Shades of Moody Blue #8981BA
Tints of Moody Blue #8981BA
RGB
CMYK
RGB Variations
Color information
#8981BA (or 0x8981BA) is known color: Moody Blue. HEX triplet: 89, 81 and BA. RGB value is (137,129,186). Sum of RGB (Red+Green+Blue) = 137+129+186=452 (59% of max value = 765). Red value is 137 (53.91% from 255 or 30.31% from 452); Green value is 129 (50.78% from 255 or 28.54% from 452); Blue value is 186 (73.05% from 255 or 41.15% from 452); Max value from RGB is 186 - color contains mainly: blue. Hex color #8981BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8981BA is #767E45. Grayscale: #898989. Windows color (decimal): -7765574 or 12222857. OLE color: 12222857.
HSL color Cylindrical-coordinate representation of color #8981BA: hue angle of 248.42º degrees, saturation: 0.29, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8981BA is Cyan = 0.26, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 137 | 129 | 186 | - |
| CMYK | 0.26 | 0.31 | 0 | 0.27 |
| HSL | 248.42º | 0.29% | 0.62% | - |
| HSV(B) | 248.42º | 0.31% | 0.73% | - |
| XYZ | 27.03 | 24.56 | 49.77 | - |
| YUV | 137.89 | 155.15 | 127.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 129 | 186 | 0.26 | 0.31 | 0 | 0.27 | 248.42 | 0.29 | 0.62 |
| Hex | 89 | 81 | BA | 1A | 1F | 0 | 1B | F8 | 1D | 3E |
| Octal | 211 | 201 | 272 | 32 | 37 | 0 | 33 | 370 | 35 | 76 |
| Binary | 10001001 | 10000001 | 10111010 | 11010 | 11111 | 0 | 11011 | 11111000 | 11101 | 111110 |
Color Harmonies of #8981BA
Complementary color
Monochromatic Colors of #8981BA
Black with #8981BA
Text Example
Text Example
White with #8981BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8981BA; }
p { color: rgb(137,129,186); }
H1.HeaderClassName
{
color: #8981BA;
}
.AnyTagClassName
{
color: #8981BA;
}
</style>
background-color css
<style>
a { background-color: #8981BA; }
a { background-color: rgb(137,129,186); }
div.DivClassName
{
background-color: #8981BA;
}
.BgClassName
{
background-color: #8981BA;
}
</style>
border-color css
<style>
span { border-color: #8981BA; }
span { border-color: rgb(137,129,186); }
td.TdClassName
{
border-color: #8981BA;
}
.TagClassName
{
border-color: #8981BA;
}
</style>