Shades of Medium Slate Blue #8D5CEF
Tints of Medium Slate Blue #8D5CEF
RGB
CMYK
RGB Variations
Color information
#8D5CEF (or 0x8D5CEF) is known color: Medium Slate Blue. HEX triplet: 8D, 5C and EF. RGB value is (141,92,239). Sum of RGB (Red+Green+Blue) = 141+92+239=472 (62% of max value = 765). Red value is 141 (55.47% from 255 or 29.87% from 472); Green value is 92 (36.33% from 255 or 19.49% from 472); Blue value is 239 (93.75% from 255 or 50.64% from 472); Max value from RGB is 239 - color contains mainly: blue. Hex color #8D5CEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8D5CEF is #72A310. Grayscale: #7A7A7A. Windows color (decimal): -7512849 or 15686797. OLE color: 15686797.
HSL color Cylindrical-coordinate representation of color #8D5CEF: hue angle of 260º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8D5CEF is Cyan = 0.41, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 141 | 92 | 239 | - |
| CMYK | 0.41 | 0.62 | 0 | 0.06 |
| HSL | 260º | 0.82% | 0.65% | - |
| HSV(B) | 260º | 0.62% | 0.94% | - |
| XYZ | 30.39 | 19.55 | 83.83 | - |
| YUV | 123.41 | 193.23 | 140.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 92 | 239 | 0.41 | 0.62 | 0 | 0.06 | 260 | 0.82 | 0.65 |
| Hex | 8D | 5C | EF | 29 | 3E | 0 | 6 | 104 | 52 | 41 |
| Octal | 215 | 134 | 357 | 51 | 76 | 0 | 6 | 404 | 122 | 101 |
| Binary | 10001101 | 1011100 | 11101111 | 101001 | 111110 | 0 | 110 | 100000100 | 1010010 | 1000001 |
Color Harmonies of #8D5CEF
Complementary color
Monochromatic Colors of #8D5CEF
Black with #8D5CEF
Text Example
Text Example
White with #8D5CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D5CEF; }
p { color: rgb(141,92,239); }
H1.HeaderClassName
{
color: #8D5CEF;
}
.AnyTagClassName
{
color: #8D5CEF;
}
</style>
background-color css
<style>
a { background-color: #8D5CEF; }
a { background-color: rgb(141,92,239); }
div.DivClassName
{
background-color: #8D5CEF;
}
.BgClassName
{
background-color: #8D5CEF;
}
</style>
border-color css
<style>
span { border-color: #8D5CEF; }
span { border-color: rgb(141,92,239); }
td.TdClassName
{
border-color: #8D5CEF;
}
.TagClassName
{
border-color: #8D5CEF;
}
</style>