Shades of Light Slate Blue #8C5FFC
Tints of Light Slate Blue #8C5FFC
RGB
CMYK
RGB Variations
Color information
#8C5FFC (or 0x8C5FFC) is known color: Light Slate Blue. HEX triplet: 8C, 5F and FC. RGB value is (140,95,252). Sum of RGB (Red+Green+Blue) = 140+95+252=487 (64% of max value = 765). Red value is 140 (55.08% from 255 or 28.75% from 487); Green value is 95 (37.5% from 255 or 19.51% from 487); Blue value is 252 (98.83% from 255 or 51.75% from 487); Max value from RGB is 252 - color contains mainly: blue. Hex color #8C5FFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8C5FFC is #73A003. Grayscale: #7D7D7D. Windows color (decimal): -7577604 or 16539532. OLE color: 16539532.
HSL color Cylindrical-coordinate representation of color #8C5FFC: hue angle of 257.2º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8C5FFC is Cyan = 0.44, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 140 | 95 | 252 | - |
| CMYK | 0.44 | 0.62 | 0 | 0.01 |
| HSL | 257.2º | 0.96% | 0.68% | - |
| HSV(B) | 257.2º | 0.62% | 0.99% | - |
| XYZ | 32.48 | 20.79 | 94.4 | - |
| YUV | 126.35 | 198.91 | 137.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 95 | 252 | 0.44 | 0.62 | 0 | 0.01 | 257.2 | 0.96 | 0.68 |
| Hex | 8C | 5F | FC | 2C | 3E | 0 | 1 | 101 | 60 | 44 |
| Octal | 214 | 137 | 374 | 54 | 76 | 0 | 1 | 401 | 140 | 104 |
| Binary | 10001100 | 1011111 | 11111100 | 101100 | 111110 | 0 | 1 | 100000001 | 1100000 | 1000100 |
Color Harmonies of #8C5FFC
Complementary color
Monochromatic Colors of #8C5FFC
Black with #8C5FFC
Text Example
Text Example
White with #8C5FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C5FFC; }
p { color: rgb(140,95,252); }
H1.HeaderClassName
{
color: #8C5FFC;
}
.AnyTagClassName
{
color: #8C5FFC;
}
</style>
background-color css
<style>
a { background-color: #8C5FFC; }
a { background-color: rgb(140,95,252); }
div.DivClassName
{
background-color: #8C5FFC;
}
.BgClassName
{
background-color: #8C5FFC;
}
</style>
border-color css
<style>
span { border-color: #8C5FFC; }
span { border-color: rgb(140,95,252); }
td.TdClassName
{
border-color: #8C5FFC;
}
.TagClassName
{
border-color: #8C5FFC;
}
</style>