Shades of Medium Slate Blue #7C5EEB
Tints of Medium Slate Blue #7C5EEB
RGB
CMYK
RGB Variations
Color information
#7C5EEB (or 0x7C5EEB) is known color: Medium Slate Blue. HEX triplet: 7C, 5E and EB. RGB value is (124,94,235). Sum of RGB (Red+Green+Blue) = 124+94+235=453 (60% of max value = 765). Red value is 124 (48.83% from 255 or 27.37% from 453); Green value is 94 (37.11% from 255 or 20.75% from 453); Blue value is 235 (92.19% from 255 or 51.88% from 453); Max value from RGB is 235 - color contains mainly: blue. Hex color #7C5EEB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7C5EEB is #83A114. Grayscale: #767676. Windows color (decimal): -8626453 or 15425148. OLE color: 15425148.
HSL color Cylindrical-coordinate representation of color #7C5EEB: hue angle of 252.77º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7C5EEB is Cyan = 0.47, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 124 | 94 | 235 | - |
| CMYK | 0.47 | 0.6 | 0 | 0.08 |
| HSL | 252.77º | 0.78% | 0.65% | - |
| HSV(B) | 252.77º | 0.6% | 0.92% | - |
| XYZ | 27.31 | 18.29 | 80.69 | - |
| YUV | 119.04 | 193.44 | 131.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 94 | 235 | 0.47 | 0.6 | 0 | 0.08 | 252.77 | 0.78 | 0.65 |
| Hex | 7C | 5E | EB | 2F | 3C | 0 | 8 | FD | 4E | 41 |
| Octal | 174 | 136 | 353 | 57 | 74 | 0 | 10 | 375 | 116 | 101 |
| Binary | 1111100 | 1011110 | 11101011 | 101111 | 111100 | 0 | 1000 | 11111101 | 1001110 | 1000001 |
Color Harmonies of #7C5EEB
Complementary color
Monochromatic Colors of #7C5EEB
Black with #7C5EEB
Text Example
Text Example
White with #7C5EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C5EEB; }
p { color: rgb(124,94,235); }
H1.HeaderClassName
{
color: #7C5EEB;
}
.AnyTagClassName
{
color: #7C5EEB;
}
</style>
background-color css
<style>
a { background-color: #7C5EEB; }
a { background-color: rgb(124,94,235); }
div.DivClassName
{
background-color: #7C5EEB;
}
.BgClassName
{
background-color: #7C5EEB;
}
</style>
border-color css
<style>
span { border-color: #7C5EEB; }
span { border-color: rgb(124,94,235); }
td.TdClassName
{
border-color: #7C5EEB;
}
.TagClassName
{
border-color: #7C5EEB;
}
</style>