Shades of Medium Slate Blue #7C5BDC
Tints of Medium Slate Blue #7C5BDC
RGB
CMYK
RGB Variations
Color information
#7C5BDC (or 0x7C5BDC) is known color: Medium Slate Blue. HEX triplet: 7C, 5B and DC. RGB value is (124,91,220). Sum of RGB (Red+Green+Blue) = 124+91+220=435 (57% of max value = 765). Red value is 124 (48.83% from 255 or 28.51% from 435); Green value is 91 (35.94% from 255 or 20.92% from 435); Blue value is 220 (86.33% from 255 or 50.57% from 435); Max value from RGB is 220 - color contains mainly: blue. Hex color #7C5BDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C5BDC is #83A423. Grayscale: #737373. Windows color (decimal): -8627236 or 14441340. OLE color: 14441340.
HSL color Cylindrical-coordinate representation of color #7C5BDC: hue angle of 255.35º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7C5BDC is Cyan = 0.44, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 124 | 91 | 220 | - |
| CMYK | 0.44 | 0.59 | 0 | 0.14 |
| HSL | 255.35º | 0.65% | 0.61% | - |
| HSV(B) | 255.35º | 0.59% | 0.86% | - |
| XYZ | 24.97 | 16.93 | 69.66 | - |
| YUV | 115.57 | 186.93 | 134.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 91 | 220 | 0.44 | 0.59 | 0 | 0.14 | 255.35 | 0.65 | 0.61 |
| Hex | 7C | 5B | DC | 2C | 3B | 0 | E | FF | 41 | 3D |
| Octal | 174 | 133 | 334 | 54 | 73 | 0 | 16 | 377 | 101 | 75 |
| Binary | 1111100 | 1011011 | 11011100 | 101100 | 111011 | 0 | 1110 | 11111111 | 1000001 | 111101 |
Color Harmonies of #7C5BDC
Complementary color
Monochromatic Colors of #7C5BDC
Black with #7C5BDC
Text Example
Text Example
White with #7C5BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C5BDC; }
p { color: rgb(124,91,220); }
H1.HeaderClassName
{
color: #7C5BDC;
}
.AnyTagClassName
{
color: #7C5BDC;
}
</style>
background-color css
<style>
a { background-color: #7C5BDC; }
a { background-color: rgb(124,91,220); }
div.DivClassName
{
background-color: #7C5BDC;
}
.BgClassName
{
background-color: #7C5BDC;
}
</style>
border-color css
<style>
span { border-color: #7C5BDC; }
span { border-color: rgb(124,91,220); }
td.TdClassName
{
border-color: #7C5BDC;
}
.TagClassName
{
border-color: #7C5BDC;
}
</style>