Shades of Medium Slate Blue #7160ED
Tints of Medium Slate Blue #7160ED
RGB
CMYK
RGB Variations
Color information
#7160ED (or 0x7160ED) is known color: Medium Slate Blue. HEX triplet: 71, 60 and ED. RGB value is (113,96,237). Sum of RGB (Red+Green+Blue) = 113+96+237=446 (59% of max value = 765). Red value is 113 (44.53% from 255 or 25.34% from 446); Green value is 96 (37.89% from 255 or 21.52% from 446); Blue value is 237 (92.97% from 255 or 53.14% from 446); Max value from RGB is 237 - color contains mainly: blue. Hex color #7160ED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7160ED is #8E9F12. Grayscale: #747474. Windows color (decimal): -9346835 or 15556721. OLE color: 15556721.
HSL color Cylindrical-coordinate representation of color #7160ED: hue angle of 247.23º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7160ED is Cyan = 0.52, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 113 | 96 | 237 | - |
| CMYK | 0.52 | 0.59 | 0 | 0.07 |
| HSL | 247.23º | 0.8% | 0.65% | - |
| HSV(B) | 247.23º | 0.59% | 0.93% | - |
| XYZ | 26.28 | 17.99 | 82.21 | - |
| YUV | 117.16 | 195.63 | 125.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 96 | 237 | 0.52 | 0.59 | 0 | 0.07 | 247.23 | 0.8 | 0.65 |
| Hex | 71 | 60 | ED | 34 | 3B | 0 | 7 | F7 | 50 | 41 |
| Octal | 161 | 140 | 355 | 64 | 73 | 0 | 7 | 367 | 120 | 101 |
| Binary | 1110001 | 1100000 | 11101101 | 110100 | 111011 | 0 | 111 | 11110111 | 1010000 | 1000001 |
Color Harmonies of #7160ED
Complementary color
Monochromatic Colors of #7160ED
Black with #7160ED
Text Example
Text Example
White with #7160ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7160ED; }
p { color: rgb(113,96,237); }
H1.HeaderClassName
{
color: #7160ED;
}
.AnyTagClassName
{
color: #7160ED;
}
</style>
background-color css
<style>
a { background-color: #7160ED; }
a { background-color: rgb(113,96,237); }
div.DivClassName
{
background-color: #7160ED;
}
.BgClassName
{
background-color: #7160ED;
}
</style>
border-color css
<style>
span { border-color: #7160ED; }
span { border-color: rgb(113,96,237); }
td.TdClassName
{
border-color: #7160ED;
}
.TagClassName
{
border-color: #7160ED;
}
</style>