Shades of Medium Slate Blue #8662EC
Tints of Medium Slate Blue #8662EC
RGB
CMYK
RGB Variations
Color information
#8662EC (or 0x8662EC) is known color: Medium Slate Blue. HEX triplet: 86, 62 and EC. RGB value is (134,98,236). Sum of RGB (Red+Green+Blue) = 134+98+236=468 (61% of max value = 765). Red value is 134 (52.73% from 255 or 28.63% from 468); Green value is 98 (38.67% from 255 or 20.94% from 468); Blue value is 236 (92.58% from 255 or 50.43% from 468); Max value from RGB is 236 - color contains mainly: blue. Hex color #8662EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8662EC is #799D13. Grayscale: #7B7B7B. Windows color (decimal): -7970068 or 15491718. OLE color: 15491718.
HSL color Cylindrical-coordinate representation of color #8662EC: hue angle of 255.65º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8662EC is Cyan = 0.43, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 134 | 98 | 236 | - |
| CMYK | 0.43 | 0.58 | 0 | 0.07 |
| HSL | 255.65º | 0.78% | 0.65% | - |
| HSV(B) | 255.65º | 0.58% | 0.93% | - |
| XYZ | 29.34 | 19.86 | 81.64 | - |
| YUV | 124.5 | 190.93 | 134.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 98 | 236 | 0.43 | 0.58 | 0 | 0.07 | 255.65 | 0.78 | 0.65 |
| Hex | 86 | 62 | EC | 2B | 3A | 0 | 7 | 100 | 4E | 41 |
| Octal | 206 | 142 | 354 | 53 | 72 | 0 | 7 | 400 | 116 | 101 |
| Binary | 10000110 | 1100010 | 11101100 | 101011 | 111010 | 0 | 111 | 100000000 | 1001110 | 1000001 |
Color Harmonies of #8662EC
Complementary color
Monochromatic Colors of #8662EC
Black with #8662EC
Text Example
Text Example
White with #8662EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8662EC; }
p { color: rgb(134,98,236); }
H1.HeaderClassName
{
color: #8662EC;
}
.AnyTagClassName
{
color: #8662EC;
}
</style>
background-color css
<style>
a { background-color: #8662EC; }
a { background-color: rgb(134,98,236); }
div.DivClassName
{
background-color: #8662EC;
}
.BgClassName
{
background-color: #8662EC;
}
</style>
border-color css
<style>
span { border-color: #8662EC; }
span { border-color: rgb(134,98,236); }
td.TdClassName
{
border-color: #8662EC;
}
.TagClassName
{
border-color: #8662EC;
}
</style>