Shades of Light Slate Blue #8E5FFF
Tints of Light Slate Blue #8E5FFF
RGB
CMYK
RGB Variations
Color information
#8E5FFF (or 0x8E5FFF) is known color: Light Slate Blue. HEX triplet: 8E, 5F and FF. RGB value is (142,95,255). Sum of RGB (Red+Green+Blue) = 142+95+255=492 (65% of max value = 765). Red value is 142 (55.86% from 255 or 28.86% from 492); Green value is 95 (37.5% from 255 or 19.31% from 492); Blue value is 255 (100% from 255 or 51.83% from 492); Max value from RGB is 255 - color contains mainly: blue. Hex color #8E5FFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8E5FFF is #71A000. Grayscale: #7E7E7E. Windows color (decimal): -7446529 or 16736142. OLE color: 16736142.
HSL color Cylindrical-coordinate representation of color #8E5FFF: hue angle of 257.62º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8E5FFF is Cyan = 0.44, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 142 | 95 | 255 | - |
| CMYK | 0.44 | 0.63 | 0 | 0 |
| HSL | 257.63º | 1% | 0.69% | - |
| HSV(B) | 257.63º | 0.63% | 1% | - |
| XYZ | 33.3 | 21.16 | 96.94 | - |
| YUV | 127.29 | 200.07 | 138.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 95 | 255 | 0.44 | 0.63 | 0 | 0 | 257.63 | 1 | 0.69 |
| Hex | 8E | 5F | FF | 2C | 3F | 0 | 0 | 102 | 64 | 45 |
| Octal | 216 | 137 | 377 | 54 | 77 | 0 | 0 | 402 | 144 | 105 |
| Binary | 10001110 | 1011111 | 11111111 | 101100 | 111111 | 0 | 0 | 100000010 | 1100100 | 1000101 |
Color Harmonies of #8E5FFF
Complementary color
Monochromatic Colors of #8E5FFF
Black with #8E5FFF
Text Example
Text Example
White with #8E5FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E5FFF; }
p { color: rgb(142,95,255); }
H1.HeaderClassName
{
color: #8E5FFF;
}
.AnyTagClassName
{
color: #8E5FFF;
}
</style>
background-color css
<style>
a { background-color: #8E5FFF; }
a { background-color: rgb(142,95,255); }
div.DivClassName
{
background-color: #8E5FFF;
}
.BgClassName
{
background-color: #8E5FFF;
}
</style>
border-color css
<style>
span { border-color: #8E5FFF; }
span { border-color: rgb(142,95,255); }
td.TdClassName
{
border-color: #8E5FFF;
}
.TagClassName
{
border-color: #8E5FFF;
}
</style>