Shades of Moody Blue #8586CA
Tints of Moody Blue #8586CA
RGB
CMYK
RGB Variations
Color information
#8586CA (or 0x8586CA) is known color: Moody Blue. HEX triplet: 85, 86 and CA. RGB value is (133,134,202). Sum of RGB (Red+Green+Blue) = 133+134+202=469 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28.36% from 469); Green value is 134 (52.73% from 255 or 28.57% from 469); Blue value is 202 (79.30% from 255 or 43.07% from 469); Max value from RGB is 202 - color contains mainly: blue. Hex color #8586CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8586CA is #7A7935. Grayscale: #8D8D8D. Windows color (decimal): -8026422 or 13272709. OLE color: 13272709.
HSL color Cylindrical-coordinate representation of color #8586CA: hue angle of 239.13º 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 #8586CA is Cyan = 0.34, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 133 | 134 | 202 | - |
| CMYK | 0.34 | 0.34 | 0 | 0.21 |
| HSL | 239.13º | 0.39% | 0.66% | - |
| HSV(B) | 239.13º | 0.34% | 0.79% | - |
| XYZ | 28.86 | 26.3 | 59.43 | - |
| YUV | 141.45 | 162.17 | 121.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 134 | 202 | 0.34 | 0.34 | 0 | 0.21 | 239.13 | 0.39 | 0.66 |
| Hex | 85 | 86 | CA | 22 | 22 | 0 | 15 | EF | 27 | 42 |
| Octal | 205 | 206 | 312 | 42 | 42 | 0 | 25 | 357 | 47 | 102 |
| Binary | 10000101 | 10000110 | 11001010 | 100010 | 100010 | 0 | 10101 | 11101111 | 100111 | 1000010 |
Color Harmonies of #8586CA
Complementary color
Monochromatic Colors of #8586CA
Black with #8586CA
Text Example
Text Example
White with #8586CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8586CA; }
p { color: rgb(133,134,202); }
H1.HeaderClassName
{
color: #8586CA;
}
.AnyTagClassName
{
color: #8586CA;
}
</style>
background-color css
<style>
a { background-color: #8586CA; }
a { background-color: rgb(133,134,202); }
div.DivClassName
{
background-color: #8586CA;
}
.BgClassName
{
background-color: #8586CA;
}
</style>
border-color css
<style>
span { border-color: #8586CA; }
span { border-color: rgb(133,134,202); }
td.TdClassName
{
border-color: #8586CA;
}
.TagClassName
{
border-color: #8586CA;
}
</style>