Shades of Light Slate Blue #8E55FF
Tints of Light Slate Blue #8E55FF
RGB
CMYK
RGB Variations
Color information
#8E55FF (or 0x8E55FF) is known color: Light Slate Blue. HEX triplet: 8E, 55 and FF. RGB value is (142,85,255). Sum of RGB (Red+Green+Blue) = 142+85+255=482 (63% of max value = 765). Red value is 142 (55.86% from 255 or 29.46% from 482); Green value is 85 (33.59% from 255 or 17.63% from 482); Blue value is 255 (100% from 255 or 52.90% from 482); Max value from RGB is 255 - color contains mainly: blue. Hex color #8E55FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8E55FF is #71AA00. Grayscale: #787878. Windows color (decimal): -7449089 or 16733582. OLE color: 16733582.
HSL color Cylindrical-coordinate representation of color #8E55FF: hue angle of 260.12º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8E55FF is Cyan = 0.44, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 142 | 85 | 255 | - |
| CMYK | 0.44 | 0.67 | 0 | 0 |
| HSL | 260.12º | 1% | 0.67% | - |
| HSV(B) | 260.12º | 0.67% | 1% | - |
| XYZ | 32.45 | 19.47 | 96.65 | - |
| YUV | 121.42 | 203.38 | 142.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 85 | 255 | 0.44 | 0.67 | 0 | 0 | 260.12 | 1 | 0.67 |
| Hex | 8E | 55 | FF | 2C | 43 | 0 | 0 | 104 | 64 | 43 |
| Octal | 216 | 125 | 377 | 54 | 103 | 0 | 0 | 404 | 144 | 103 |
| Binary | 10001110 | 1010101 | 11111111 | 101100 | 1000011 | 0 | 0 | 100000100 | 1100100 | 1000011 |
Color Harmonies of #8E55FF
Complementary color
Monochromatic Colors of #8E55FF
Black with #8E55FF
Text Example
Text Example
White with #8E55FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E55FF; }
p { color: rgb(142,85,255); }
H1.HeaderClassName
{
color: #8E55FF;
}
.AnyTagClassName
{
color: #8E55FF;
}
</style>
background-color css
<style>
a { background-color: #8E55FF; }
a { background-color: rgb(142,85,255); }
div.DivClassName
{
background-color: #8E55FF;
}
.BgClassName
{
background-color: #8E55FF;
}
</style>
border-color css
<style>
span { border-color: #8E55FF; }
span { border-color: rgb(142,85,255); }
td.TdClassName
{
border-color: #8E55FF;
}
.TagClassName
{
border-color: #8E55FF;
}
</style>