Shades of Medium Slate Blue #7E5FE2
Tints of Medium Slate Blue #7E5FE2
RGB
CMYK
RGB Variations
Color information
#7E5FE2 (or 0x7E5FE2) is known color: Medium Slate Blue. HEX triplet: 7E, 5F and E2. RGB value is (126,95,226). Sum of RGB (Red+Green+Blue) = 126+95+226=447 (59% of max value = 765). Red value is 126 (49.61% from 255 or 28.19% from 447); Green value is 95 (37.5% from 255 or 21.25% from 447); Blue value is 226 (88.67% from 255 or 50.56% from 447); Max value from RGB is 226 - color contains mainly: blue. Hex color #7E5FE2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E5FE2 is #81A01D. Grayscale: #767676. Windows color (decimal): -8495134 or 14835582. OLE color: 14835582.
HSL color Cylindrical-coordinate representation of color #7E5FE2: hue angle of 254.2º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7E5FE2 is Cyan = 0.44, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 126 | 95 | 226 | - |
| CMYK | 0.44 | 0.58 | 0 | 0.11 |
| HSL | 254.2º | 0.69% | 0.63% | - |
| HSV(B) | 254.2º | 0.58% | 0.89% | - |
| XYZ | 26.42 | 18.11 | 74.05 | - |
| YUV | 119.2 | 188.27 | 132.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 95 | 226 | 0.44 | 0.58 | 0 | 0.11 | 254.2 | 0.69 | 0.63 |
| Hex | 7E | 5F | E2 | 2C | 3A | 0 | B | FE | 45 | 3F |
| Octal | 176 | 137 | 342 | 54 | 72 | 0 | 13 | 376 | 105 | 77 |
| Binary | 1111110 | 1011111 | 11100010 | 101100 | 111010 | 0 | 1011 | 11111110 | 1000101 | 111111 |
Color Harmonies of #7E5FE2
Complementary color
Monochromatic Colors of #7E5FE2
Black with #7E5FE2
Text Example
Text Example
White with #7E5FE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E5FE2; }
p { color: rgb(126,95,226); }
H1.HeaderClassName
{
color: #7E5FE2;
}
.AnyTagClassName
{
color: #7E5FE2;
}
</style>
background-color css
<style>
a { background-color: #7E5FE2; }
a { background-color: rgb(126,95,226); }
div.DivClassName
{
background-color: #7E5FE2;
}
.BgClassName
{
background-color: #7E5FE2;
}
</style>
border-color css
<style>
span { border-color: #7E5FE2; }
span { border-color: rgb(126,95,226); }
td.TdClassName
{
border-color: #7E5FE2;
}
.TagClassName
{
border-color: #7E5FE2;
}
</style>