Shades of Medium Slate Blue #7D58EF
Tints of Medium Slate Blue #7D58EF
RGB
CMYK
RGB Variations
Color information
#7D58EF (or 0x7D58EF) is known color: Medium Slate Blue. HEX triplet: 7D, 58 and EF. RGB value is (125,88,239). Sum of RGB (Red+Green+Blue) = 125+88+239=452 (59% of max value = 765). Red value is 125 (49.22% from 255 or 27.65% from 452); Green value is 88 (34.77% from 255 or 19.47% from 452); Blue value is 239 (93.75% from 255 or 52.88% from 452); Max value from RGB is 239 - color contains mainly: blue. Hex color #7D58EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7D58EF is #82A710. Grayscale: #737373. Windows color (decimal): -8562449 or 15685757. OLE color: 15685757.
HSL color Cylindrical-coordinate representation of color #7D58EF: hue angle of 254.7º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7D58EF is Cyan = 0.48, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 125 | 88 | 239 | - |
| CMYK | 0.48 | 0.63 | 0 | 0.06 |
| HSL | 254.7º | 0.83% | 0.64% | - |
| HSV(B) | 254.7º | 0.63% | 0.94% | - |
| XYZ | 27.53 | 17.57 | 83.6 | - |
| YUV | 116.28 | 197.26 | 134.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 88 | 239 | 0.48 | 0.63 | 0 | 0.06 | 254.7 | 0.83 | 0.64 |
| Hex | 7D | 58 | EF | 30 | 3F | 0 | 6 | FF | 53 | 40 |
| Octal | 175 | 130 | 357 | 60 | 77 | 0 | 6 | 377 | 123 | 100 |
| Binary | 1111101 | 1011000 | 11101111 | 110000 | 111111 | 0 | 110 | 11111111 | 1010011 | 1000000 |
Color Harmonies of #7D58EF
Complementary color
Monochromatic Colors of #7D58EF
Black with #7D58EF
Text Example
Text Example
White with #7D58EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D58EF; }
p { color: rgb(125,88,239); }
H1.HeaderClassName
{
color: #7D58EF;
}
.AnyTagClassName
{
color: #7D58EF;
}
</style>
background-color css
<style>
a { background-color: #7D58EF; }
a { background-color: rgb(125,88,239); }
div.DivClassName
{
background-color: #7D58EF;
}
.BgClassName
{
background-color: #7D58EF;
}
</style>
border-color css
<style>
span { border-color: #7D58EF; }
span { border-color: rgb(125,88,239); }
td.TdClassName
{
border-color: #7D58EF;
}
.TagClassName
{
border-color: #7D58EF;
}
</style>