Shades of Medium Slate Blue #7E5CDC
Tints of Medium Slate Blue #7E5CDC
RGB
CMYK
RGB Variations
Color information
#7E5CDC (or 0x7E5CDC) is known color: Medium Slate Blue. HEX triplet: 7E, 5C and DC. RGB value is (126,92,220). Sum of RGB (Red+Green+Blue) = 126+92+220=438 (58% of max value = 765). Red value is 126 (49.61% from 255 or 28.77% from 438); Green value is 92 (36.33% from 255 or 21.00% from 438); Blue value is 220 (86.33% from 255 or 50.23% from 438); Max value from RGB is 220 - color contains mainly: blue. Hex color #7E5CDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E5CDC is #81A323. Grayscale: #747474. Windows color (decimal): -8495908 or 14441598. OLE color: 14441598.
HSL color Cylindrical-coordinate representation of color #7E5CDC: hue angle of 255.94º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7E5CDC is Cyan = 0.43, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 126 | 92 | 220 | - |
| CMYK | 0.43 | 0.58 | 0 | 0.14 |
| HSL | 255.94º | 0.65% | 0.61% | - |
| HSV(B) | 255.94º | 0.58% | 0.86% | - |
| XYZ | 25.35 | 17.26 | 69.71 | - |
| YUV | 116.76 | 186.26 | 134.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 92 | 220 | 0.43 | 0.58 | 0 | 0.14 | 255.94 | 0.65 | 0.61 |
| Hex | 7E | 5C | DC | 2B | 3A | 0 | E | 100 | 41 | 3D |
| Octal | 176 | 134 | 334 | 53 | 72 | 0 | 16 | 400 | 101 | 75 |
| Binary | 1111110 | 1011100 | 11011100 | 101011 | 111010 | 0 | 1110 | 100000000 | 1000001 | 111101 |
Color Harmonies of #7E5CDC
Complementary color
Monochromatic Colors of #7E5CDC
Black with #7E5CDC
Text Example
Text Example
White with #7E5CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E5CDC; }
p { color: rgb(126,92,220); }
H1.HeaderClassName
{
color: #7E5CDC;
}
.AnyTagClassName
{
color: #7E5CDC;
}
</style>
background-color css
<style>
a { background-color: #7E5CDC; }
a { background-color: rgb(126,92,220); }
div.DivClassName
{
background-color: #7E5CDC;
}
.BgClassName
{
background-color: #7E5CDC;
}
</style>
border-color css
<style>
span { border-color: #7E5CDC; }
span { border-color: rgb(126,92,220); }
td.TdClassName
{
border-color: #7E5CDC;
}
.TagClassName
{
border-color: #7E5CDC;
}
</style>