Shades of Moody Blue #8786CA
Tints of Moody Blue #8786CA
RGB
CMYK
RGB Variations
Color information
#8786CA (or 0x8786CA) is known color: Moody Blue. HEX triplet: 87, 86 and CA. RGB value is (135,134,202). Sum of RGB (Red+Green+Blue) = 135+134+202=471 (62% of max value = 765). Red value is 135 (53.12% from 255 or 28.66% from 471); Green value is 134 (52.73% from 255 or 28.45% from 471); Blue value is 202 (79.30% from 255 or 42.89% from 471); Max value from RGB is 202 - color contains mainly: blue. Hex color #8786CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8786CA is #787935. Grayscale: #8D8D8D. Windows color (decimal): -7895350 or 13272711. OLE color: 13272711.
HSL color Cylindrical-coordinate representation of color #8786CA: hue angle of 240.88º 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 #8786CA is Cyan = 0.33, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 135 | 134 | 202 | - |
| CMYK | 0.33 | 0.34 | 0 | 0.21 |
| HSL | 240.88º | 0.39% | 0.66% | - |
| HSV(B) | 240.88º | 0.34% | 0.79% | - |
| XYZ | 29.18 | 26.47 | 59.45 | - |
| YUV | 142.05 | 161.83 | 122.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 134 | 202 | 0.33 | 0.34 | 0 | 0.21 | 240.88 | 0.39 | 0.66 |
| Hex | 87 | 86 | CA | 21 | 22 | 0 | 15 | F1 | 27 | 42 |
| Octal | 207 | 206 | 312 | 41 | 42 | 0 | 25 | 361 | 47 | 102 |
| Binary | 10000111 | 10000110 | 11001010 | 100001 | 100010 | 0 | 10101 | 11110001 | 100111 | 1000010 |
Color Harmonies of #8786CA
Complementary color
Monochromatic Colors of #8786CA
Black with #8786CA
Text Example
Text Example
White with #8786CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8786CA; }
p { color: rgb(135,134,202); }
H1.HeaderClassName
{
color: #8786CA;
}
.AnyTagClassName
{
color: #8786CA;
}
</style>
background-color css
<style>
a { background-color: #8786CA; }
a { background-color: rgb(135,134,202); }
div.DivClassName
{
background-color: #8786CA;
}
.BgClassName
{
background-color: #8786CA;
}
</style>
border-color css
<style>
span { border-color: #8786CA; }
span { border-color: rgb(135,134,202); }
td.TdClassName
{
border-color: #8786CA;
}
.TagClassName
{
border-color: #8786CA;
}
</style>