Shades of Medium Slate Blue #7C59DF
Tints of Medium Slate Blue #7C59DF
RGB
CMYK
RGB Variations
Color information
#7C59DF (or 0x7C59DF) is known color: Medium Slate Blue. HEX triplet: 7C, 59 and DF. RGB value is (124,89,223). Sum of RGB (Red+Green+Blue) = 124+89+223=436 (57% of max value = 765). Red value is 124 (48.83% from 255 or 28.44% from 436); Green value is 89 (35.16% from 255 or 20.41% from 436); Blue value is 223 (87.5% from 255 or 51.15% from 436); Max value from RGB is 223 - color contains mainly: blue. Hex color #7C59DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C59DF is #83A620. Grayscale: #727272. Windows color (decimal): -8627745 or 14637436. OLE color: 14637436.
HSL color Cylindrical-coordinate representation of color #7C59DF: hue angle of 255.67º 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 #7C59DF is Cyan = 0.44, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 124 | 89 | 223 | - |
| CMYK | 0.44 | 0.60 | 0 | 0.13 |
| HSL | 255.67º | 0.68% | 0.61% | - |
| HSV(B) | 255.67º | 0.6% | 0.87% | - |
| XYZ | 25.2 | 16.76 | 71.72 | - |
| YUV | 114.74 | 189.1 | 134.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 89 | 223 | 0.44 | 0.60 | 0 | 0.13 | 255.67 | 0.68 | 0.61 |
| Hex | 7C | 59 | DF | 2C | 3C | 0 | D | 100 | 44 | 3D |
| Octal | 174 | 131 | 337 | 54 | 74 | 0 | 15 | 400 | 104 | 75 |
| Binary | 1111100 | 1011001 | 11011111 | 101100 | 111100 | 0 | 1101 | 100000000 | 1000100 | 111101 |
Color Harmonies of #7C59DF
Complementary color
Monochromatic Colors of #7C59DF
Black with #7C59DF
Text Example
Text Example
White with #7C59DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C59DF; }
p { color: rgb(124,89,223); }
H1.HeaderClassName
{
color: #7C59DF;
}
.AnyTagClassName
{
color: #7C59DF;
}
</style>
background-color css
<style>
a { background-color: #7C59DF; }
a { background-color: rgb(124,89,223); }
div.DivClassName
{
background-color: #7C59DF;
}
.BgClassName
{
background-color: #7C59DF;
}
</style>
border-color css
<style>
span { border-color: #7C59DF; }
span { border-color: rgb(124,89,223); }
td.TdClassName
{
border-color: #7C59DF;
}
.TagClassName
{
border-color: #7C59DF;
}
</style>