Shades of Medium Slate Blue #7E5CEF
Tints of Medium Slate Blue #7E5CEF
RGB
CMYK
RGB Variations
Color information
#7E5CEF (or 0x7E5CEF) is known color: Medium Slate Blue. HEX triplet: 7E, 5C and EF. RGB value is (126,92,239). Sum of RGB (Red+Green+Blue) = 126+92+239=457 (60% of max value = 765). Red value is 126 (49.61% from 255 or 27.57% from 457); Green value is 92 (36.33% from 255 or 20.13% from 457); Blue value is 239 (93.75% from 255 or 52.30% from 457); Max value from RGB is 239 - color contains mainly: blue. Hex color #7E5CEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7E5CEF is #81A310. Grayscale: #767676. Windows color (decimal): -8495889 or 15686782. OLE color: 15686782.
HSL color Cylindrical-coordinate representation of color #7E5CEF: hue angle of 253.88º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7E5CEF is Cyan = 0.47, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 126 | 92 | 239 | - |
| CMYK | 0.47 | 0.62 | 0 | 0.06 |
| HSL | 253.88º | 0.82% | 0.65% | - |
| HSV(B) | 253.88º | 0.62% | 0.94% | - |
| XYZ | 28.01 | 18.32 | 83.72 | - |
| YUV | 118.92 | 195.76 | 133.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 92 | 239 | 0.47 | 0.62 | 0 | 0.06 | 253.88 | 0.82 | 0.65 |
| Hex | 7E | 5C | EF | 2F | 3E | 0 | 6 | FE | 52 | 41 |
| Octal | 176 | 134 | 357 | 57 | 76 | 0 | 6 | 376 | 122 | 101 |
| Binary | 1111110 | 1011100 | 11101111 | 101111 | 111110 | 0 | 110 | 11111110 | 1010010 | 1000001 |
Color Harmonies of #7E5CEF
Complementary color
Monochromatic Colors of #7E5CEF
Black with #7E5CEF
Text Example
Text Example
White with #7E5CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E5CEF; }
p { color: rgb(126,92,239); }
H1.HeaderClassName
{
color: #7E5CEF;
}
.AnyTagClassName
{
color: #7E5CEF;
}
</style>
background-color css
<style>
a { background-color: #7E5CEF; }
a { background-color: rgb(126,92,239); }
div.DivClassName
{
background-color: #7E5CEF;
}
.BgClassName
{
background-color: #7E5CEF;
}
</style>
border-color css
<style>
span { border-color: #7E5CEF; }
span { border-color: rgb(126,92,239); }
td.TdClassName
{
border-color: #7E5CEF;
}
.TagClassName
{
border-color: #7E5CEF;
}
</style>