Shades of Light Slate Blue #8C6EFA
Tints of Light Slate Blue #8C6EFA
RGB
CMYK
RGB Variations
Color information
#8C6EFA (or 0x8C6EFA) is known color: Light Slate Blue. HEX triplet: 8C, 6E and FA. RGB value is (140,110,250). Sum of RGB (Red+Green+Blue) = 140+110+250=500 (66% of max value = 765). Red value is 140 (55.08% from 255 or 28% from 500); Green value is 110 (43.36% from 255 or 22% from 500); Blue value is 250 (98.05% from 255 or 50% from 500); Max value from RGB is 250 - color contains mainly: blue. Hex color #8C6EFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8C6EFA is #739105. Grayscale: #868686. Windows color (decimal): -7573766 or 16412300. OLE color: 16412300.
HSL color Cylindrical-coordinate representation of color #8C6EFA: hue angle of 252.86º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8C6EFA is Cyan = 0.44, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 140 | 110 | 250 | - |
| CMYK | 0.44 | 0.56 | 0 | 0.02 |
| HSL | 252.86º | 0.93% | 0.71% | - |
| HSV(B) | 252.86º | 0.56% | 0.98% | - |
| XYZ | 33.65 | 23.63 | 93.23 | - |
| YUV | 134.93 | 192.94 | 131.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 110 | 250 | 0.44 | 0.56 | 0 | 0.02 | 252.86 | 0.93 | 0.71 |
| Hex | 8C | 6E | FA | 2C | 38 | 0 | 2 | FD | 5D | 47 |
| Octal | 214 | 156 | 372 | 54 | 70 | 0 | 2 | 375 | 135 | 107 |
| Binary | 10001100 | 1101110 | 11111010 | 101100 | 111000 | 0 | 10 | 11111101 | 1011101 | 1000111 |
Color Harmonies of #8C6EFA
Complementary color
Monochromatic Colors of #8C6EFA
Black with #8C6EFA
Text Example
Text Example
White with #8C6EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C6EFA; }
p { color: rgb(140,110,250); }
H1.HeaderClassName
{
color: #8C6EFA;
}
.AnyTagClassName
{
color: #8C6EFA;
}
</style>
background-color css
<style>
a { background-color: #8C6EFA; }
a { background-color: rgb(140,110,250); }
div.DivClassName
{
background-color: #8C6EFA;
}
.BgClassName
{
background-color: #8C6EFA;
}
</style>
border-color css
<style>
span { border-color: #8C6EFA; }
span { border-color: rgb(140,110,250); }
td.TdClassName
{
border-color: #8C6EFA;
}
.TagClassName
{
border-color: #8C6EFA;
}
</style>