Shades of Moody Blue #8986C9
Tints of Moody Blue #8986C9
RGB
CMYK
RGB Variations
Color information
#8986C9 (or 0x8986C9) is known color: Moody Blue. HEX triplet: 89, 86 and C9. RGB value is (137,134,201). Sum of RGB (Red+Green+Blue) = 137+134+201=472 (62% of max value = 765). Red value is 137 (53.91% from 255 or 29.03% from 472); Green value is 134 (52.73% from 255 or 28.39% from 472); Blue value is 201 (78.91% from 255 or 42.58% from 472); Max value from RGB is 201 - color contains mainly: blue. Hex color #8986C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8986C9 is #767936. Grayscale: #8E8E8E. Windows color (decimal): -7764279 or 13207177. OLE color: 13207177.
HSL color Cylindrical-coordinate representation of color #8986C9: hue angle of 242.69º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8986C9 is Cyan = 0.32, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 137 | 134 | 201 | - |
| CMYK | 0.32 | 0.33 | 0 | 0.21 |
| HSL | 242.69º | 0.38% | 0.66% | - |
| HSV(B) | 242.69º | 0.33% | 0.79% | - |
| XYZ | 29.38 | 26.59 | 58.84 | - |
| YUV | 142.54 | 160.99 | 124.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 134 | 201 | 0.32 | 0.33 | 0 | 0.21 | 242.69 | 0.38 | 0.66 |
| Hex | 89 | 86 | C9 | 20 | 21 | 0 | 15 | F3 | 26 | 42 |
| Octal | 211 | 206 | 311 | 40 | 41 | 0 | 25 | 363 | 46 | 102 |
| Binary | 10001001 | 10000110 | 11001001 | 100000 | 100001 | 0 | 10101 | 11110011 | 100110 | 1000010 |
Color Harmonies of #8986C9
Complementary color
Monochromatic Colors of #8986C9
Black with #8986C9
Text Example
Text Example
White with #8986C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8986C9; }
p { color: rgb(137,134,201); }
H1.HeaderClassName
{
color: #8986C9;
}
.AnyTagClassName
{
color: #8986C9;
}
</style>
background-color css
<style>
a { background-color: #8986C9; }
a { background-color: rgb(137,134,201); }
div.DivClassName
{
background-color: #8986C9;
}
.BgClassName
{
background-color: #8986C9;
}
</style>
border-color css
<style>
span { border-color: #8986C9; }
span { border-color: rgb(137,134,201); }
td.TdClassName
{
border-color: #8986C9;
}
.TagClassName
{
border-color: #8986C9;
}
</style>