Shades of Light Slate Blue #8E58FF
Tints of Light Slate Blue #8E58FF
RGB
CMYK
RGB Variations
Color information
#8E58FF (or 0x8E58FF) is known color: Light Slate Blue. HEX triplet: 8E, 58 and FF. RGB value is (142,88,255). Sum of RGB (Red+Green+Blue) = 142+88+255=485 (64% of max value = 765). Red value is 142 (55.86% from 255 or 29.28% from 485); Green value is 88 (34.77% from 255 or 18.14% from 485); Blue value is 255 (100% from 255 or 52.58% from 485); Max value from RGB is 255 - color contains mainly: blue. Hex color #8E58FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8E58FF is #71A700. Grayscale: #7A7A7A. Windows color (decimal): -7448321 or 16734350. OLE color: 16734350.
HSL color Cylindrical-coordinate representation of color #8E58FF: hue angle of 259.4º 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 #8E58FF is Cyan = 0.44, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 142 | 88 | 255 | - |
| CMYK | 0.44 | 0.65 | 0 | 0 |
| HSL | 259.4º | 1% | 0.67% | - |
| HSV(B) | 259.4º | 0.65% | 1% | - |
| XYZ | 32.7 | 19.95 | 96.74 | - |
| YUV | 123.18 | 202.39 | 141.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 88 | 255 | 0.44 | 0.65 | 0 | 0 | 259.4 | 1 | 0.67 |
| Hex | 8E | 58 | FF | 2C | 41 | 0 | 0 | 103 | 64 | 43 |
| Octal | 216 | 130 | 377 | 54 | 101 | 0 | 0 | 403 | 144 | 103 |
| Binary | 10001110 | 1011000 | 11111111 | 101100 | 1000001 | 0 | 0 | 100000011 | 1100100 | 1000011 |
Color Harmonies of #8E58FF
Complementary color
Monochromatic Colors of #8E58FF
Black with #8E58FF
Text Example
Text Example
White with #8E58FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E58FF; }
p { color: rgb(142,88,255); }
H1.HeaderClassName
{
color: #8E58FF;
}
.AnyTagClassName
{
color: #8E58FF;
}
</style>
background-color css
<style>
a { background-color: #8E58FF; }
a { background-color: rgb(142,88,255); }
div.DivClassName
{
background-color: #8E58FF;
}
.BgClassName
{
background-color: #8E58FF;
}
</style>
border-color css
<style>
span { border-color: #8E58FF; }
span { border-color: rgb(142,88,255); }
td.TdClassName
{
border-color: #8E58FF;
}
.TagClassName
{
border-color: #8E58FF;
}
</style>