Shades of Moody Blue #8587CA
Tints of Moody Blue #8587CA
RGB
CMYK
RGB Variations
Color information
#8587CA (or 0x8587CA) is known color: Moody Blue. HEX triplet: 85, 87 and CA. RGB value is (133,135,202). Sum of RGB (Red+Green+Blue) = 133+135+202=470 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28.30% from 470); Green value is 135 (53.12% from 255 or 28.72% from 470); Blue value is 202 (79.30% from 255 or 42.98% from 470); Max value from RGB is 202 - color contains mainly: blue. Hex color #8587CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8587CA is #7A7835. Grayscale: #8D8D8D. Windows color (decimal): -8026166 or 13272965. OLE color: 13272965.
HSL color Cylindrical-coordinate representation of color #8587CA: hue angle of 238.26º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8587CA is Cyan = 0.34, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 133 | 135 | 202 | - |
| CMYK | 0.34 | 0.33 | 0 | 0.21 |
| HSL | 238.26º | 0.39% | 0.66% | - |
| HSV(B) | 238.26º | 0.34% | 0.79% | - |
| XYZ | 29 | 26.58 | 59.48 | - |
| YUV | 142.04 | 161.84 | 121.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 135 | 202 | 0.34 | 0.33 | 0 | 0.21 | 238.26 | 0.39 | 0.66 |
| Hex | 85 | 87 | CA | 22 | 21 | 0 | 15 | EE | 27 | 42 |
| Octal | 205 | 207 | 312 | 42 | 41 | 0 | 25 | 356 | 47 | 102 |
| Binary | 10000101 | 10000111 | 11001010 | 100010 | 100001 | 0 | 10101 | 11101110 | 100111 | 1000010 |
Color Harmonies of #8587CA
Complementary color
Monochromatic Colors of #8587CA
Black with #8587CA
Text Example
Text Example
White with #8587CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8587CA; }
p { color: rgb(133,135,202); }
H1.HeaderClassName
{
color: #8587CA;
}
.AnyTagClassName
{
color: #8587CA;
}
</style>
background-color css
<style>
a { background-color: #8587CA; }
a { background-color: rgb(133,135,202); }
div.DivClassName
{
background-color: #8587CA;
}
.BgClassName
{
background-color: #8587CA;
}
</style>
border-color css
<style>
span { border-color: #8587CA; }
span { border-color: rgb(133,135,202); }
td.TdClassName
{
border-color: #8587CA;
}
.TagClassName
{
border-color: #8587CA;
}
</style>