Shades of Medium Slate Blue #8C6FEC
Tints of Medium Slate Blue #8C6FEC
RGB
CMYK
RGB Variations
Color information
#8C6FEC (or 0x8C6FEC) is known color: Medium Slate Blue. HEX triplet: 8C, 6F and EC. RGB value is (140,111,236). Sum of RGB (Red+Green+Blue) = 140+111+236=487 (64% of max value = 765). Red value is 140 (55.08% from 255 or 28.75% from 487); Green value is 111 (43.75% from 255 or 22.79% from 487); Blue value is 236 (92.58% from 255 or 48.46% from 487); Max value from RGB is 236 - color contains mainly: blue. Hex color #8C6FEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8C6FEC is #739013. Grayscale: #858585. Windows color (decimal): -7573524 or 15495052. OLE color: 15495052.
HSL color Cylindrical-coordinate representation of color #8C6FEC: hue angle of 253.92º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8C6FEC is Cyan = 0.41, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 140 | 111 | 236 | - |
| CMYK | 0.41 | 0.53 | 0 | 0.07 |
| HSL | 253.92º | 0.77% | 0.68% | - |
| HSV(B) | 253.92º | 0.53% | 0.93% | - |
| XYZ | 31.64 | 23 | 82.13 | - |
| YUV | 133.92 | 185.61 | 132.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 111 | 236 | 0.41 | 0.53 | 0 | 0.07 | 253.92 | 0.77 | 0.68 |
| Hex | 8C | 6F | EC | 29 | 35 | 0 | 7 | FE | 4D | 44 |
| Octal | 214 | 157 | 354 | 51 | 65 | 0 | 7 | 376 | 115 | 104 |
| Binary | 10001100 | 1101111 | 11101100 | 101001 | 110101 | 0 | 111 | 11111110 | 1001101 | 1000100 |
Color Harmonies of #8C6FEC
Complementary color
Monochromatic Colors of #8C6FEC
Black with #8C6FEC
Text Example
Text Example
White with #8C6FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C6FEC; }
p { color: rgb(140,111,236); }
H1.HeaderClassName
{
color: #8C6FEC;
}
.AnyTagClassName
{
color: #8C6FEC;
}
</style>
background-color css
<style>
a { background-color: #8C6FEC; }
a { background-color: rgb(140,111,236); }
div.DivClassName
{
background-color: #8C6FEC;
}
.BgClassName
{
background-color: #8C6FEC;
}
</style>
border-color css
<style>
span { border-color: #8C6FEC; }
span { border-color: rgb(140,111,236); }
td.TdClassName
{
border-color: #8C6FEC;
}
.TagClassName
{
border-color: #8C6FEC;
}
</style>