Shades of Medium Slate Blue #7D57E3
Tints of Medium Slate Blue #7D57E3
RGB
CMYK
RGB Variations
Color information
#7D57E3 (or 0x7D57E3) is known color: Medium Slate Blue. HEX triplet: 7D, 57 and E3. RGB value is (125,87,227). Sum of RGB (Red+Green+Blue) = 125+87+227=439 (58% of max value = 765). Red value is 125 (49.22% from 255 or 28.47% from 439); Green value is 87 (34.38% from 255 or 19.82% from 439); Blue value is 227 (89.06% from 255 or 51.71% from 439); Max value from RGB is 227 - color contains mainly: blue. Hex color #7D57E3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D57E3 is #82A81C. Grayscale: #717171. Windows color (decimal): -8562717 or 14899069. OLE color: 14899069.
HSL color Cylindrical-coordinate representation of color #7D57E3: hue angle of 256.29º degrees, saturation: 0.71, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7D57E3 is Cyan = 0.45, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 125 | 87 | 227 | - |
| CMYK | 0.45 | 0.62 | 0 | 0.11 |
| HSL | 256.29º | 0.71% | 0.62% | - |
| HSV(B) | 256.29º | 0.62% | 0.89% | - |
| XYZ | 25.73 | 16.72 | 74.54 | - |
| YUV | 114.32 | 191.59 | 135.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 87 | 227 | 0.45 | 0.62 | 0 | 0.11 | 256.29 | 0.71 | 0.62 |
| Hex | 7D | 57 | E3 | 2D | 3E | 0 | B | 100 | 47 | 3E |
| Octal | 175 | 127 | 343 | 55 | 76 | 0 | 13 | 400 | 107 | 76 |
| Binary | 1111101 | 1010111 | 11100011 | 101101 | 111110 | 0 | 1011 | 100000000 | 1000111 | 111110 |
Color Harmonies of #7D57E3
Complementary color
Monochromatic Colors of #7D57E3
Black with #7D57E3
Text Example
Text Example
White with #7D57E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D57E3; }
p { color: rgb(125,87,227); }
H1.HeaderClassName
{
color: #7D57E3;
}
.AnyTagClassName
{
color: #7D57E3;
}
</style>
background-color css
<style>
a { background-color: #7D57E3; }
a { background-color: rgb(125,87,227); }
div.DivClassName
{
background-color: #7D57E3;
}
.BgClassName
{
background-color: #7D57E3;
}
</style>
border-color css
<style>
span { border-color: #7D57E3; }
span { border-color: rgb(125,87,227); }
td.TdClassName
{
border-color: #7D57E3;
}
.TagClassName
{
border-color: #7D57E3;
}
</style>