Shades of Light Slate Blue #8C5FFA
Tints of Light Slate Blue #8C5FFA
RGB
CMYK
RGB Variations
Color information
#8C5FFA (or 0x8C5FFA) is known color: Light Slate Blue. HEX triplet: 8C, 5F and FA. RGB value is (140,95,250). Sum of RGB (Red+Green+Blue) = 140+95+250=485 (64% of max value = 765). Red value is 140 (55.08% from 255 or 28.87% from 485); Green value is 95 (37.5% from 255 or 19.59% from 485); Blue value is 250 (98.05% from 255 or 51.55% from 485); Max value from RGB is 250 - color contains mainly: blue. Hex color #8C5FFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8C5FFA is #73A005. Grayscale: #7D7D7D. Windows color (decimal): -7577606 or 16408460. OLE color: 16408460.
HSL color Cylindrical-coordinate representation of color #8C5FFA: hue angle of 257.42º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8C5FFA is Cyan = 0.44, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 140 | 95 | 250 | - |
| CMYK | 0.44 | 0.62 | 0 | 0.02 |
| HSL | 257.42º | 0.94% | 0.68% | - |
| HSV(B) | 257.42º | 0.62% | 0.98% | - |
| XYZ | 32.16 | 20.66 | 92.74 | - |
| YUV | 126.13 | 197.91 | 137.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 95 | 250 | 0.44 | 0.62 | 0 | 0.02 | 257.42 | 0.94 | 0.68 |
| Hex | 8C | 5F | FA | 2C | 3E | 0 | 2 | 101 | 5E | 44 |
| Octal | 214 | 137 | 372 | 54 | 76 | 0 | 2 | 401 | 136 | 104 |
| Binary | 10001100 | 1011111 | 11111010 | 101100 | 111110 | 0 | 10 | 100000001 | 1011110 | 1000100 |
Color Harmonies of #8C5FFA
Complementary color
Monochromatic Colors of #8C5FFA
Black with #8C5FFA
Text Example
Text Example
White with #8C5FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C5FFA; }
p { color: rgb(140,95,250); }
H1.HeaderClassName
{
color: #8C5FFA;
}
.AnyTagClassName
{
color: #8C5FFA;
}
</style>
background-color css
<style>
a { background-color: #8C5FFA; }
a { background-color: rgb(140,95,250); }
div.DivClassName
{
background-color: #8C5FFA;
}
.BgClassName
{
background-color: #8C5FFA;
}
</style>
border-color css
<style>
span { border-color: #8C5FFA; }
span { border-color: rgb(140,95,250); }
td.TdClassName
{
border-color: #8C5FFA;
}
.TagClassName
{
border-color: #8C5FFA;
}
</style>