Shades of Medium Slate Blue #8656EC
Tints of Medium Slate Blue #8656EC
RGB
CMYK
RGB Variations
Color information
#8656EC (or 0x8656EC) is known color: Medium Slate Blue. HEX triplet: 86, 56 and EC. RGB value is (134,86,236). Sum of RGB (Red+Green+Blue) = 134+86+236=456 (60% of max value = 765). Red value is 134 (52.73% from 255 or 29.39% from 456); Green value is 86 (33.98% from 255 or 18.86% from 456); Blue value is 236 (92.58% from 255 or 51.75% from 456); Max value from RGB is 236 - color contains mainly: blue. Hex color #8656EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8656EC is #79A913. Grayscale: #747474. Windows color (decimal): -7973140 or 15488646. OLE color: 15488646.
HSL color Cylindrical-coordinate representation of color #8656EC: hue angle of 259.2º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8656EC is Cyan = 0.43, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 134 | 86 | 236 | - |
| CMYK | 0.43 | 0.64 | 0 | 0.07 |
| HSL | 259.2º | 0.8% | 0.63% | - |
| HSV(B) | 259.2º | 0.64% | 0.93% | - |
| XYZ | 28.3 | 17.78 | 81.3 | - |
| YUV | 117.45 | 194.9 | 139.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 86 | 236 | 0.43 | 0.64 | 0 | 0.07 | 259.2 | 0.8 | 0.63 |
| Hex | 86 | 56 | EC | 2B | 40 | 0 | 7 | 103 | 50 | 3F |
| Octal | 206 | 126 | 354 | 53 | 100 | 0 | 7 | 403 | 120 | 77 |
| Binary | 10000110 | 1010110 | 11101100 | 101011 | 1000000 | 0 | 111 | 100000011 | 1010000 | 111111 |
Color Harmonies of #8656EC
Complementary color
Monochromatic Colors of #8656EC
Black with #8656EC
Text Example
Text Example
White with #8656EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8656EC; }
p { color: rgb(134,86,236); }
H1.HeaderClassName
{
color: #8656EC;
}
.AnyTagClassName
{
color: #8656EC;
}
</style>
background-color css
<style>
a { background-color: #8656EC; }
a { background-color: rgb(134,86,236); }
div.DivClassName
{
background-color: #8656EC;
}
.BgClassName
{
background-color: #8656EC;
}
</style>
border-color css
<style>
span { border-color: #8656EC; }
span { border-color: rgb(134,86,236); }
td.TdClassName
{
border-color: #8656EC;
}
.TagClassName
{
border-color: #8656EC;
}
</style>