Shades of Medium Slate Blue #8C5BEF
Tints of Medium Slate Blue #8C5BEF
RGB
CMYK
RGB Variations
Color information
#8C5BEF (or 0x8C5BEF) is known color: Medium Slate Blue. HEX triplet: 8C, 5B and EF. RGB value is (140,91,239). Sum of RGB (Red+Green+Blue) = 140+91+239=470 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.79% from 470); Green value is 91 (35.94% from 255 or 19.36% from 470); Blue value is 239 (93.75% from 255 or 50.85% from 470); Max value from RGB is 239 - color contains mainly: blue. Hex color #8C5BEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8C5BEF is #73A410. Grayscale: #797979. Windows color (decimal): -7578641 or 15686540. OLE color: 15686540.
HSL color Cylindrical-coordinate representation of color #8C5BEF: hue angle of 259.86º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8C5BEF is Cyan = 0.41, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 140 | 91 | 239 | - |
| CMYK | 0.41 | 0.62 | 0 | 0.06 |
| HSL | 259.86º | 0.82% | 0.65% | - |
| HSV(B) | 259.86º | 0.62% | 0.94% | - |
| XYZ | 30.14 | 19.29 | 83.8 | - |
| YUV | 122.52 | 193.73 | 140.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 91 | 239 | 0.41 | 0.62 | 0 | 0.06 | 259.86 | 0.82 | 0.65 |
| Hex | 8C | 5B | EF | 29 | 3E | 0 | 6 | 104 | 52 | 41 |
| Octal | 214 | 133 | 357 | 51 | 76 | 0 | 6 | 404 | 122 | 101 |
| Binary | 10001100 | 1011011 | 11101111 | 101001 | 111110 | 0 | 110 | 100000100 | 1010010 | 1000001 |
Color Harmonies of #8C5BEF
Complementary color
Monochromatic Colors of #8C5BEF
Black with #8C5BEF
Text Example
Text Example
White with #8C5BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C5BEF; }
p { color: rgb(140,91,239); }
H1.HeaderClassName
{
color: #8C5BEF;
}
.AnyTagClassName
{
color: #8C5BEF;
}
</style>
background-color css
<style>
a { background-color: #8C5BEF; }
a { background-color: rgb(140,91,239); }
div.DivClassName
{
background-color: #8C5BEF;
}
.BgClassName
{
background-color: #8C5BEF;
}
</style>
border-color css
<style>
span { border-color: #8C5BEF; }
span { border-color: rgb(140,91,239); }
td.TdClassName
{
border-color: #8C5BEF;
}
.TagClassName
{
border-color: #8C5BEF;
}
</style>