Shades of Medium Slate Blue #7170EC
Tints of Medium Slate Blue #7170EC
RGB
CMYK
RGB Variations
Color information
#7170EC (or 0x7170EC) is known color: Medium Slate Blue. HEX triplet: 71, 70 and EC. RGB value is (113,112,236). Sum of RGB (Red+Green+Blue) = 113+112+236=461 (61% of max value = 765). Red value is 113 (44.53% from 255 or 24.51% from 461); Green value is 112 (44.14% from 255 or 24.30% from 461); Blue value is 236 (92.58% from 255 or 51.19% from 461); Max value from RGB is 236 - color contains mainly: blue. Hex color #7170EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7170EC is #8E8F13. Grayscale: #7D7D7D. Windows color (decimal): -9342740 or 15495281. OLE color: 15495281.
HSL color Cylindrical-coordinate representation of color #7170EC: hue angle of 240.48º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7170EC is Cyan = 0.52, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 113 | 112 | 236 | - |
| CMYK | 0.52 | 0.53 | 0 | 0.07 |
| HSL | 240.48º | 0.77% | 0.68% | - |
| HSV(B) | 240.48º | 0.53% | 0.93% | - |
| XYZ | 27.74 | 21.16 | 81.98 | - |
| YUV | 126.44 | 189.83 | 118.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 112 | 236 | 0.52 | 0.53 | 0 | 0.07 | 240.48 | 0.77 | 0.68 |
| Hex | 71 | 70 | EC | 34 | 35 | 0 | 7 | F0 | 4D | 44 |
| Octal | 161 | 160 | 354 | 64 | 65 | 0 | 7 | 360 | 115 | 104 |
| Binary | 1110001 | 1110000 | 11101100 | 110100 | 110101 | 0 | 111 | 11110000 | 1001101 | 1000100 |
Color Harmonies of #7170EC
Complementary color
Monochromatic Colors of #7170EC
Black with #7170EC
Text Example
Text Example
White with #7170EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7170EC; }
p { color: rgb(113,112,236); }
H1.HeaderClassName
{
color: #7170EC;
}
.AnyTagClassName
{
color: #7170EC;
}
</style>
background-color css
<style>
a { background-color: #7170EC; }
a { background-color: rgb(113,112,236); }
div.DivClassName
{
background-color: #7170EC;
}
.BgClassName
{
background-color: #7170EC;
}
</style>
border-color css
<style>
span { border-color: #7170EC; }
span { border-color: rgb(113,112,236); }
td.TdClassName
{
border-color: #7170EC;
}
.TagClassName
{
border-color: #7170EC;
}
</style>