Shades of Light Slate Blue #8E59FF
Tints of Light Slate Blue #8E59FF
RGB
CMYK
RGB Variations
Color information
#8E59FF (or 0x8E59FF) is known color: Light Slate Blue. HEX triplet: 8E, 59 and FF. RGB value is (142,89,255). Sum of RGB (Red+Green+Blue) = 142+89+255=486 (64% of max value = 765). Red value is 142 (55.86% from 255 or 29.22% from 486); Green value is 89 (35.16% from 255 or 18.31% from 486); Blue value is 255 (100% from 255 or 52.47% from 486); Max value from RGB is 255 - color contains mainly: blue. Hex color #8E59FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8E59FF is #71A600. Grayscale: #7B7B7B. Windows color (decimal): -7448065 or 16734606. OLE color: 16734606.
HSL color Cylindrical-coordinate representation of color #8E59FF: hue angle of 259.16º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8E59FF is Cyan = 0.44, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 142 | 89 | 255 | - |
| CMYK | 0.44 | 0.65 | 0 | 0 |
| HSL | 259.16º | 1% | 0.67% | - |
| HSV(B) | 259.16º | 0.65% | 1% | - |
| XYZ | 32.78 | 20.12 | 96.76 | - |
| YUV | 123.77 | 202.06 | 141 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 89 | 255 | 0.44 | 0.65 | 0 | 0 | 259.16 | 1 | 0.67 |
| Hex | 8E | 59 | FF | 2C | 41 | 0 | 0 | 103 | 64 | 43 |
| Octal | 216 | 131 | 377 | 54 | 101 | 0 | 0 | 403 | 144 | 103 |
| Binary | 10001110 | 1011001 | 11111111 | 101100 | 1000001 | 0 | 0 | 100000011 | 1100100 | 1000011 |
Color Harmonies of #8E59FF
Complementary color
Monochromatic Colors of #8E59FF
Black with #8E59FF
Text Example
Text Example
White with #8E59FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E59FF; }
p { color: rgb(142,89,255); }
H1.HeaderClassName
{
color: #8E59FF;
}
.AnyTagClassName
{
color: #8E59FF;
}
</style>
background-color css
<style>
a { background-color: #8E59FF; }
a { background-color: rgb(142,89,255); }
div.DivClassName
{
background-color: #8E59FF;
}
.BgClassName
{
background-color: #8E59FF;
}
</style>
border-color css
<style>
span { border-color: #8E59FF; }
span { border-color: rgb(142,89,255); }
td.TdClassName
{
border-color: #8E59FF;
}
.TagClassName
{
border-color: #8E59FF;
}
</style>