Shades of Medium Slate Blue #7157FF
Tints of Medium Slate Blue #7157FF
RGB
CMYK
RGB Variations
Color information
#7157FF (or 0x7157FF) is known color: Medium Slate Blue. HEX triplet: 71, 57 and FF. RGB value is (113,87,255). Sum of RGB (Red+Green+Blue) = 113+87+255=455 (60% of max value = 765). Red value is 113 (44.53% from 255 or 24.84% from 455); Green value is 87 (34.38% from 255 or 19.12% from 455); Blue value is 255 (100% from 255 or 56.04% from 455); Max value from RGB is 255 - color contains mainly: blue. Hex color #7157FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7157FF is #8EA800. Grayscale: #717171. Windows color (decimal): -9349121 or 16734065. OLE color: 16734065.
HSL color Cylindrical-coordinate representation of color #7157FF: hue angle of 249.29º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7157FF is Cyan = 0.56, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 113 | 87 | 255 | - |
| CMYK | 0.56 | 0.66 | 0 | 0 |
| HSL | 249.29º | 1% | 0.67% | - |
| HSV(B) | 249.29º | 0.66% | 1% | - |
| XYZ | 28.27 | 17.55 | 96.5 | - |
| YUV | 113.93 | 207.61 | 127.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 87 | 255 | 0.56 | 0.66 | 0 | 0 | 249.29 | 1 | 0.67 |
| Hex | 71 | 57 | FF | 38 | 42 | 0 | 0 | F9 | 64 | 43 |
| Octal | 161 | 127 | 377 | 70 | 102 | 0 | 0 | 371 | 144 | 103 |
| Binary | 1110001 | 1010111 | 11111111 | 111000 | 1000010 | 0 | 0 | 11111001 | 1100100 | 1000011 |
Color Harmonies of #7157FF
Complementary color
Monochromatic Colors of #7157FF
Black with #7157FF
Text Example
Text Example
White with #7157FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7157FF; }
p { color: rgb(113,87,255); }
H1.HeaderClassName
{
color: #7157FF;
}
.AnyTagClassName
{
color: #7157FF;
}
</style>
background-color css
<style>
a { background-color: #7157FF; }
a { background-color: rgb(113,87,255); }
div.DivClassName
{
background-color: #7157FF;
}
.BgClassName
{
background-color: #7157FF;
}
</style>
border-color css
<style>
span { border-color: #7157FF; }
span { border-color: rgb(113,87,255); }
td.TdClassName
{
border-color: #7157FF;
}
.TagClassName
{
border-color: #7157FF;
}
</style>