Shades of Medium Slate Blue #8C5CED
Tints of Medium Slate Blue #8C5CED
RGB
CMYK
RGB Variations
Color information
#8C5CED (or 0x8C5CED) is known color: Medium Slate Blue. HEX triplet: 8C, 5C and ED. RGB value is (140,92,237). Sum of RGB (Red+Green+Blue) = 140+92+237=469 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.85% from 469); Green value is 92 (36.33% from 255 or 19.62% from 469); Blue value is 237 (92.97% from 255 or 50.53% from 469); Max value from RGB is 237 - color contains mainly: blue. Hex color #8C5CED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8C5CED is #73A312. Grayscale: #7A7A7A. Windows color (decimal): -7578387 or 15555724. OLE color: 15555724.
HSL color Cylindrical-coordinate representation of color #8C5CED: hue angle of 259.86º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8C5CED is Cyan = 0.41, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 140 | 92 | 237 | - |
| CMYK | 0.41 | 0.61 | 0 | 0.07 |
| HSL | 259.86º | 0.8% | 0.65% | - |
| HSV(B) | 259.86º | 0.61% | 0.93% | - |
| XYZ | 29.93 | 19.34 | 82.28 | - |
| YUV | 122.88 | 192.4 | 140.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 92 | 237 | 0.41 | 0.61 | 0 | 0.07 | 259.86 | 0.8 | 0.65 |
| Hex | 8C | 5C | ED | 29 | 3D | 0 | 7 | 104 | 50 | 41 |
| Octal | 214 | 134 | 355 | 51 | 75 | 0 | 7 | 404 | 120 | 101 |
| Binary | 10001100 | 1011100 | 11101101 | 101001 | 111101 | 0 | 111 | 100000100 | 1010000 | 1000001 |
Color Harmonies of #8C5CED
Complementary color
Monochromatic Colors of #8C5CED
Black with #8C5CED
Text Example
Text Example
White with #8C5CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C5CED; }
p { color: rgb(140,92,237); }
H1.HeaderClassName
{
color: #8C5CED;
}
.AnyTagClassName
{
color: #8C5CED;
}
</style>
background-color css
<style>
a { background-color: #8C5CED; }
a { background-color: rgb(140,92,237); }
div.DivClassName
{
background-color: #8C5CED;
}
.BgClassName
{
background-color: #8C5CED;
}
</style>
border-color css
<style>
span { border-color: #8C5CED; }
span { border-color: rgb(140,92,237); }
td.TdClassName
{
border-color: #8C5CED;
}
.TagClassName
{
border-color: #8C5CED;
}
</style>