Shades of Medium Slate Blue #8D5FEF
Tints of Medium Slate Blue #8D5FEF
RGB
CMYK
RGB Variations
Color information
#8D5FEF (or 0x8D5FEF) is known color: Medium Slate Blue. HEX triplet: 8D, 5F and EF. RGB value is (141,95,239). Sum of RGB (Red+Green+Blue) = 141+95+239=475 (62% of max value = 765). Red value is 141 (55.47% from 255 or 29.68% from 475); Green value is 95 (37.5% from 255 or 20% from 475); Blue value is 239 (93.75% from 255 or 50.32% from 475); Max value from RGB is 239 - color contains mainly: blue. Hex color #8D5FEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8D5FEF is #72A010. Grayscale: #7C7C7C. Windows color (decimal): -7512081 or 15687565. OLE color: 15687565.
HSL color Cylindrical-coordinate representation of color #8D5FEF: hue angle of 259.17º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8D5FEF is Cyan = 0.41, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 141 | 95 | 239 | - |
| CMYK | 0.41 | 0.60 | 0 | 0.06 |
| HSL | 259.17º | 0.82% | 0.65% | - |
| HSV(B) | 259.17º | 0.6% | 0.94% | - |
| XYZ | 30.66 | 20.08 | 83.92 | - |
| YUV | 125.17 | 192.24 | 139.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 95 | 239 | 0.41 | 0.60 | 0 | 0.06 | 259.17 | 0.82 | 0.65 |
| Hex | 8D | 5F | EF | 29 | 3C | 0 | 6 | 103 | 52 | 41 |
| Octal | 215 | 137 | 357 | 51 | 74 | 0 | 6 | 403 | 122 | 101 |
| Binary | 10001101 | 1011111 | 11101111 | 101001 | 111100 | 0 | 110 | 100000011 | 1010010 | 1000001 |
Color Harmonies of #8D5FEF
Complementary color
Monochromatic Colors of #8D5FEF
Black with #8D5FEF
Text Example
Text Example
White with #8D5FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D5FEF; }
p { color: rgb(141,95,239); }
H1.HeaderClassName
{
color: #8D5FEF;
}
.AnyTagClassName
{
color: #8D5FEF;
}
</style>
background-color css
<style>
a { background-color: #8D5FEF; }
a { background-color: rgb(141,95,239); }
div.DivClassName
{
background-color: #8D5FEF;
}
.BgClassName
{
background-color: #8D5FEF;
}
</style>
border-color css
<style>
span { border-color: #8D5FEF; }
span { border-color: rgb(141,95,239); }
td.TdClassName
{
border-color: #8D5FEF;
}
.TagClassName
{
border-color: #8D5FEF;
}
</style>