Shades of Light Slate Blue #8C5AFC
Tints of Light Slate Blue #8C5AFC
RGB
CMYK
RGB Variations
Color information
#8C5AFC (or 0x8C5AFC) is known color: Light Slate Blue. HEX triplet: 8C, 5A and FC. RGB value is (140,90,252). Sum of RGB (Red+Green+Blue) = 140+90+252=482 (63% of max value = 765). Red value is 140 (55.08% from 255 or 29.05% from 482); Green value is 90 (35.55% from 255 or 18.67% from 482); Blue value is 252 (98.83% from 255 or 52.28% from 482); Max value from RGB is 252 - color contains mainly: blue. Hex color #8C5AFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8C5AFC is #73A503. Grayscale: #7A7A7A. Windows color (decimal): -7578884 or 16538252. OLE color: 16538252.
HSL color Cylindrical-coordinate representation of color #8C5AFC: hue angle of 258.52º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8C5AFC is Cyan = 0.44, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 140 | 90 | 252 | - |
| CMYK | 0.44 | 0.64 | 0 | 0.01 |
| HSL | 258.52º | 0.96% | 0.67% | - |
| HSV(B) | 258.52º | 0.64% | 0.99% | - |
| XYZ | 32.04 | 19.92 | 94.25 | - |
| YUV | 123.42 | 200.57 | 139.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 90 | 252 | 0.44 | 0.64 | 0 | 0.01 | 258.52 | 0.96 | 0.67 |
| Hex | 8C | 5A | FC | 2C | 40 | 0 | 1 | 103 | 60 | 43 |
| Octal | 214 | 132 | 374 | 54 | 100 | 0 | 1 | 403 | 140 | 103 |
| Binary | 10001100 | 1011010 | 11111100 | 101100 | 1000000 | 0 | 1 | 100000011 | 1100000 | 1000011 |
Color Harmonies of #8C5AFC
Complementary color
Monochromatic Colors of #8C5AFC
Black with #8C5AFC
Text Example
Text Example
White with #8C5AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C5AFC; }
p { color: rgb(140,90,252); }
H1.HeaderClassName
{
color: #8C5AFC;
}
.AnyTagClassName
{
color: #8C5AFC;
}
</style>
background-color css
<style>
a { background-color: #8C5AFC; }
a { background-color: rgb(140,90,252); }
div.DivClassName
{
background-color: #8C5AFC;
}
.BgClassName
{
background-color: #8C5AFC;
}
</style>
border-color css
<style>
span { border-color: #8C5AFC; }
span { border-color: rgb(140,90,252); }
td.TdClassName
{
border-color: #8C5AFC;
}
.TagClassName
{
border-color: #8C5AFC;
}
</style>