Shades of Medium Slate Blue #7D59EB
Tints of Medium Slate Blue #7D59EB
RGB
CMYK
RGB Variations
Color information
#7D59EB (or 0x7D59EB) is known color: Medium Slate Blue. HEX triplet: 7D, 59 and EB. RGB value is (125,89,235). Sum of RGB (Red+Green+Blue) = 125+89+235=449 (59% of max value = 765). Red value is 125 (49.22% from 255 or 27.84% from 449); Green value is 89 (35.16% from 255 or 19.82% from 449); Blue value is 235 (92.19% from 255 or 52.34% from 449); Max value from RGB is 235 - color contains mainly: blue. Hex color #7D59EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7D59EB is #82A614. Grayscale: #737373. Windows color (decimal): -8562197 or 15423869. OLE color: 15423869.
HSL color Cylindrical-coordinate representation of color #7D59EB: hue angle of 254.79º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7D59EB is Cyan = 0.47, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 125 | 89 | 235 | - |
| CMYK | 0.47 | 0.62 | 0 | 0.08 |
| HSL | 254.79º | 0.78% | 0.64% | - |
| HSV(B) | 254.79º | 0.62% | 0.92% | - |
| XYZ | 27.03 | 17.5 | 80.55 | - |
| YUV | 116.41 | 194.93 | 134.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 89 | 235 | 0.47 | 0.62 | 0 | 0.08 | 254.79 | 0.78 | 0.64 |
| Hex | 7D | 59 | EB | 2F | 3E | 0 | 8 | FF | 4E | 40 |
| Octal | 175 | 131 | 353 | 57 | 76 | 0 | 10 | 377 | 116 | 100 |
| Binary | 1111101 | 1011001 | 11101011 | 101111 | 111110 | 0 | 1000 | 11111111 | 1001110 | 1000000 |
Color Harmonies of #7D59EB
Complementary color
Monochromatic Colors of #7D59EB
Black with #7D59EB
Text Example
Text Example
White with #7D59EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D59EB; }
p { color: rgb(125,89,235); }
H1.HeaderClassName
{
color: #7D59EB;
}
.AnyTagClassName
{
color: #7D59EB;
}
</style>
background-color css
<style>
a { background-color: #7D59EB; }
a { background-color: rgb(125,89,235); }
div.DivClassName
{
background-color: #7D59EB;
}
.BgClassName
{
background-color: #7D59EB;
}
</style>
border-color css
<style>
span { border-color: #7D59EB; }
span { border-color: rgb(125,89,235); }
td.TdClassName
{
border-color: #7D59EB;
}
.TagClassName
{
border-color: #7D59EB;
}
</style>