Shades of Light Slate Blue #8E61FE
Tints of Light Slate Blue #8E61FE
RGB
CMYK
RGB Variations
Color information
#8E61FE (or 0x8E61FE) is known color: Light Slate Blue. HEX triplet: 8E, 61 and FE. RGB value is (142,97,254). Sum of RGB (Red+Green+Blue) = 142+97+254=493 (65% of max value = 765). Red value is 142 (55.86% from 255 or 28.80% from 493); Green value is 97 (38.28% from 255 or 19.68% from 493); Blue value is 254 (99.61% from 255 or 51.52% from 493); Max value from RGB is 254 - color contains mainly: blue. Hex color #8E61FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8E61FE is #719E01. Grayscale: #7F7F7F. Windows color (decimal): -7446018 or 16671118. OLE color: 16671118.
HSL color Cylindrical-coordinate representation of color #8E61FE: hue angle of 257.2º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8E61FE is Cyan = 0.44, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 142 | 97 | 254 | - |
| CMYK | 0.44 | 0.62 | 0 | 0.00 |
| HSL | 257.2º | 0.99% | 0.69% | - |
| HSV(B) | 257.2º | 0.62% | 1% | - |
| XYZ | 33.32 | 21.46 | 96.15 | - |
| YUV | 128.35 | 198.91 | 137.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 97 | 254 | 0.44 | 0.62 | 0 | 0.00 | 257.2 | 0.99 | 0.69 |
| Hex | 8E | 61 | FE | 2C | 3E | 0 | 0 | 101 | 63 | 45 |
| Octal | 216 | 141 | 376 | 54 | 76 | 0 | 0 | 401 | 143 | 105 |
| Binary | 10001110 | 1100001 | 11111110 | 101100 | 111110 | 0 | 0 | 100000001 | 1100011 | 1000101 |
Color Harmonies of #8E61FE
Complementary color
Monochromatic Colors of #8E61FE
Black with #8E61FE
Text Example
Text Example
White with #8E61FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E61FE; }
p { color: rgb(142,97,254); }
H1.HeaderClassName
{
color: #8E61FE;
}
.AnyTagClassName
{
color: #8E61FE;
}
</style>
background-color css
<style>
a { background-color: #8E61FE; }
a { background-color: rgb(142,97,254); }
div.DivClassName
{
background-color: #8E61FE;
}
.BgClassName
{
background-color: #8E61FE;
}
</style>
border-color css
<style>
span { border-color: #8E61FE; }
span { border-color: rgb(142,97,254); }
td.TdClassName
{
border-color: #8E61FE;
}
.TagClassName
{
border-color: #8E61FE;
}
</style>