Shades of Medium Slate Blue #7C58DD
Tints of Medium Slate Blue #7C58DD
RGB
CMYK
RGB Variations
Color information
#7C58DD (or 0x7C58DD) is known color: Medium Slate Blue. HEX triplet: 7C, 58 and DD. RGB value is (124,88,221). Sum of RGB (Red+Green+Blue) = 124+88+221=433 (57% of max value = 765). Red value is 124 (48.83% from 255 or 28.64% from 433); Green value is 88 (34.77% from 255 or 20.32% from 433); Blue value is 221 (86.72% from 255 or 51.04% from 433); Max value from RGB is 221 - color contains mainly: blue. Hex color #7C58DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C58DD is #83A722. Grayscale: #717171. Windows color (decimal): -8628003 or 14506108. OLE color: 14506108.
HSL color Cylindrical-coordinate representation of color #7C58DD: hue angle of 256.24º degrees, saturation: 0.66, 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 #7C58DD is Cyan = 0.44, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 124 | 88 | 221 | - |
| CMYK | 0.44 | 0.60 | 0 | 0.13 |
| HSL | 256.24º | 0.66% | 0.61% | - |
| HSV(B) | 256.24º | 0.6% | 0.87% | - |
| XYZ | 24.85 | 16.48 | 70.28 | - |
| YUV | 113.93 | 188.43 | 135.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 88 | 221 | 0.44 | 0.60 | 0 | 0.13 | 256.24 | 0.66 | 0.61 |
| Hex | 7C | 58 | DD | 2C | 3C | 0 | D | 100 | 42 | 3D |
| Octal | 174 | 130 | 335 | 54 | 74 | 0 | 15 | 400 | 102 | 75 |
| Binary | 1111100 | 1011000 | 11011101 | 101100 | 111100 | 0 | 1101 | 100000000 | 1000010 | 111101 |
Color Harmonies of #7C58DD
Complementary color
Monochromatic Colors of #7C58DD
Black with #7C58DD
Text Example
Text Example
White with #7C58DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C58DD; }
p { color: rgb(124,88,221); }
H1.HeaderClassName
{
color: #7C58DD;
}
.AnyTagClassName
{
color: #7C58DD;
}
</style>
background-color css
<style>
a { background-color: #7C58DD; }
a { background-color: rgb(124,88,221); }
div.DivClassName
{
background-color: #7C58DD;
}
.BgClassName
{
background-color: #7C58DD;
}
</style>
border-color css
<style>
span { border-color: #7C58DD; }
span { border-color: rgb(124,88,221); }
td.TdClassName
{
border-color: #7C58DD;
}
.TagClassName
{
border-color: #7C58DD;
}
</style>