Shades of Light Slate Blue #8C5DFE
Tints of Light Slate Blue #8C5DFE
RGB
CMYK
RGB Variations
Color information
#8C5DFE (or 0x8C5DFE) is known color: Light Slate Blue. HEX triplet: 8C, 5D and FE. RGB value is (140,93,254). Sum of RGB (Red+Green+Blue) = 140+93+254=487 (64% of max value = 765). Red value is 140 (55.08% from 255 or 28.75% from 487); Green value is 93 (36.72% from 255 or 19.10% from 487); Blue value is 254 (99.61% from 255 or 52.16% from 487); Max value from RGB is 254 - color contains mainly: blue. Hex color #8C5DFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8C5DFE is #73A201. Grayscale: #7C7C7C. Windows color (decimal): -7578114 or 16670092. OLE color: 16670092.
HSL color Cylindrical-coordinate representation of color #8C5DFE: hue angle of 257.52º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8C5DFE is Cyan = 0.45, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 140 | 93 | 254 | - |
| CMYK | 0.45 | 0.63 | 0 | 0.00 |
| HSL | 257.52º | 0.99% | 0.68% | - |
| HSV(B) | 257.52º | 0.63% | 1% | - |
| XYZ | 32.62 | 20.56 | 96.02 | - |
| YUV | 125.41 | 200.57 | 138.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 93 | 254 | 0.45 | 0.63 | 0 | 0.00 | 257.52 | 0.99 | 0.68 |
| Hex | 8C | 5D | FE | 2D | 3F | 0 | 0 | 102 | 63 | 44 |
| Octal | 214 | 135 | 376 | 55 | 77 | 0 | 0 | 402 | 143 | 104 |
| Binary | 10001100 | 1011101 | 11111110 | 101101 | 111111 | 0 | 0 | 100000010 | 1100011 | 1000100 |
Color Harmonies of #8C5DFE
Complementary color
Monochromatic Colors of #8C5DFE
Black with #8C5DFE
Text Example
Text Example
White with #8C5DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C5DFE; }
p { color: rgb(140,93,254); }
H1.HeaderClassName
{
color: #8C5DFE;
}
.AnyTagClassName
{
color: #8C5DFE;
}
</style>
background-color css
<style>
a { background-color: #8C5DFE; }
a { background-color: rgb(140,93,254); }
div.DivClassName
{
background-color: #8C5DFE;
}
.BgClassName
{
background-color: #8C5DFE;
}
</style>
border-color css
<style>
span { border-color: #8C5DFE; }
span { border-color: rgb(140,93,254); }
td.TdClassName
{
border-color: #8C5DFE;
}
.TagClassName
{
border-color: #8C5DFE;
}
</style>