Shades of Medium Slate Blue #7E5EEF
Tints of Medium Slate Blue #7E5EEF
RGB
CMYK
RGB Variations
Color information
#7E5EEF (or 0x7E5EEF) is known color: Medium Slate Blue. HEX triplet: 7E, 5E and EF. RGB value is (126,94,239). Sum of RGB (Red+Green+Blue) = 126+94+239=459 (60% of max value = 765). Red value is 126 (49.61% from 255 or 27.45% from 459); Green value is 94 (37.11% from 255 or 20.48% from 459); Blue value is 239 (93.75% from 255 or 52.07% from 459); Max value from RGB is 239 - color contains mainly: blue. Hex color #7E5EEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7E5EEF is #81A110. Grayscale: #777777. Windows color (decimal): -8495377 or 15687294. OLE color: 15687294.
HSL color Cylindrical-coordinate representation of color #7E5EEF: hue angle of 253.24º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7E5EEF is Cyan = 0.47, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 126 | 94 | 239 | - |
| CMYK | 0.47 | 0.61 | 0 | 0.06 |
| HSL | 253.24º | 0.82% | 0.65% | - |
| HSV(B) | 253.24º | 0.61% | 0.94% | - |
| XYZ | 28.19 | 18.67 | 83.78 | - |
| YUV | 120.1 | 195.1 | 132.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 94 | 239 | 0.47 | 0.61 | 0 | 0.06 | 253.24 | 0.82 | 0.65 |
| Hex | 7E | 5E | EF | 2F | 3D | 0 | 6 | FD | 52 | 41 |
| Octal | 176 | 136 | 357 | 57 | 75 | 0 | 6 | 375 | 122 | 101 |
| Binary | 1111110 | 1011110 | 11101111 | 101111 | 111101 | 0 | 110 | 11111101 | 1010010 | 1000001 |
Color Harmonies of #7E5EEF
Complementary color
Monochromatic Colors of #7E5EEF
Black with #7E5EEF
Text Example
Text Example
White with #7E5EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E5EEF; }
p { color: rgb(126,94,239); }
H1.HeaderClassName
{
color: #7E5EEF;
}
.AnyTagClassName
{
color: #7E5EEF;
}
</style>
background-color css
<style>
a { background-color: #7E5EEF; }
a { background-color: rgb(126,94,239); }
div.DivClassName
{
background-color: #7E5EEF;
}
.BgClassName
{
background-color: #7E5EEF;
}
</style>
border-color css
<style>
span { border-color: #7E5EEF; }
span { border-color: rgb(126,94,239); }
td.TdClassName
{
border-color: #7E5EEF;
}
.TagClassName
{
border-color: #7E5EEF;
}
</style>