Shades of Light Slate Blue #8E5DFF
Tints of Light Slate Blue #8E5DFF
RGB
CMYK
RGB Variations
Color information
#8E5DFF (or 0x8E5DFF) is known color: Light Slate Blue. HEX triplet: 8E, 5D and FF. RGB value is (142,93,255). Sum of RGB (Red+Green+Blue) = 142+93+255=490 (64% of max value = 765). Red value is 142 (55.86% from 255 or 28.98% from 490); Green value is 93 (36.72% from 255 or 18.98% from 490); Blue value is 255 (100% from 255 or 52.04% from 490); Max value from RGB is 255 - color contains mainly: blue. Hex color #8E5DFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8E5DFF is #71A200. Grayscale: #7D7D7D. Windows color (decimal): -7447041 or 16735630. OLE color: 16735630.
HSL color Cylindrical-coordinate representation of color #8E5DFF: hue angle of 258.15º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8E5DFF is Cyan = 0.44, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 142 | 93 | 255 | - |
| CMYK | 0.44 | 0.64 | 0 | 0 |
| HSL | 258.15º | 1% | 0.68% | - |
| HSV(B) | 258.15º | 0.64% | 1% | - |
| XYZ | 33.12 | 20.8 | 96.88 | - |
| YUV | 126.12 | 200.73 | 139.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 93 | 255 | 0.44 | 0.64 | 0 | 0 | 258.15 | 1 | 0.68 |
| Hex | 8E | 5D | FF | 2C | 40 | 0 | 0 | 102 | 64 | 44 |
| Octal | 216 | 135 | 377 | 54 | 100 | 0 | 0 | 402 | 144 | 104 |
| Binary | 10001110 | 1011101 | 11111111 | 101100 | 1000000 | 0 | 0 | 100000010 | 1100100 | 1000100 |
Color Harmonies of #8E5DFF
Complementary color
Monochromatic Colors of #8E5DFF
Black with #8E5DFF
Text Example
Text Example
White with #8E5DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E5DFF; }
p { color: rgb(142,93,255); }
H1.HeaderClassName
{
color: #8E5DFF;
}
.AnyTagClassName
{
color: #8E5DFF;
}
</style>
background-color css
<style>
a { background-color: #8E5DFF; }
a { background-color: rgb(142,93,255); }
div.DivClassName
{
background-color: #8E5DFF;
}
.BgClassName
{
background-color: #8E5DFF;
}
</style>
border-color css
<style>
span { border-color: #8E5DFF; }
span { border-color: rgb(142,93,255); }
td.TdClassName
{
border-color: #8E5DFF;
}
.TagClassName
{
border-color: #8E5DFF;
}
</style>