Shades of Medium Slate Blue #715FEC
Tints of Medium Slate Blue #715FEC
RGB
CMYK
RGB Variations
Color information
#715FEC (or 0x715FEC) is known color: Medium Slate Blue. HEX triplet: 71, 5F and EC. RGB value is (113,95,236). Sum of RGB (Red+Green+Blue) = 113+95+236=444 (58% of max value = 765). Red value is 113 (44.53% from 255 or 25.45% from 444); Green value is 95 (37.5% from 255 or 21.40% from 444); Blue value is 236 (92.58% from 255 or 53.15% from 444); Max value from RGB is 236 - color contains mainly: blue. Hex color #715FEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #715FEC is #8EA013. Grayscale: #737373. Windows color (decimal): -9347092 or 15490929. OLE color: 15490929.
HSL color Cylindrical-coordinate representation of color #715FEC: hue angle of 247.66º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #715FEC is Cyan = 0.52, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 113 | 95 | 236 | - |
| CMYK | 0.52 | 0.60 | 0 | 0.07 |
| HSL | 247.66º | 0.79% | 0.65% | - |
| HSV(B) | 247.66º | 0.6% | 0.93% | - |
| XYZ | 26.04 | 17.75 | 81.41 | - |
| YUV | 116.46 | 195.46 | 125.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 95 | 236 | 0.52 | 0.60 | 0 | 0.07 | 247.66 | 0.79 | 0.65 |
| Hex | 71 | 5F | EC | 34 | 3C | 0 | 7 | F8 | 4F | 41 |
| Octal | 161 | 137 | 354 | 64 | 74 | 0 | 7 | 370 | 117 | 101 |
| Binary | 1110001 | 1011111 | 11101100 | 110100 | 111100 | 0 | 111 | 11111000 | 1001111 | 1000001 |
Color Harmonies of #715FEC
Complementary color
Monochromatic Colors of #715FEC
Black with #715FEC
Text Example
Text Example
White with #715FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #715FEC; }
p { color: rgb(113,95,236); }
H1.HeaderClassName
{
color: #715FEC;
}
.AnyTagClassName
{
color: #715FEC;
}
</style>
background-color css
<style>
a { background-color: #715FEC; }
a { background-color: rgb(113,95,236); }
div.DivClassName
{
background-color: #715FEC;
}
.BgClassName
{
background-color: #715FEC;
}
</style>
border-color css
<style>
span { border-color: #715FEC; }
span { border-color: rgb(113,95,236); }
td.TdClassName
{
border-color: #715FEC;
}
.TagClassName
{
border-color: #715FEC;
}
</style>