Shades of Medium Slate Blue #7E4CE7
Tints of Medium Slate Blue #7E4CE7
RGB
CMYK
RGB Variations
Color information
#7E4CE7 (or 0x7E4CE7) is known color: Medium Slate Blue. HEX triplet: 7E, 4C and E7. RGB value is (126,76,231). Sum of RGB (Red+Green+Blue) = 126+76+231=433 (57% of max value = 765). Red value is 126 (49.61% from 255 or 29.10% from 433); Green value is 76 (30.08% from 255 or 17.55% from 433); Blue value is 231 (90.62% from 255 or 53.35% from 433); Max value from RGB is 231 - color contains mainly: blue. Hex color #7E4CE7 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7E4CE7 is #81B318. Grayscale: #6C6C6C. Windows color (decimal): -8499993 or 15158398. OLE color: 15158398.
HSL color Cylindrical-coordinate representation of color #7E4CE7: hue angle of 259.35º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7E4CE7 is Cyan = 0.45, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 126 | 76 | 231 | - |
| CMYK | 0.45 | 0.67 | 0 | 0.09 |
| HSL | 259.35º | 0.76% | 0.6% | - |
| HSV(B) | 259.35º | 0.67% | 0.91% | - |
| XYZ | 25.61 | 15.37 | 77.22 | - |
| YUV | 108.62 | 197.07 | 140.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 76 | 231 | 0.45 | 0.67 | 0 | 0.09 | 259.35 | 0.76 | 0.6 |
| Hex | 7E | 4C | E7 | 2D | 43 | 0 | 9 | 103 | 4C | 3C |
| Octal | 176 | 114 | 347 | 55 | 103 | 0 | 11 | 403 | 114 | 74 |
| Binary | 1111110 | 1001100 | 11100111 | 101101 | 1000011 | 0 | 1001 | 100000011 | 1001100 | 111100 |
Color Harmonies of #7E4CE7
Complementary color
Monochromatic Colors of #7E4CE7
Black with #7E4CE7
Text Example
Text Example
White with #7E4CE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E4CE7; }
p { color: rgb(126,76,231); }
H1.HeaderClassName
{
color: #7E4CE7;
}
.AnyTagClassName
{
color: #7E4CE7;
}
</style>
background-color css
<style>
a { background-color: #7E4CE7; }
a { background-color: rgb(126,76,231); }
div.DivClassName
{
background-color: #7E4CE7;
}
.BgClassName
{
background-color: #7E4CE7;
}
</style>
border-color css
<style>
span { border-color: #7E4CE7; }
span { border-color: rgb(126,76,231); }
td.TdClassName
{
border-color: #7E4CE7;
}
.TagClassName
{
border-color: #7E4CE7;
}
</style>