Shades of Medium Slate Blue #8D5AED
Tints of Medium Slate Blue #8D5AED
RGB
CMYK
RGB Variations
Color information
#8D5AED (or 0x8D5AED) is known color: Medium Slate Blue. HEX triplet: 8D, 5A and ED. RGB value is (141,90,237). Sum of RGB (Red+Green+Blue) = 141+90+237=468 (61% of max value = 765). Red value is 141 (55.47% from 255 or 30.13% from 468); Green value is 90 (35.55% from 255 or 19.23% from 468); Blue value is 237 (92.97% from 255 or 50.64% from 468); Max value from RGB is 237 - color contains mainly: blue. Hex color #8D5AED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8D5AED is #72A512. Grayscale: #797979. Windows color (decimal): -7513363 or 15555213. OLE color: 15555213.
HSL color Cylindrical-coordinate representation of color #8D5AED: hue angle of 260.82º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8D5AED is Cyan = 0.41, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 141 | 90 | 237 | - |
| CMYK | 0.41 | 0.62 | 0 | 0.07 |
| HSL | 260.82º | 0.8% | 0.64% | - |
| HSV(B) | 260.82º | 0.62% | 0.93% | - |
| XYZ | 29.93 | 19.09 | 82.23 | - |
| YUV | 122.01 | 192.9 | 141.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 90 | 237 | 0.41 | 0.62 | 0 | 0.07 | 260.82 | 0.8 | 0.64 |
| Hex | 8D | 5A | ED | 29 | 3E | 0 | 7 | 105 | 50 | 40 |
| Octal | 215 | 132 | 355 | 51 | 76 | 0 | 7 | 405 | 120 | 100 |
| Binary | 10001101 | 1011010 | 11101101 | 101001 | 111110 | 0 | 111 | 100000101 | 1010000 | 1000000 |
Color Harmonies of #8D5AED
Complementary color
Monochromatic Colors of #8D5AED
Black with #8D5AED
Text Example
Text Example
White with #8D5AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D5AED; }
p { color: rgb(141,90,237); }
H1.HeaderClassName
{
color: #8D5AED;
}
.AnyTagClassName
{
color: #8D5AED;
}
</style>
background-color css
<style>
a { background-color: #8D5AED; }
a { background-color: rgb(141,90,237); }
div.DivClassName
{
background-color: #8D5AED;
}
.BgClassName
{
background-color: #8D5AED;
}
</style>
border-color css
<style>
span { border-color: #8D5AED; }
span { border-color: rgb(141,90,237); }
td.TdClassName
{
border-color: #8D5AED;
}
.TagClassName
{
border-color: #8D5AED;
}
</style>