Shades of Moody Blue #8988CA
Tints of Moody Blue #8988CA
RGB
CMYK
RGB Variations
Color information
#8988CA (or 0x8988CA) is known color: Moody Blue. HEX triplet: 89, 88 and CA. RGB value is (137,136,202). Sum of RGB (Red+Green+Blue) = 137+136+202=475 (62% of max value = 765). Red value is 137 (53.91% from 255 or 28.84% from 475); Green value is 136 (53.52% from 255 or 28.63% from 475); Blue value is 202 (79.30% from 255 or 42.53% from 475); Max value from RGB is 202 - color contains mainly: blue. Hex color #8988CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8988CA is #767735. Grayscale: #8F8F8F. Windows color (decimal): -7763766 or 13273225. OLE color: 13273225.
HSL color Cylindrical-coordinate representation of color #8988CA: hue angle of 240.91º 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 #8988CA is Cyan = 0.32, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 137 | 136 | 202 | - |
| CMYK | 0.32 | 0.33 | 0 | 0.21 |
| HSL | 240.91º | 0.38% | 0.66% | - |
| HSV(B) | 240.91º | 0.33% | 0.79% | - |
| XYZ | 29.78 | 27.19 | 59.56 | - |
| YUV | 143.82 | 160.83 | 123.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 136 | 202 | 0.32 | 0.33 | 0 | 0.21 | 240.91 | 0.38 | 0.66 |
| Hex | 89 | 88 | CA | 20 | 21 | 0 | 15 | F1 | 26 | 42 |
| Octal | 211 | 210 | 312 | 40 | 41 | 0 | 25 | 361 | 46 | 102 |
| Binary | 10001001 | 10001000 | 11001010 | 100000 | 100001 | 0 | 10101 | 11110001 | 100110 | 1000010 |
Color Harmonies of #8988CA
Complementary color
Monochromatic Colors of #8988CA
Black with #8988CA
Text Example
Text Example
White with #8988CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8988CA; }
p { color: rgb(137,136,202); }
H1.HeaderClassName
{
color: #8988CA;
}
.AnyTagClassName
{
color: #8988CA;
}
</style>
background-color css
<style>
a { background-color: #8988CA; }
a { background-color: rgb(137,136,202); }
div.DivClassName
{
background-color: #8988CA;
}
.BgClassName
{
background-color: #8988CA;
}
</style>
border-color css
<style>
span { border-color: #8988CA; }
span { border-color: rgb(137,136,202); }
td.TdClassName
{
border-color: #8988CA;
}
.TagClassName
{
border-color: #8988CA;
}
</style>