Shades of Light Slate Blue #8C5CFA
Tints of Light Slate Blue #8C5CFA
RGB
CMYK
RGB Variations
Color information
#8C5CFA (or 0x8C5CFA) is known color: Light Slate Blue. HEX triplet: 8C, 5C and FA. RGB value is (140,92,250). Sum of RGB (Red+Green+Blue) = 140+92+250=482 (63% of max value = 765). Red value is 140 (55.08% from 255 or 29.05% from 482); Green value is 92 (36.33% from 255 or 19.09% from 482); Blue value is 250 (98.05% from 255 or 51.87% from 482); Max value from RGB is 250 - color contains mainly: blue. Hex color #8C5CFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8C5CFA is #73A305. Grayscale: #7B7B7B. Windows color (decimal): -7578374 or 16407692. OLE color: 16407692.
HSL color Cylindrical-coordinate representation of color #8C5CFA: hue angle of 258.23º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8C5CFA is Cyan = 0.44, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 140 | 92 | 250 | - |
| CMYK | 0.44 | 0.63 | 0 | 0.02 |
| HSL | 258.23º | 0.94% | 0.67% | - |
| HSV(B) | 258.23º | 0.63% | 0.98% | - |
| XYZ | 31.9 | 20.13 | 92.65 | - |
| YUV | 124.36 | 198.9 | 139.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 92 | 250 | 0.44 | 0.63 | 0 | 0.02 | 258.23 | 0.94 | 0.67 |
| Hex | 8C | 5C | FA | 2C | 3F | 0 | 2 | 102 | 5E | 43 |
| Octal | 214 | 134 | 372 | 54 | 77 | 0 | 2 | 402 | 136 | 103 |
| Binary | 10001100 | 1011100 | 11111010 | 101100 | 111111 | 0 | 10 | 100000010 | 1011110 | 1000011 |
Color Harmonies of #8C5CFA
Complementary color
Monochromatic Colors of #8C5CFA
Black with #8C5CFA
Text Example
Text Example
White with #8C5CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C5CFA; }
p { color: rgb(140,92,250); }
H1.HeaderClassName
{
color: #8C5CFA;
}
.AnyTagClassName
{
color: #8C5CFA;
}
</style>
background-color css
<style>
a { background-color: #8C5CFA; }
a { background-color: rgb(140,92,250); }
div.DivClassName
{
background-color: #8C5CFA;
}
.BgClassName
{
background-color: #8C5CFA;
}
</style>
border-color css
<style>
span { border-color: #8C5CFA; }
span { border-color: rgb(140,92,250); }
td.TdClassName
{
border-color: #8C5CFA;
}
.TagClassName
{
border-color: #8C5CFA;
}
</style>