Shades of Medium Slate Blue #7D59DF
Tints of Medium Slate Blue #7D59DF
RGB
CMYK
RGB Variations
Color information
#7D59DF (or 0x7D59DF) is known color: Medium Slate Blue. HEX triplet: 7D, 59 and DF. RGB value is (125,89,223). Sum of RGB (Red+Green+Blue) = 125+89+223=437 (57% of max value = 765). Red value is 125 (49.22% from 255 or 28.60% from 437); Green value is 89 (35.16% from 255 or 20.37% from 437); Blue value is 223 (87.5% from 255 or 51.03% from 437); Max value from RGB is 223 - color contains mainly: blue. Hex color #7D59DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D59DF is #82A620. Grayscale: #727272. Windows color (decimal): -8562209 or 14637437. OLE color: 14637437.
HSL color Cylindrical-coordinate representation of color #7D59DF: hue angle of 256.12º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7D59DF is Cyan = 0.44, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 125 | 89 | 223 | - |
| CMYK | 0.44 | 0.60 | 0 | 0.13 |
| HSL | 256.12º | 0.68% | 0.61% | - |
| HSV(B) | 256.12º | 0.6% | 0.87% | - |
| XYZ | 25.35 | 16.83 | 71.72 | - |
| YUV | 115.04 | 188.93 | 135.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 89 | 223 | 0.44 | 0.60 | 0 | 0.13 | 256.12 | 0.68 | 0.61 |
| Hex | 7D | 59 | DF | 2C | 3C | 0 | D | 100 | 44 | 3D |
| Octal | 175 | 131 | 337 | 54 | 74 | 0 | 15 | 400 | 104 | 75 |
| Binary | 1111101 | 1011001 | 11011111 | 101100 | 111100 | 0 | 1101 | 100000000 | 1000100 | 111101 |
Color Harmonies of #7D59DF
Complementary color
Monochromatic Colors of #7D59DF
Black with #7D59DF
Text Example
Text Example
White with #7D59DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D59DF; }
p { color: rgb(125,89,223); }
H1.HeaderClassName
{
color: #7D59DF;
}
.AnyTagClassName
{
color: #7D59DF;
}
</style>
background-color css
<style>
a { background-color: #7D59DF; }
a { background-color: rgb(125,89,223); }
div.DivClassName
{
background-color: #7D59DF;
}
.BgClassName
{
background-color: #7D59DF;
}
</style>
border-color css
<style>
span { border-color: #7D59DF; }
span { border-color: rgb(125,89,223); }
td.TdClassName
{
border-color: #7D59DF;
}
.TagClassName
{
border-color: #7D59DF;
}
</style>