Shades of Moody Blue #8686CA
Tints of Moody Blue #8686CA
RGB
CMYK
RGB Variations
Color information
#8686CA (or 0x8686CA) is known color: Moody Blue. HEX triplet: 86, 86 and CA. RGB value is (134,134,202). Sum of RGB (Red+Green+Blue) = 134+134+202=470 (62% of max value = 765). Red value is 134 (52.73% from 255 or 28.51% from 470); Green value is 134 (52.73% from 255 or 28.51% 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 #8686CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8686CA is #797935. Grayscale: #8D8D8D. Windows color (decimal): -7960886 or 13272710. OLE color: 13272710.
HSL color Cylindrical-coordinate representation of color #8686CA: hue angle of 240º 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 #8686CA is Cyan = 0.34, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 134 | 134 | 202 | - |
| CMYK | 0.34 | 0.34 | 0 | 0.21 |
| HSL | 240º | 0.39% | 0.66% | - |
| HSV(B) | 240º | 0.34% | 0.79% | - |
| XYZ | 29.02 | 26.38 | 59.44 | - |
| YUV | 141.75 | 162 | 122.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 134 | 202 | 0.34 | 0.34 | 0 | 0.21 | 240 | 0.39 | 0.66 |
| Hex | 86 | 86 | CA | 22 | 22 | 0 | 15 | F0 | 27 | 42 |
| Octal | 206 | 206 | 312 | 42 | 42 | 0 | 25 | 360 | 47 | 102 |
| Binary | 10000110 | 10000110 | 11001010 | 100010 | 100010 | 0 | 10101 | 11110000 | 100111 | 1000010 |
Color Harmonies of #8686CA
Complementary color
Monochromatic Colors of #8686CA
Black with #8686CA
Text Example
Text Example
White with #8686CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8686CA; }
p { color: rgb(134,134,202); }
H1.HeaderClassName
{
color: #8686CA;
}
.AnyTagClassName
{
color: #8686CA;
}
</style>
background-color css
<style>
a { background-color: #8686CA; }
a { background-color: rgb(134,134,202); }
div.DivClassName
{
background-color: #8686CA;
}
.BgClassName
{
background-color: #8686CA;
}
</style>
border-color css
<style>
span { border-color: #8686CA; }
span { border-color: rgb(134,134,202); }
td.TdClassName
{
border-color: #8686CA;
}
.TagClassName
{
border-color: #8686CA;
}
</style>