Shades of Light Slate Blue #8D5BFE
Tints of Light Slate Blue #8D5BFE
RGB
CMYK
RGB Variations
Color information
#8D5BFE (or 0x8D5BFE) is known color: Light Slate Blue. HEX triplet: 8D, 5B and FE. RGB value is (141,91,254). Sum of RGB (Red+Green+Blue) = 141+91+254=486 (64% of max value = 765). Red value is 141 (55.47% from 255 or 29.01% from 486); Green value is 91 (35.94% from 255 or 18.72% from 486); Blue value is 254 (99.61% from 255 or 52.26% from 486); Max value from RGB is 254 - color contains mainly: blue. Hex color #8D5BFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8D5BFE is #72A401. Grayscale: #7B7B7B. Windows color (decimal): -7513090 or 16669581. OLE color: 16669581.
HSL color Cylindrical-coordinate representation of color #8D5BFE: hue angle of 258.4º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8D5BFE is Cyan = 0.44, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 141 | 91 | 254 | - |
| CMYK | 0.44 | 0.64 | 0 | 0.00 |
| HSL | 258.4º | 0.99% | 0.68% | - |
| HSV(B) | 258.4º | 0.64% | 1% | - |
| XYZ | 32.61 | 20.3 | 95.97 | - |
| YUV | 124.53 | 201.07 | 139.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 91 | 254 | 0.44 | 0.64 | 0 | 0.00 | 258.4 | 0.99 | 0.68 |
| Hex | 8D | 5B | FE | 2C | 40 | 0 | 0 | 102 | 63 | 44 |
| Octal | 215 | 133 | 376 | 54 | 100 | 0 | 0 | 402 | 143 | 104 |
| Binary | 10001101 | 1011011 | 11111110 | 101100 | 1000000 | 0 | 0 | 100000010 | 1100011 | 1000100 |
Color Harmonies of #8D5BFE
Complementary color
Monochromatic Colors of #8D5BFE
Black with #8D5BFE
Text Example
Text Example
White with #8D5BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D5BFE; }
p { color: rgb(141,91,254); }
H1.HeaderClassName
{
color: #8D5BFE;
}
.AnyTagClassName
{
color: #8D5BFE;
}
</style>
background-color css
<style>
a { background-color: #8D5BFE; }
a { background-color: rgb(141,91,254); }
div.DivClassName
{
background-color: #8D5BFE;
}
.BgClassName
{
background-color: #8D5BFE;
}
</style>
border-color css
<style>
span { border-color: #8D5BFE; }
span { border-color: rgb(141,91,254); }
td.TdClassName
{
border-color: #8D5BFE;
}
.TagClassName
{
border-color: #8D5BFE;
}
</style>