Shades of Medium Slate Blue #8D5AEE
Tints of Medium Slate Blue #8D5AEE
RGB
CMYK
RGB Variations
Color information
#8D5AEE (or 0x8D5AEE) is known color: Medium Slate Blue. HEX triplet: 8D, 5A and EE. RGB value is (141,90,238). Sum of RGB (Red+Green+Blue) = 141+90+238=469 (62% of max value = 765). Red value is 141 (55.47% from 255 or 30.06% from 469); Green value is 90 (35.55% from 255 or 19.19% from 469); Blue value is 238 (93.36% from 255 or 50.75% from 469); Max value from RGB is 238 - color contains mainly: blue. Hex color #8D5AEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8D5AEE is #72A511. Grayscale: #797979. Windows color (decimal): -7513362 or 15620749. OLE color: 15620749.
HSL color Cylindrical-coordinate representation of color #8D5AEE: hue angle of 260.68º degrees, saturation: 0.81, 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 #8D5AEE is Cyan = 0.41, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 141 | 90 | 238 | - |
| CMYK | 0.41 | 0.62 | 0 | 0.07 |
| HSL | 260.68º | 0.81% | 0.64% | - |
| HSV(B) | 260.68º | 0.62% | 0.93% | - |
| XYZ | 30.07 | 19.15 | 83 | - |
| YUV | 122.12 | 193.4 | 141.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 90 | 238 | 0.41 | 0.62 | 0 | 0.07 | 260.68 | 0.81 | 0.64 |
| Hex | 8D | 5A | EE | 29 | 3E | 0 | 7 | 105 | 51 | 40 |
| Octal | 215 | 132 | 356 | 51 | 76 | 0 | 7 | 405 | 121 | 100 |
| Binary | 10001101 | 1011010 | 11101110 | 101001 | 111110 | 0 | 111 | 100000101 | 1010001 | 1000000 |
Color Harmonies of #8D5AEE
Complementary color
Monochromatic Colors of #8D5AEE
Black with #8D5AEE
Text Example
Text Example
White with #8D5AEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D5AEE; }
p { color: rgb(141,90,238); }
H1.HeaderClassName
{
color: #8D5AEE;
}
.AnyTagClassName
{
color: #8D5AEE;
}
</style>
background-color css
<style>
a { background-color: #8D5AEE; }
a { background-color: rgb(141,90,238); }
div.DivClassName
{
background-color: #8D5AEE;
}
.BgClassName
{
background-color: #8D5AEE;
}
</style>
border-color css
<style>
span { border-color: #8D5AEE; }
span { border-color: rgb(141,90,238); }
td.TdClassName
{
border-color: #8D5AEE;
}
.TagClassName
{
border-color: #8D5AEE;
}
</style>