Shades of Light Slate Blue #8C5FFD
Tints of Light Slate Blue #8C5FFD
RGB
CMYK
RGB Variations
Color information
#8C5FFD (or 0x8C5FFD) is known color: Light Slate Blue. HEX triplet: 8C, 5F and FD. RGB value is (140,95,253). Sum of RGB (Red+Green+Blue) = 140+95+253=488 (64% of max value = 765). Red value is 140 (55.08% from 255 or 28.69% from 488); Green value is 95 (37.5% from 255 or 19.47% from 488); Blue value is 253 (99.22% from 255 or 51.84% from 488); Max value from RGB is 253 - color contains mainly: blue. Hex color #8C5FFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8C5FFD is #73A002. Grayscale: #7D7D7D. Windows color (decimal): -7577603 or 16605068. OLE color: 16605068.
HSL color Cylindrical-coordinate representation of color #8C5FFD: hue angle of 257.09º degrees, saturation: 0.98, 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 #8C5FFD is Cyan = 0.45, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 140 | 95 | 253 | - |
| CMYK | 0.45 | 0.62 | 0 | 0.01 |
| HSL | 257.09º | 0.98% | 0.68% | - |
| HSV(B) | 257.09º | 0.62% | 0.99% | - |
| XYZ | 32.64 | 20.85 | 95.23 | - |
| YUV | 126.47 | 199.41 | 137.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 95 | 253 | 0.45 | 0.62 | 0 | 0.01 | 257.09 | 0.98 | 0.68 |
| Hex | 8C | 5F | FD | 2D | 3E | 0 | 1 | 101 | 62 | 44 |
| Octal | 214 | 137 | 375 | 55 | 76 | 0 | 1 | 401 | 142 | 104 |
| Binary | 10001100 | 1011111 | 11111101 | 101101 | 111110 | 0 | 1 | 100000001 | 1100010 | 1000100 |
Color Harmonies of #8C5FFD
Complementary color
Monochromatic Colors of #8C5FFD
Black with #8C5FFD
Text Example
Text Example
White with #8C5FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C5FFD; }
p { color: rgb(140,95,253); }
H1.HeaderClassName
{
color: #8C5FFD;
}
.AnyTagClassName
{
color: #8C5FFD;
}
</style>
background-color css
<style>
a { background-color: #8C5FFD; }
a { background-color: rgb(140,95,253); }
div.DivClassName
{
background-color: #8C5FFD;
}
.BgClassName
{
background-color: #8C5FFD;
}
</style>
border-color css
<style>
span { border-color: #8C5FFD; }
span { border-color: rgb(140,95,253); }
td.TdClassName
{
border-color: #8C5FFD;
}
.TagClassName
{
border-color: #8C5FFD;
}
</style>