Shades of Light Slate Blue #8C5FFF
Tints of Light Slate Blue #8C5FFF
RGB
CMYK
RGB Variations
Color information
#8C5FFF (or 0x8C5FFF) is known color: Light Slate Blue. HEX triplet: 8C, 5F and FF. RGB value is (140,95,255). Sum of RGB (Red+Green+Blue) = 140+95+255=490 (64% of max value = 765). Red value is 140 (55.08% from 255 or 28.57% from 490); Green value is 95 (37.5% from 255 or 19.39% from 490); Blue value is 255 (100% from 255 or 52.04% from 490); Max value from RGB is 255 - color contains mainly: blue. Hex color #8C5FFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8C5FFF is #73A000. Grayscale: #7E7E7E. Windows color (decimal): -7577601 or 16736140. OLE color: 16736140.
HSL color Cylindrical-coordinate representation of color #8C5FFF: hue angle of 256.88º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8C5FFF is Cyan = 0.45, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 140 | 95 | 255 | - |
| CMYK | 0.45 | 0.63 | 0 | 0 |
| HSL | 256.88º | 1% | 0.69% | - |
| HSV(B) | 256.88º | 0.63% | 1% | - |
| XYZ | 32.96 | 20.98 | 96.92 | - |
| YUV | 126.7 | 200.41 | 137.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 95 | 255 | 0.45 | 0.63 | 0 | 0 | 256.88 | 1 | 0.69 |
| Hex | 8C | 5F | FF | 2D | 3F | 0 | 0 | 101 | 64 | 45 |
| Octal | 214 | 137 | 377 | 55 | 77 | 0 | 0 | 401 | 144 | 105 |
| Binary | 10001100 | 1011111 | 11111111 | 101101 | 111111 | 0 | 0 | 100000001 | 1100100 | 1000101 |
Color Harmonies of #8C5FFF
Complementary color
Monochromatic Colors of #8C5FFF
Black with #8C5FFF
Text Example
Text Example
White with #8C5FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C5FFF; }
p { color: rgb(140,95,255); }
H1.HeaderClassName
{
color: #8C5FFF;
}
.AnyTagClassName
{
color: #8C5FFF;
}
</style>
background-color css
<style>
a { background-color: #8C5FFF; }
a { background-color: rgb(140,95,255); }
div.DivClassName
{
background-color: #8C5FFF;
}
.BgClassName
{
background-color: #8C5FFF;
}
</style>
border-color css
<style>
span { border-color: #8C5FFF; }
span { border-color: rgb(140,95,255); }
td.TdClassName
{
border-color: #8C5FFF;
}
.TagClassName
{
border-color: #8C5FFF;
}
</style>