Shades of Medium Slate Blue #7E5DDC
Tints of Medium Slate Blue #7E5DDC
RGB
CMYK
RGB Variations
Color information
#7E5DDC (or 0x7E5DDC) is known color: Medium Slate Blue. HEX triplet: 7E, 5D and DC. RGB value is (126,93,220). Sum of RGB (Red+Green+Blue) = 126+93+220=439 (58% of max value = 765). Red value is 126 (49.61% from 255 or 28.70% from 439); Green value is 93 (36.72% from 255 or 21.18% from 439); Blue value is 220 (86.33% from 255 or 50.11% from 439); Max value from RGB is 220 - color contains mainly: blue. Hex color #7E5DDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E5DDC is #81A223. Grayscale: #747474. Windows color (decimal): -8495652 or 14441854. OLE color: 14441854.
HSL color Cylindrical-coordinate representation of color #7E5DDC: hue angle of 255.59º degrees, saturation: 0.64, 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 #7E5DDC is Cyan = 0.43, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 126 | 93 | 220 | - |
| CMYK | 0.43 | 0.58 | 0 | 0.14 |
| HSL | 255.59º | 0.64% | 0.61% | - |
| HSV(B) | 255.59º | 0.58% | 0.86% | - |
| XYZ | 25.44 | 17.43 | 69.73 | - |
| YUV | 117.35 | 185.93 | 134.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 93 | 220 | 0.43 | 0.58 | 0 | 0.14 | 255.59 | 0.64 | 0.61 |
| Hex | 7E | 5D | DC | 2B | 3A | 0 | E | 100 | 40 | 3D |
| Octal | 176 | 135 | 334 | 53 | 72 | 0 | 16 | 400 | 100 | 75 |
| Binary | 1111110 | 1011101 | 11011100 | 101011 | 111010 | 0 | 1110 | 100000000 | 1000000 | 111101 |
Color Harmonies of #7E5DDC
Complementary color
Monochromatic Colors of #7E5DDC
Black with #7E5DDC
Text Example
Text Example
White with #7E5DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E5DDC; }
p { color: rgb(126,93,220); }
H1.HeaderClassName
{
color: #7E5DDC;
}
.AnyTagClassName
{
color: #7E5DDC;
}
</style>
background-color css
<style>
a { background-color: #7E5DDC; }
a { background-color: rgb(126,93,220); }
div.DivClassName
{
background-color: #7E5DDC;
}
.BgClassName
{
background-color: #7E5DDC;
}
</style>
border-color css
<style>
span { border-color: #7E5DDC; }
span { border-color: rgb(126,93,220); }
td.TdClassName
{
border-color: #7E5DDC;
}
.TagClassName
{
border-color: #7E5DDC;
}
</style>