Shades of Medium Slate Blue #7159ED
Tints of Medium Slate Blue #7159ED
RGB
CMYK
RGB Variations
Color information
#7159ED (or 0x7159ED) is known color: Medium Slate Blue. HEX triplet: 71, 59 and ED. RGB value is (113,89,237). Sum of RGB (Red+Green+Blue) = 113+89+237=439 (58% of max value = 765). Red value is 113 (44.53% from 255 or 25.74% from 439); Green value is 89 (35.16% from 255 or 20.27% from 439); Blue value is 237 (92.97% from 255 or 53.99% from 439); Max value from RGB is 237 - color contains mainly: blue. Hex color #7159ED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7159ED is #8EA612. Grayscale: #707070. Windows color (decimal): -9348627 or 15554929. OLE color: 15554929.
HSL color Cylindrical-coordinate representation of color #7159ED: hue angle of 249.73º 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 #7159ED is Cyan = 0.52, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 113 | 89 | 237 | - |
| CMYK | 0.52 | 0.62 | 0 | 0.07 |
| HSL | 249.73º | 0.8% | 0.64% | - |
| HSV(B) | 249.73º | 0.62% | 0.93% | - |
| XYZ | 25.67 | 16.77 | 82 | - |
| YUV | 113.05 | 197.95 | 127.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 89 | 237 | 0.52 | 0.62 | 0 | 0.07 | 249.73 | 0.8 | 0.64 |
| Hex | 71 | 59 | ED | 34 | 3E | 0 | 7 | FA | 50 | 40 |
| Octal | 161 | 131 | 355 | 64 | 76 | 0 | 7 | 372 | 120 | 100 |
| Binary | 1110001 | 1011001 | 11101101 | 110100 | 111110 | 0 | 111 | 11111010 | 1010000 | 1000000 |
Color Harmonies of #7159ED
Complementary color
Monochromatic Colors of #7159ED
Black with #7159ED
Text Example
Text Example
White with #7159ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7159ED; }
p { color: rgb(113,89,237); }
H1.HeaderClassName
{
color: #7159ED;
}
.AnyTagClassName
{
color: #7159ED;
}
</style>
background-color css
<style>
a { background-color: #7159ED; }
a { background-color: rgb(113,89,237); }
div.DivClassName
{
background-color: #7159ED;
}
.BgClassName
{
background-color: #7159ED;
}
</style>
border-color css
<style>
span { border-color: #7159ED; }
span { border-color: rgb(113,89,237); }
td.TdClassName
{
border-color: #7159ED;
}
.TagClassName
{
border-color: #7159ED;
}
</style>