Shades of Medium Slate Blue #7157EE
Tints of Medium Slate Blue #7157EE
RGB
CMYK
RGB Variations
Color information
#7157EE (or 0x7157EE) is known color: Medium Slate Blue. HEX triplet: 71, 57 and EE. RGB value is (113,87,238). Sum of RGB (Red+Green+Blue) = 113+87+238=438 (58% of max value = 765). Red value is 113 (44.53% from 255 or 25.80% from 438); Green value is 87 (34.38% from 255 or 19.86% from 438); Blue value is 238 (93.36% from 255 or 54.34% from 438); Max value from RGB is 238 - color contains mainly: blue. Hex color #7157EE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7157EE is #8EA811. Grayscale: #6F6F6F. Windows color (decimal): -9349138 or 15619953. OLE color: 15619953.
HSL color Cylindrical-coordinate representation of color #7157EE: hue angle of 250.33º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7157EE is Cyan = 0.53, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 113 | 87 | 238 | - |
| CMYK | 0.53 | 0.63 | 0 | 0.07 |
| HSL | 250.33º | 0.82% | 0.64% | - |
| HSV(B) | 250.33º | 0.63% | 0.93% | - |
| XYZ | 25.65 | 16.5 | 82.72 | - |
| YUV | 111.99 | 199.11 | 128.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 87 | 238 | 0.53 | 0.63 | 0 | 0.07 | 250.33 | 0.82 | 0.64 |
| Hex | 71 | 57 | EE | 35 | 3F | 0 | 7 | FA | 52 | 40 |
| Octal | 161 | 127 | 356 | 65 | 77 | 0 | 7 | 372 | 122 | 100 |
| Binary | 1110001 | 1010111 | 11101110 | 110101 | 111111 | 0 | 111 | 11111010 | 1010010 | 1000000 |
Color Harmonies of #7157EE
Complementary color
Monochromatic Colors of #7157EE
Black with #7157EE
Text Example
Text Example
White with #7157EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7157EE; }
p { color: rgb(113,87,238); }
H1.HeaderClassName
{
color: #7157EE;
}
.AnyTagClassName
{
color: #7157EE;
}
</style>
background-color css
<style>
a { background-color: #7157EE; }
a { background-color: rgb(113,87,238); }
div.DivClassName
{
background-color: #7157EE;
}
.BgClassName
{
background-color: #7157EE;
}
</style>
border-color css
<style>
span { border-color: #7157EE; }
span { border-color: rgb(113,87,238); }
td.TdClassName
{
border-color: #7157EE;
}
.TagClassName
{
border-color: #7157EE;
}
</style>