Shades of Medium Slate Blue #7E5FEC
Tints of Medium Slate Blue #7E5FEC
RGB
CMYK
RGB Variations
Color information
#7E5FEC (or 0x7E5FEC) is known color: Medium Slate Blue. HEX triplet: 7E, 5F and EC. RGB value is (126,95,236). Sum of RGB (Red+Green+Blue) = 126+95+236=457 (60% of max value = 765). Red value is 126 (49.61% from 255 or 27.57% from 457); Green value is 95 (37.5% from 255 or 20.79% from 457); Blue value is 236 (92.58% from 255 or 51.64% from 457); Max value from RGB is 236 - color contains mainly: blue. Hex color #7E5FEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7E5FEC is #81A013. Grayscale: #777777. Windows color (decimal): -8495124 or 15490942. OLE color: 15490942.
HSL color Cylindrical-coordinate representation of color #7E5FEC: hue angle of 253.19º 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 #7E5FEC is Cyan = 0.47, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 126 | 95 | 236 | - |
| CMYK | 0.47 | 0.60 | 0 | 0.07 |
| HSL | 253.19º | 0.79% | 0.65% | - |
| HSV(B) | 253.19º | 0.6% | 0.93% | - |
| XYZ | 27.84 | 18.68 | 81.49 | - |
| YUV | 120.34 | 193.27 | 132.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 95 | 236 | 0.47 | 0.60 | 0 | 0.07 | 253.19 | 0.79 | 0.65 |
| Hex | 7E | 5F | EC | 2F | 3C | 0 | 7 | FD | 4F | 41 |
| Octal | 176 | 137 | 354 | 57 | 74 | 0 | 7 | 375 | 117 | 101 |
| Binary | 1111110 | 1011111 | 11101100 | 101111 | 111100 | 0 | 111 | 11111101 | 1001111 | 1000001 |
Color Harmonies of #7E5FEC
Complementary color
Monochromatic Colors of #7E5FEC
Black with #7E5FEC
Text Example
Text Example
White with #7E5FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E5FEC; }
p { color: rgb(126,95,236); }
H1.HeaderClassName
{
color: #7E5FEC;
}
.AnyTagClassName
{
color: #7E5FEC;
}
</style>
background-color css
<style>
a { background-color: #7E5FEC; }
a { background-color: rgb(126,95,236); }
div.DivClassName
{
background-color: #7E5FEC;
}
.BgClassName
{
background-color: #7E5FEC;
}
</style>
border-color css
<style>
span { border-color: #7E5FEC; }
span { border-color: rgb(126,95,236); }
td.TdClassName
{
border-color: #7E5FEC;
}
.TagClassName
{
border-color: #7E5FEC;
}
</style>