Shades of Light Slate Blue #8C5CFE
Tints of Light Slate Blue #8C5CFE
RGB
CMYK
RGB Variations
Color information
#8C5CFE (or 0x8C5CFE) is known color: Light Slate Blue. HEX triplet: 8C, 5C and FE. RGB value is (140,92,254). Sum of RGB (Red+Green+Blue) = 140+92+254=486 (64% of max value = 765). Red value is 140 (55.08% from 255 or 28.81% from 486); Green value is 92 (36.33% from 255 or 18.93% from 486); Blue value is 254 (99.61% from 255 or 52.26% from 486); Max value from RGB is 254 - color contains mainly: blue. Hex color #8C5CFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8C5CFE is #73A301. Grayscale: #7C7C7C. Windows color (decimal): -7578370 or 16669836. OLE color: 16669836.
HSL color Cylindrical-coordinate representation of color #8C5CFE: hue angle of 257.78º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8C5CFE is Cyan = 0.45, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 140 | 92 | 254 | - |
| CMYK | 0.45 | 0.64 | 0 | 0.00 |
| HSL | 257.78º | 0.99% | 0.68% | - |
| HSV(B) | 257.78º | 0.64% | 1% | - |
| XYZ | 32.53 | 20.39 | 95.99 | - |
| YUV | 124.82 | 200.9 | 138.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 92 | 254 | 0.45 | 0.64 | 0 | 0.00 | 257.78 | 0.99 | 0.68 |
| Hex | 8C | 5C | FE | 2D | 40 | 0 | 0 | 102 | 63 | 44 |
| Octal | 214 | 134 | 376 | 55 | 100 | 0 | 0 | 402 | 143 | 104 |
| Binary | 10001100 | 1011100 | 11111110 | 101101 | 1000000 | 0 | 0 | 100000010 | 1100011 | 1000100 |
Color Harmonies of #8C5CFE
Complementary color
Monochromatic Colors of #8C5CFE
Black with #8C5CFE
Text Example
Text Example
White with #8C5CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C5CFE; }
p { color: rgb(140,92,254); }
H1.HeaderClassName
{
color: #8C5CFE;
}
.AnyTagClassName
{
color: #8C5CFE;
}
</style>
background-color css
<style>
a { background-color: #8C5CFE; }
a { background-color: rgb(140,92,254); }
div.DivClassName
{
background-color: #8C5CFE;
}
.BgClassName
{
background-color: #8C5CFE;
}
</style>
border-color css
<style>
span { border-color: #8C5CFE; }
span { border-color: rgb(140,92,254); }
td.TdClassName
{
border-color: #8C5CFE;
}
.TagClassName
{
border-color: #8C5CFE;
}
</style>