Shades of Light Slate Blue #8D5DFE
Tints of Light Slate Blue #8D5DFE
RGB
CMYK
RGB Variations
Color information
#8D5DFE (or 0x8D5DFE) is known color: Light Slate Blue. HEX triplet: 8D, 5D and FE. RGB value is (141,93,254). Sum of RGB (Red+Green+Blue) = 141+93+254=488 (64% of max value = 765). Red value is 141 (55.47% from 255 or 28.89% from 488); Green value is 93 (36.72% from 255 or 19.06% from 488); Blue value is 254 (99.61% from 255 or 52.05% from 488); Max value from RGB is 254 - color contains mainly: blue. Hex color #8D5DFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8D5DFE is #72A201. Grayscale: #7D7D7D. Windows color (decimal): -7512578 or 16670093. OLE color: 16670093.
HSL color Cylindrical-coordinate representation of color #8D5DFE: hue angle of 257.89º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8D5DFE is Cyan = 0.44, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 141 | 93 | 254 | - |
| CMYK | 0.44 | 0.63 | 0 | 0.00 |
| HSL | 257.89º | 0.99% | 0.68% | - |
| HSV(B) | 257.89º | 0.63% | 1% | - |
| XYZ | 32.79 | 20.65 | 96.02 | - |
| YUV | 125.71 | 200.4 | 138.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 93 | 254 | 0.44 | 0.63 | 0 | 0.00 | 257.89 | 0.99 | 0.68 |
| Hex | 8D | 5D | FE | 2C | 3F | 0 | 0 | 102 | 63 | 44 |
| Octal | 215 | 135 | 376 | 54 | 77 | 0 | 0 | 402 | 143 | 104 |
| Binary | 10001101 | 1011101 | 11111110 | 101100 | 111111 | 0 | 0 | 100000010 | 1100011 | 1000100 |
Color Harmonies of #8D5DFE
Complementary color
Monochromatic Colors of #8D5DFE
Black with #8D5DFE
Text Example
Text Example
White with #8D5DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D5DFE; }
p { color: rgb(141,93,254); }
H1.HeaderClassName
{
color: #8D5DFE;
}
.AnyTagClassName
{
color: #8D5DFE;
}
</style>
background-color css
<style>
a { background-color: #8D5DFE; }
a { background-color: rgb(141,93,254); }
div.DivClassName
{
background-color: #8D5DFE;
}
.BgClassName
{
background-color: #8D5DFE;
}
</style>
border-color css
<style>
span { border-color: #8D5DFE; }
span { border-color: rgb(141,93,254); }
td.TdClassName
{
border-color: #8D5DFE;
}
.TagClassName
{
border-color: #8D5DFE;
}
</style>