Shades of Light Slate Blue #8C5EFF
Tints of Light Slate Blue #8C5EFF
RGB
CMYK
RGB Variations
Color information
#8C5EFF (or 0x8C5EFF) is known color: Light Slate Blue. HEX triplet: 8C, 5E and FF. RGB value is (140,94,255). Sum of RGB (Red+Green+Blue) = 140+94+255=489 (64% of max value = 765). Red value is 140 (55.08% from 255 or 28.63% from 489); Green value is 94 (37.11% from 255 or 19.22% from 489); Blue value is 255 (100% from 255 or 52.15% from 489); Max value from RGB is 255 - color contains mainly: blue. Hex color #8C5EFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8C5EFF is #73A100. Grayscale: #7D7D7D. Windows color (decimal): -7577857 or 16735884. OLE color: 16735884.
HSL color Cylindrical-coordinate representation of color #8C5EFF: hue angle of 257.14º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8C5EFF is Cyan = 0.45, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 140 | 94 | 255 | - |
| CMYK | 0.45 | 0.63 | 0 | 0 |
| HSL | 257.14º | 1% | 0.68% | - |
| HSV(B) | 257.14º | 0.63% | 1% | - |
| XYZ | 32.87 | 20.8 | 96.89 | - |
| YUV | 126.11 | 200.74 | 137.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 94 | 255 | 0.45 | 0.63 | 0 | 0 | 257.14 | 1 | 0.68 |
| Hex | 8C | 5E | FF | 2D | 3F | 0 | 0 | 101 | 64 | 44 |
| Octal | 214 | 136 | 377 | 55 | 77 | 0 | 0 | 401 | 144 | 104 |
| Binary | 10001100 | 1011110 | 11111111 | 101101 | 111111 | 0 | 0 | 100000001 | 1100100 | 1000100 |
Color Harmonies of #8C5EFF
Complementary color
Monochromatic Colors of #8C5EFF
Black with #8C5EFF
Text Example
Text Example
White with #8C5EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C5EFF; }
p { color: rgb(140,94,255); }
H1.HeaderClassName
{
color: #8C5EFF;
}
.AnyTagClassName
{
color: #8C5EFF;
}
</style>
background-color css
<style>
a { background-color: #8C5EFF; }
a { background-color: rgb(140,94,255); }
div.DivClassName
{
background-color: #8C5EFF;
}
.BgClassName
{
background-color: #8C5EFF;
}
</style>
border-color css
<style>
span { border-color: #8C5EFF; }
span { border-color: rgb(140,94,255); }
td.TdClassName
{
border-color: #8C5EFF;
}
.TagClassName
{
border-color: #8C5EFF;
}
</style>