Shades of Light Slate Blue #8D5CFF
Tints of Light Slate Blue #8D5CFF
RGB
CMYK
RGB Variations
Color information
#8D5CFF (or 0x8D5CFF) is known color: Light Slate Blue. HEX triplet: 8D, 5C and FF. RGB value is (141,92,255). Sum of RGB (Red+Green+Blue) = 141+92+255=488 (64% of max value = 765). Red value is 141 (55.47% from 255 or 28.89% from 488); Green value is 92 (36.33% from 255 or 18.85% from 488); Blue value is 255 (100% from 255 or 52.25% from 488); Max value from RGB is 255 - color contains mainly: blue. Hex color #8D5CFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8D5CFF is #72A300. Grayscale: #7C7C7C. Windows color (decimal): -7512833 or 16735373. OLE color: 16735373.
HSL color Cylindrical-coordinate representation of color #8D5CFF: hue angle of 258.04º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8D5CFF is Cyan = 0.45, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 141 | 92 | 255 | - |
| CMYK | 0.45 | 0.64 | 0 | 0 |
| HSL | 258.04º | 1% | 0.68% | - |
| HSV(B) | 258.04º | 0.64% | 1% | - |
| XYZ | 32.86 | 20.54 | 96.84 | - |
| YUV | 125.23 | 201.23 | 139.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 92 | 255 | 0.45 | 0.64 | 0 | 0 | 258.04 | 1 | 0.68 |
| Hex | 8D | 5C | FF | 2D | 40 | 0 | 0 | 102 | 64 | 44 |
| Octal | 215 | 134 | 377 | 55 | 100 | 0 | 0 | 402 | 144 | 104 |
| Binary | 10001101 | 1011100 | 11111111 | 101101 | 1000000 | 0 | 0 | 100000010 | 1100100 | 1000100 |
Color Harmonies of #8D5CFF
Complementary color
Monochromatic Colors of #8D5CFF
Black with #8D5CFF
Text Example
Text Example
White with #8D5CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D5CFF; }
p { color: rgb(141,92,255); }
H1.HeaderClassName
{
color: #8D5CFF;
}
.AnyTagClassName
{
color: #8D5CFF;
}
</style>
background-color css
<style>
a { background-color: #8D5CFF; }
a { background-color: rgb(141,92,255); }
div.DivClassName
{
background-color: #8D5CFF;
}
.BgClassName
{
background-color: #8D5CFF;
}
</style>
border-color css
<style>
span { border-color: #8D5CFF; }
span { border-color: rgb(141,92,255); }
td.TdClassName
{
border-color: #8D5CFF;
}
.TagClassName
{
border-color: #8D5CFF;
}
</style>