Shades of Medium Slate Blue #7D57EF
Tints of Medium Slate Blue #7D57EF
RGB
CMYK
RGB Variations
Color information
#7D57EF (or 0x7D57EF) is known color: Medium Slate Blue. HEX triplet: 7D, 57 and EF. RGB value is (125,87,239). Sum of RGB (Red+Green+Blue) = 125+87+239=451 (59% of max value = 765). Red value is 125 (49.22% from 255 or 27.72% from 451); Green value is 87 (34.38% from 255 or 19.29% from 451); Blue value is 239 (93.75% from 255 or 52.99% from 451); Max value from RGB is 239 - color contains mainly: blue. Hex color #7D57EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7D57EF is #82A810. Grayscale: #737373. Windows color (decimal): -8562705 or 15685501. OLE color: 15685501.
HSL color Cylindrical-coordinate representation of color #7D57EF: hue angle of 255º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7D57EF is Cyan = 0.48, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 125 | 87 | 239 | - |
| CMYK | 0.48 | 0.64 | 0 | 0.06 |
| HSL | 255º | 0.83% | 0.64% | - |
| HSV(B) | 255º | 0.64% | 0.94% | - |
| XYZ | 27.45 | 17.41 | 83.57 | - |
| YUV | 115.69 | 197.59 | 134.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 87 | 239 | 0.48 | 0.64 | 0 | 0.06 | 255 | 0.83 | 0.64 |
| Hex | 7D | 57 | EF | 30 | 40 | 0 | 6 | FF | 53 | 40 |
| Octal | 175 | 127 | 357 | 60 | 100 | 0 | 6 | 377 | 123 | 100 |
| Binary | 1111101 | 1010111 | 11101111 | 110000 | 1000000 | 0 | 110 | 11111111 | 1010011 | 1000000 |
Color Harmonies of #7D57EF
Complementary color
Monochromatic Colors of #7D57EF
Black with #7D57EF
Text Example
Text Example
White with #7D57EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D57EF; }
p { color: rgb(125,87,239); }
H1.HeaderClassName
{
color: #7D57EF;
}
.AnyTagClassName
{
color: #7D57EF;
}
</style>
background-color css
<style>
a { background-color: #7D57EF; }
a { background-color: rgb(125,87,239); }
div.DivClassName
{
background-color: #7D57EF;
}
.BgClassName
{
background-color: #7D57EF;
}
</style>
border-color css
<style>
span { border-color: #7D57EF; }
span { border-color: rgb(125,87,239); }
td.TdClassName
{
border-color: #7D57EF;
}
.TagClassName
{
border-color: #7D57EF;
}
</style>