Shades of Medium Slate Blue #8C6BEC
Tints of Medium Slate Blue #8C6BEC
RGB
CMYK
RGB Variations
Color information
#8C6BEC (or 0x8C6BEC) is known color: Medium Slate Blue. HEX triplet: 8C, 6B and EC. RGB value is (140,107,236). Sum of RGB (Red+Green+Blue) = 140+107+236=483 (63% of max value = 765). Red value is 140 (55.08% from 255 or 28.99% from 483); Green value is 107 (42.19% from 255 or 22.15% from 483); Blue value is 236 (92.58% from 255 or 48.86% from 483); Max value from RGB is 236 - color contains mainly: blue. Hex color #8C6BEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8C6BEC is #739413. Grayscale: #838383. Windows color (decimal): -7574548 or 15494028. OLE color: 15494028.
HSL color Cylindrical-coordinate representation of color #8C6BEC: hue angle of 255.35º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8C6BEC is Cyan = 0.41, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 140 | 107 | 236 | - |
| CMYK | 0.41 | 0.55 | 0 | 0.07 |
| HSL | 255.35º | 0.77% | 0.67% | - |
| HSV(B) | 255.35º | 0.55% | 0.93% | - |
| XYZ | 31.21 | 22.15 | 81.99 | - |
| YUV | 131.57 | 186.93 | 134.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 107 | 236 | 0.41 | 0.55 | 0 | 0.07 | 255.35 | 0.77 | 0.67 |
| Hex | 8C | 6B | EC | 29 | 37 | 0 | 7 | FF | 4D | 43 |
| Octal | 214 | 153 | 354 | 51 | 67 | 0 | 7 | 377 | 115 | 103 |
| Binary | 10001100 | 1101011 | 11101100 | 101001 | 110111 | 0 | 111 | 11111111 | 1001101 | 1000011 |
Color Harmonies of #8C6BEC
Complementary color
Monochromatic Colors of #8C6BEC
Black with #8C6BEC
Text Example
Text Example
White with #8C6BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C6BEC; }
p { color: rgb(140,107,236); }
H1.HeaderClassName
{
color: #8C6BEC;
}
.AnyTagClassName
{
color: #8C6BEC;
}
</style>
background-color css
<style>
a { background-color: #8C6BEC; }
a { background-color: rgb(140,107,236); }
div.DivClassName
{
background-color: #8C6BEC;
}
.BgClassName
{
background-color: #8C6BEC;
}
</style>
border-color css
<style>
span { border-color: #8C6BEC; }
span { border-color: rgb(140,107,236); }
td.TdClassName
{
border-color: #8C6BEC;
}
.TagClassName
{
border-color: #8C6BEC;
}
</style>