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