Shades of Light Slate Blue #8E4BFF
Tints of Light Slate Blue #8E4BFF
RGB
CMYK
RGB Variations
Color information
#8E4BFF (or 0x8E4BFF) is known color: Light Slate Blue. HEX triplet: 8E, 4B and FF. RGB value is (142,75,255). Sum of RGB (Red+Green+Blue) = 142+75+255=472 (62% of max value = 765). Red value is 142 (55.86% from 255 or 30.08% from 472); Green value is 75 (29.69% from 255 or 15.89% from 472); Blue value is 255 (100% from 255 or 54.03% from 472); Max value from RGB is 255 - color contains mainly: blue. Hex color #8E4BFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8E4BFF is #71B400. Grayscale: #727272. Windows color (decimal): -7451649 or 16731022. OLE color: 16731022.
HSL color Cylindrical-coordinate representation of color #8E4BFF: hue angle of 262.33º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8E4BFF is Cyan = 0.44, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 142 | 75 | 255 | - |
| CMYK | 0.44 | 0.71 | 0 | 0 |
| HSL | 262.33º | 1% | 0.65% | - |
| HSV(B) | 262.33º | 0.71% | 1% | - |
| XYZ | 31.72 | 18 | 96.41 | - |
| YUV | 115.55 | 206.7 | 146.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 75 | 255 | 0.44 | 0.71 | 0 | 0 | 262.33 | 1 | 0.65 |
| Hex | 8E | 4B | FF | 2C | 47 | 0 | 0 | 106 | 64 | 41 |
| Octal | 216 | 113 | 377 | 54 | 107 | 0 | 0 | 406 | 144 | 101 |
| Binary | 10001110 | 1001011 | 11111111 | 101100 | 1000111 | 0 | 0 | 100000110 | 1100100 | 1000001 |
Color Harmonies of #8E4BFF
Complementary color
Monochromatic Colors of #8E4BFF
Black with #8E4BFF
Text Example
Text Example
White with #8E4BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E4BFF; }
p { color: rgb(142,75,255); }
H1.HeaderClassName
{
color: #8E4BFF;
}
.AnyTagClassName
{
color: #8E4BFF;
}
</style>
background-color css
<style>
a { background-color: #8E4BFF; }
a { background-color: rgb(142,75,255); }
div.DivClassName
{
background-color: #8E4BFF;
}
.BgClassName
{
background-color: #8E4BFF;
}
</style>
border-color css
<style>
span { border-color: #8E4BFF; }
span { border-color: rgb(142,75,255); }
td.TdClassName
{
border-color: #8E4BFF;
}
.TagClassName
{
border-color: #8E4BFF;
}
</style>