Shades of Moody Blue #8988CE
Tints of Moody Blue #8988CE
RGB
CMYK
RGB Variations
Color information
#8988CE (or 0x8988CE) is known color: Moody Blue. HEX triplet: 89, 88 and CE. RGB value is (137,136,206). Sum of RGB (Red+Green+Blue) = 137+136+206=479 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.60% from 479); Green value is 136 (53.52% from 255 or 28.39% from 479); Blue value is 206 (80.86% from 255 or 43.01% from 479); Max value from RGB is 206 - color contains mainly: blue. Hex color #8988CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8988CE is #767731. Grayscale: #909090. Windows color (decimal): -7763762 or 13535369. OLE color: 13535369.
HSL color Cylindrical-coordinate representation of color #8988CE: hue angle of 240.86º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8988CE is Cyan = 0.33, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 137 | 136 | 206 | - |
| CMYK | 0.33 | 0.34 | 0 | 0.19 |
| HSL | 240.86º | 0.42% | 0.67% | - |
| HSV(B) | 240.86º | 0.34% | 0.81% | - |
| XYZ | 30.26 | 27.38 | 62.08 | - |
| YUV | 144.28 | 162.83 | 122.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 136 | 206 | 0.33 | 0.34 | 0 | 0.19 | 240.86 | 0.42 | 0.67 |
| Hex | 89 | 88 | CE | 21 | 22 | 0 | 13 | F1 | 2A | 43 |
| Octal | 211 | 210 | 316 | 41 | 42 | 0 | 23 | 361 | 52 | 103 |
| Binary | 10001001 | 10001000 | 11001110 | 100001 | 100010 | 0 | 10011 | 11110001 | 101010 | 1000011 |
Color Harmonies of #8988CE
Complementary color
Monochromatic Colors of #8988CE
Black with #8988CE
Text Example
Text Example
White with #8988CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8988CE; }
p { color: rgb(137,136,206); }
H1.HeaderClassName
{
color: #8988CE;
}
.AnyTagClassName
{
color: #8988CE;
}
</style>
background-color css
<style>
a { background-color: #8988CE; }
a { background-color: rgb(137,136,206); }
div.DivClassName
{
background-color: #8988CE;
}
.BgClassName
{
background-color: #8988CE;
}
</style>
border-color css
<style>
span { border-color: #8988CE; }
span { border-color: rgb(137,136,206); }
td.TdClassName
{
border-color: #8988CE;
}
.TagClassName
{
border-color: #8988CE;
}
</style>