Shades of Medium Slate Blue #7157E5
Tints of Medium Slate Blue #7157E5
RGB
CMYK
RGB Variations
Color information
#7157E5 (or 0x7157E5) is known color: Medium Slate Blue. HEX triplet: 71, 57 and E5. RGB value is (113,87,229). Sum of RGB (Red+Green+Blue) = 113+87+229=429 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.34% from 429); Green value is 87 (34.38% from 255 or 20.28% from 429); Blue value is 229 (89.84% from 255 or 53.38% from 429); Max value from RGB is 229 - color contains mainly: blue. Hex color #7157E5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7157E5 is #8EA81A. Grayscale: #6E6E6E. Windows color (decimal): -9349147 or 15030129. OLE color: 15030129.
HSL color Cylindrical-coordinate representation of color #7157E5: hue angle of 250.99º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7157E5 is Cyan = 0.51, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 113 | 87 | 229 | - |
| CMYK | 0.51 | 0.62 | 0 | 0.10 |
| HSL | 250.99º | 0.73% | 0.62% | - |
| HSV(B) | 250.99º | 0.62% | 0.9% | - |
| XYZ | 24.36 | 15.98 | 75.93 | - |
| YUV | 110.96 | 194.61 | 129.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 87 | 229 | 0.51 | 0.62 | 0 | 0.10 | 250.99 | 0.73 | 0.62 |
| Hex | 71 | 57 | E5 | 33 | 3E | 0 | A | FB | 49 | 3E |
| Octal | 161 | 127 | 345 | 63 | 76 | 0 | 12 | 373 | 111 | 76 |
| Binary | 1110001 | 1010111 | 11100101 | 110011 | 111110 | 0 | 1010 | 11111011 | 1001001 | 111110 |
Color Harmonies of #7157E5
Complementary color
Monochromatic Colors of #7157E5
Black with #7157E5
Text Example
Text Example
White with #7157E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7157E5; }
p { color: rgb(113,87,229); }
H1.HeaderClassName
{
color: #7157E5;
}
.AnyTagClassName
{
color: #7157E5;
}
</style>
background-color css
<style>
a { background-color: #7157E5; }
a { background-color: rgb(113,87,229); }
div.DivClassName
{
background-color: #7157E5;
}
.BgClassName
{
background-color: #7157E5;
}
</style>
border-color css
<style>
span { border-color: #7157E5; }
span { border-color: rgb(113,87,229); }
td.TdClassName
{
border-color: #7157E5;
}
.TagClassName
{
border-color: #7157E5;
}
</style>