Shades of Medium Slate Blue #7E57DC
Tints of Medium Slate Blue #7E57DC
RGB
CMYK
RGB Variations
Color information
#7E57DC (or 0x7E57DC) is known color: Medium Slate Blue. HEX triplet: 7E, 57 and DC. RGB value is (126,87,220). Sum of RGB (Red+Green+Blue) = 126+87+220=433 (57% of max value = 765). Red value is 126 (49.61% from 255 or 29.10% from 433); Green value is 87 (34.38% from 255 or 20.09% from 433); Blue value is 220 (86.33% from 255 or 50.81% from 433); Max value from RGB is 220 - color contains mainly: blue. Hex color #7E57DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E57DC is #81A823. Grayscale: #717171. Windows color (decimal): -8497188 or 14440318. OLE color: 14440318.
HSL color Cylindrical-coordinate representation of color #7E57DC: hue angle of 257.59º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7E57DC is Cyan = 0.43, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 126 | 87 | 220 | - |
| CMYK | 0.43 | 0.60 | 0 | 0.14 |
| HSL | 257.59º | 0.66% | 0.6% | - |
| HSV(B) | 257.59º | 0.6% | 0.86% | - |
| XYZ | 24.93 | 16.42 | 69.57 | - |
| YUV | 113.82 | 187.92 | 136.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 87 | 220 | 0.43 | 0.60 | 0 | 0.14 | 257.59 | 0.66 | 0.6 |
| Hex | 7E | 57 | DC | 2B | 3C | 0 | E | 102 | 42 | 3C |
| Octal | 176 | 127 | 334 | 53 | 74 | 0 | 16 | 402 | 102 | 74 |
| Binary | 1111110 | 1010111 | 11011100 | 101011 | 111100 | 0 | 1110 | 100000010 | 1000010 | 111100 |
Color Harmonies of #7E57DC
Complementary color
Monochromatic Colors of #7E57DC
Black with #7E57DC
Text Example
Text Example
White with #7E57DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E57DC; }
p { color: rgb(126,87,220); }
H1.HeaderClassName
{
color: #7E57DC;
}
.AnyTagClassName
{
color: #7E57DC;
}
</style>
background-color css
<style>
a { background-color: #7E57DC; }
a { background-color: rgb(126,87,220); }
div.DivClassName
{
background-color: #7E57DC;
}
.BgClassName
{
background-color: #7E57DC;
}
</style>
border-color css
<style>
span { border-color: #7E57DC; }
span { border-color: rgb(126,87,220); }
td.TdClassName
{
border-color: #7E57DC;
}
.TagClassName
{
border-color: #7E57DC;
}
</style>