Shades of Medium Slate Blue #8651EC
Tints of Medium Slate Blue #8651EC
RGB
CMYK
RGB Variations
Color information
#8651EC (or 0x8651EC) is known color: Medium Slate Blue. HEX triplet: 86, 51 and EC. RGB value is (134,81,236). Sum of RGB (Red+Green+Blue) = 134+81+236=451 (59% of max value = 765). Red value is 134 (52.73% from 255 or 29.71% from 451); Green value is 81 (32.03% from 255 or 17.96% from 451); Blue value is 236 (92.58% from 255 or 52.33% from 451); Max value from RGB is 236 - color contains mainly: blue. Hex color #8651EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8651EC is #79AE13. Grayscale: #717171. Windows color (decimal): -7974420 or 15487366. OLE color: 15487366.
HSL color Cylindrical-coordinate representation of color #8651EC: hue angle of 260.52º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8651EC is Cyan = 0.43, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 134 | 81 | 236 | - |
| CMYK | 0.43 | 0.66 | 0 | 0.07 |
| HSL | 260.52º | 0.8% | 0.62% | - |
| HSV(B) | 260.52º | 0.66% | 0.93% | - |
| XYZ | 27.91 | 17.01 | 81.17 | - |
| YUV | 114.52 | 196.56 | 141.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 81 | 236 | 0.43 | 0.66 | 0 | 0.07 | 260.52 | 0.8 | 0.62 |
| Hex | 86 | 51 | EC | 2B | 42 | 0 | 7 | 105 | 50 | 3E |
| Octal | 206 | 121 | 354 | 53 | 102 | 0 | 7 | 405 | 120 | 76 |
| Binary | 10000110 | 1010001 | 11101100 | 101011 | 1000010 | 0 | 111 | 100000101 | 1010000 | 111110 |
Color Harmonies of #8651EC
Complementary color
Monochromatic Colors of #8651EC
Black with #8651EC
Text Example
Text Example
White with #8651EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8651EC; }
p { color: rgb(134,81,236); }
H1.HeaderClassName
{
color: #8651EC;
}
.AnyTagClassName
{
color: #8651EC;
}
</style>
background-color css
<style>
a { background-color: #8651EC; }
a { background-color: rgb(134,81,236); }
div.DivClassName
{
background-color: #8651EC;
}
.BgClassName
{
background-color: #8651EC;
}
</style>
border-color css
<style>
span { border-color: #8651EC; }
span { border-color: rgb(134,81,236); }
td.TdClassName
{
border-color: #8651EC;
}
.TagClassName
{
border-color: #8651EC;
}
</style>