Shades of Light Slate Blue #8E5CF7
Tints of Light Slate Blue #8E5CF7
RGB
CMYK
RGB Variations
Color information
#8E5CF7 (or 0x8E5CF7) is known color: Light Slate Blue. HEX triplet: 8E, 5C and F7. RGB value is (142,92,247). Sum of RGB (Red+Green+Blue) = 142+92+247=481 (63% of max value = 765). Red value is 142 (55.86% from 255 or 29.52% from 481); Green value is 92 (36.33% from 255 or 19.13% from 481); Blue value is 247 (96.88% from 255 or 51.35% from 481); Max value from RGB is 247 - color contains mainly: blue. Hex color #8E5CF7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8E5CF7 is #71A308. Grayscale: #7C7C7C. Windows color (decimal): -7447305 or 16211086. OLE color: 16211086.
HSL color Cylindrical-coordinate representation of color #8E5CF7: hue angle of 259.35º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8E5CF7 is Cyan = 0.43, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 142 | 92 | 247 | - |
| CMYK | 0.43 | 0.63 | 0 | 0.03 |
| HSL | 259.35º | 0.91% | 0.66% | - |
| HSV(B) | 259.35º | 0.63% | 0.97% | - |
| XYZ | 31.77 | 20.12 | 90.2 | - |
| YUV | 124.62 | 197.07 | 140.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 92 | 247 | 0.43 | 0.63 | 0 | 0.03 | 259.35 | 0.91 | 0.66 |
| Hex | 8E | 5C | F7 | 2B | 3F | 0 | 3 | 103 | 5B | 42 |
| Octal | 216 | 134 | 367 | 53 | 77 | 0 | 3 | 403 | 133 | 102 |
| Binary | 10001110 | 1011100 | 11110111 | 101011 | 111111 | 0 | 11 | 100000011 | 1011011 | 1000010 |
Color Harmonies of #8E5CF7
Complementary color
Monochromatic Colors of #8E5CF7
Black with #8E5CF7
Text Example
Text Example
White with #8E5CF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E5CF7; }
p { color: rgb(142,92,247); }
H1.HeaderClassName
{
color: #8E5CF7;
}
.AnyTagClassName
{
color: #8E5CF7;
}
</style>
background-color css
<style>
a { background-color: #8E5CF7; }
a { background-color: rgb(142,92,247); }
div.DivClassName
{
background-color: #8E5CF7;
}
.BgClassName
{
background-color: #8E5CF7;
}
</style>
border-color css
<style>
span { border-color: #8E5CF7; }
span { border-color: rgb(142,92,247); }
td.TdClassName
{
border-color: #8E5CF7;
}
.TagClassName
{
border-color: #8E5CF7;
}
</style>