Shades of Medium Slate Blue #7E55EB
Tints of Medium Slate Blue #7E55EB
RGB
CMYK
RGB Variations
Color information
#7E55EB (or 0x7E55EB) is known color: Medium Slate Blue. HEX triplet: 7E, 55 and EB. RGB value is (126,85,235). Sum of RGB (Red+Green+Blue) = 126+85+235=446 (59% of max value = 765). Red value is 126 (49.61% from 255 or 28.25% from 446); Green value is 85 (33.59% from 255 or 19.06% from 446); Blue value is 235 (92.19% from 255 or 52.69% from 446); Max value from RGB is 235 - color contains mainly: blue. Hex color #7E55EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7E55EB is #81AA14. Grayscale: #717171. Windows color (decimal): -8497685 or 15422846. OLE color: 15422846.
HSL color Cylindrical-coordinate representation of color #7E55EB: hue angle of 256.4º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7E55EB is Cyan = 0.46, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 126 | 85 | 235 | - |
| CMYK | 0.46 | 0.64 | 0 | 0.08 |
| HSL | 256.4º | 0.79% | 0.63% | - |
| HSV(B) | 256.4º | 0.64% | 0.92% | - |
| XYZ | 26.85 | 16.93 | 80.45 | - |
| YUV | 114.36 | 196.08 | 136.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 85 | 235 | 0.46 | 0.64 | 0 | 0.08 | 256.4 | 0.79 | 0.63 |
| Hex | 7E | 55 | EB | 2E | 40 | 0 | 8 | 100 | 4F | 3F |
| Octal | 176 | 125 | 353 | 56 | 100 | 0 | 10 | 400 | 117 | 77 |
| Binary | 1111110 | 1010101 | 11101011 | 101110 | 1000000 | 0 | 1000 | 100000000 | 1001111 | 111111 |
Color Harmonies of #7E55EB
Complementary color
Monochromatic Colors of #7E55EB
Black with #7E55EB
Text Example
Text Example
White with #7E55EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E55EB; }
p { color: rgb(126,85,235); }
H1.HeaderClassName
{
color: #7E55EB;
}
.AnyTagClassName
{
color: #7E55EB;
}
</style>
background-color css
<style>
a { background-color: #7E55EB; }
a { background-color: rgb(126,85,235); }
div.DivClassName
{
background-color: #7E55EB;
}
.BgClassName
{
background-color: #7E55EB;
}
</style>
border-color css
<style>
span { border-color: #7E55EB; }
span { border-color: rgb(126,85,235); }
td.TdClassName
{
border-color: #7E55EB;
}
.TagClassName
{
border-color: #7E55EB;
}
</style>