Shades of Moody Blue #8A87CA
Tints of Moody Blue #8A87CA
RGB
CMYK
RGB Variations
Color information
#8A87CA (or 0x8A87CA) is known color: Moody Blue. HEX triplet: 8A, 87 and CA. RGB value is (138,135,202). Sum of RGB (Red+Green+Blue) = 138+135+202=475 (62% of max value = 765). Red value is 138 (54.30% from 255 or 29.05% from 475); Green value is 135 (53.12% from 255 or 28.42% 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 #8A87CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8A87CA is #757835. Grayscale: #8F8F8F. Windows color (decimal): -7698486 or 13272970. OLE color: 13272970.
HSL color Cylindrical-coordinate representation of color #8A87CA: hue angle of 242.69º 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 #8A87CA is Cyan = 0.32, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 138 | 135 | 202 | - |
| CMYK | 0.32 | 0.33 | 0 | 0.21 |
| HSL | 242.69º | 0.39% | 0.66% | - |
| HSV(B) | 242.69º | 0.33% | 0.79% | - |
| XYZ | 29.81 | 27 | 59.52 | - |
| YUV | 143.54 | 160.99 | 124.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 135 | 202 | 0.32 | 0.33 | 0 | 0.21 | 242.69 | 0.39 | 0.66 |
| Hex | 8A | 87 | CA | 20 | 21 | 0 | 15 | F3 | 27 | 42 |
| Octal | 212 | 207 | 312 | 40 | 41 | 0 | 25 | 363 | 47 | 102 |
| Binary | 10001010 | 10000111 | 11001010 | 100000 | 100001 | 0 | 10101 | 11110011 | 100111 | 1000010 |
Color Harmonies of #8A87CA
Complementary color
Monochromatic Colors of #8A87CA
Black with #8A87CA
Text Example
Text Example
White with #8A87CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A87CA; }
p { color: rgb(138,135,202); }
H1.HeaderClassName
{
color: #8A87CA;
}
.AnyTagClassName
{
color: #8A87CA;
}
</style>
background-color css
<style>
a { background-color: #8A87CA; }
a { background-color: rgb(138,135,202); }
div.DivClassName
{
background-color: #8A87CA;
}
.BgClassName
{
background-color: #8A87CA;
}
</style>
border-color css
<style>
span { border-color: #8A87CA; }
span { border-color: rgb(138,135,202); }
td.TdClassName
{
border-color: #8A87CA;
}
.TagClassName
{
border-color: #8A87CA;
}
</style>