Shades of Moody Blue #8987CA
Tints of Moody Blue #8987CA
RGB
CMYK
RGB Variations
Color information
#8987CA (or 0x8987CA) is known color: Moody Blue. HEX triplet: 89, 87 and CA. RGB value is (137,135,202). Sum of RGB (Red+Green+Blue) = 137+135+202=474 (62% of max value = 765). Red value is 137 (53.91% from 255 or 28.90% from 474); Green value is 135 (53.12% from 255 or 28.48% from 474); Blue value is 202 (79.30% from 255 or 42.62% from 474); Max value from RGB is 202 - color contains mainly: blue. Hex color #8987CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8987CA is #767835. Grayscale: #8E8E8E. Windows color (decimal): -7764022 or 13272969. OLE color: 13272969.
HSL color Cylindrical-coordinate representation of color #8987CA: hue angle of 241.79º degrees, saturation: 0.39, 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 #8987CA is Cyan = 0.32, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 137 | 135 | 202 | - |
| CMYK | 0.32 | 0.33 | 0 | 0.21 |
| HSL | 241.79º | 0.39% | 0.66% | - |
| HSV(B) | 241.79º | 0.33% | 0.79% | - |
| XYZ | 29.64 | 26.91 | 59.51 | - |
| YUV | 143.24 | 161.16 | 123.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 135 | 202 | 0.32 | 0.33 | 0 | 0.21 | 241.79 | 0.39 | 0.66 |
| Hex | 89 | 87 | CA | 20 | 21 | 0 | 15 | F2 | 27 | 42 |
| Octal | 211 | 207 | 312 | 40 | 41 | 0 | 25 | 362 | 47 | 102 |
| Binary | 10001001 | 10000111 | 11001010 | 100000 | 100001 | 0 | 10101 | 11110010 | 100111 | 1000010 |
Color Harmonies of #8987CA
Complementary color
Monochromatic Colors of #8987CA
Black with #8987CA
Text Example
Text Example
White with #8987CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8987CA; }
p { color: rgb(137,135,202); }
H1.HeaderClassName
{
color: #8987CA;
}
.AnyTagClassName
{
color: #8987CA;
}
</style>
background-color css
<style>
a { background-color: #8987CA; }
a { background-color: rgb(137,135,202); }
div.DivClassName
{
background-color: #8987CA;
}
.BgClassName
{
background-color: #8987CA;
}
</style>
border-color css
<style>
span { border-color: #8987CA; }
span { border-color: rgb(137,135,202); }
td.TdClassName
{
border-color: #8987CA;
}
.TagClassName
{
border-color: #8987CA;
}
</style>