Shades of Medium Slate Blue #7C58DE
Tints of Medium Slate Blue #7C58DE
RGB
CMYK
RGB Variations
Color information
#7C58DE (or 0x7C58DE) is known color: Medium Slate Blue. HEX triplet: 7C, 58 and DE. RGB value is (124,88,222). Sum of RGB (Red+Green+Blue) = 124+88+222=434 (57% of max value = 765). Red value is 124 (48.83% from 255 or 28.57% from 434); Green value is 88 (34.77% from 255 or 20.28% from 434); Blue value is 222 (87.11% from 255 or 51.15% from 434); Max value from RGB is 222 - color contains mainly: blue. Hex color #7C58DE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C58DE is #83A721. Grayscale: #717171. Windows color (decimal): -8628002 or 14571644. OLE color: 14571644.
HSL color Cylindrical-coordinate representation of color #7C58DE: hue angle of 256.12º degrees, saturation: 0.67, 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 #7C58DE is Cyan = 0.44, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 124 | 88 | 222 | - |
| CMYK | 0.44 | 0.60 | 0 | 0.13 |
| HSL | 256.12º | 0.67% | 0.61% | - |
| HSV(B) | 256.12º | 0.6% | 0.87% | - |
| XYZ | 24.99 | 16.54 | 70.98 | - |
| YUV | 114.04 | 188.93 | 135.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 88 | 222 | 0.44 | 0.60 | 0 | 0.13 | 256.12 | 0.67 | 0.61 |
| Hex | 7C | 58 | DE | 2C | 3C | 0 | D | 100 | 43 | 3D |
| Octal | 174 | 130 | 336 | 54 | 74 | 0 | 15 | 400 | 103 | 75 |
| Binary | 1111100 | 1011000 | 11011110 | 101100 | 111100 | 0 | 1101 | 100000000 | 1000011 | 111101 |
Color Harmonies of #7C58DE
Complementary color
Monochromatic Colors of #7C58DE
Black with #7C58DE
Text Example
Text Example
White with #7C58DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C58DE; }
p { color: rgb(124,88,222); }
H1.HeaderClassName
{
color: #7C58DE;
}
.AnyTagClassName
{
color: #7C58DE;
}
</style>
background-color css
<style>
a { background-color: #7C58DE; }
a { background-color: rgb(124,88,222); }
div.DivClassName
{
background-color: #7C58DE;
}
.BgClassName
{
background-color: #7C58DE;
}
</style>
border-color css
<style>
span { border-color: #7C58DE; }
span { border-color: rgb(124,88,222); }
td.TdClassName
{
border-color: #7C58DE;
}
.TagClassName
{
border-color: #7C58DE;
}
</style>