Shades of Light Slate Blue #8E7AF3
Tints of Light Slate Blue #8E7AF3
RGB
CMYK
RGB Variations
Color information
#8E7AF3 (or 0x8E7AF3) is known color: Light Slate Blue. HEX triplet: 8E, 7A and F3. RGB value is (142,122,243). Sum of RGB (Red+Green+Blue) = 142+122+243=507 (67% of max value = 765). Red value is 142 (55.86% from 255 or 28.01% from 507); Green value is 122 (48.05% from 255 or 24.06% from 507); Blue value is 243 (95.31% from 255 or 47.93% from 507); Max value from RGB is 243 - color contains mainly: blue. Hex color #8E7AF3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8E7AF3 is #71850C. Grayscale: #8D8D8D. Windows color (decimal): -7439629 or 15956622. OLE color: 15956622.
HSL color Cylindrical-coordinate representation of color #8E7AF3: hue angle of 249.92º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8E7AF3 is Cyan = 0.42, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 142 | 122 | 243 | - |
| CMYK | 0.42 | 0.50 | 0 | 0.05 |
| HSL | 249.92º | 0.83% | 0.72% | - |
| HSV(B) | 249.92º | 0.5% | 0.95% | - |
| XYZ | 34.29 | 26.14 | 88.03 | - |
| YUV | 141.77 | 185.13 | 128.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 122 | 243 | 0.42 | 0.50 | 0 | 0.05 | 249.92 | 0.83 | 0.72 |
| Hex | 8E | 7A | F3 | 2A | 32 | 0 | 5 | FA | 53 | 48 |
| Octal | 216 | 172 | 363 | 52 | 62 | 0 | 5 | 372 | 123 | 110 |
| Binary | 10001110 | 1111010 | 11110011 | 101010 | 110010 | 0 | 101 | 11111010 | 1010011 | 1001000 |
Color Harmonies of #8E7AF3
Complementary color
Monochromatic Colors of #8E7AF3
Black with #8E7AF3
Text Example
Text Example
White with #8E7AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E7AF3; }
p { color: rgb(142,122,243); }
H1.HeaderClassName
{
color: #8E7AF3;
}
.AnyTagClassName
{
color: #8E7AF3;
}
</style>
background-color css
<style>
a { background-color: #8E7AF3; }
a { background-color: rgb(142,122,243); }
div.DivClassName
{
background-color: #8E7AF3;
}
.BgClassName
{
background-color: #8E7AF3;
}
</style>
border-color css
<style>
span { border-color: #8E7AF3; }
span { border-color: rgb(142,122,243); }
td.TdClassName
{
border-color: #8E7AF3;
}
.TagClassName
{
border-color: #8E7AF3;
}
</style>