Shades of Medium Slate Blue #7E6EDC
Tints of Medium Slate Blue #7E6EDC
RGB
CMYK
RGB Variations
Color information
#7E6EDC (or 0x7E6EDC) is known color: Medium Slate Blue. HEX triplet: 7E, 6E and DC. RGB value is (126,110,220). Sum of RGB (Red+Green+Blue) = 126+110+220=456 (60% of max value = 765). Red value is 126 (49.61% from 255 or 27.63% from 456); Green value is 110 (43.36% from 255 or 24.12% from 456); Blue value is 220 (86.33% from 255 or 48.25% from 456); Max value from RGB is 220 - color contains mainly: blue. Hex color #7E6EDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E6EDC is #819123. Grayscale: #7E7E7E. Windows color (decimal): -8491300 or 14446206. OLE color: 14446206.
HSL color Cylindrical-coordinate representation of color #7E6EDC: hue angle of 248.73º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7E6EDC is Cyan = 0.43, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 126 | 110 | 220 | - |
| CMYK | 0.43 | 0.50 | 0 | 0.14 |
| HSL | 248.73º | 0.61% | 0.65% | - |
| HSV(B) | 248.73º | 0.5% | 0.86% | - |
| XYZ | 27.1 | 20.75 | 70.29 | - |
| YUV | 127.32 | 180.3 | 127.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 110 | 220 | 0.43 | 0.50 | 0 | 0.14 | 248.73 | 0.61 | 0.65 |
| Hex | 7E | 6E | DC | 2B | 32 | 0 | E | F9 | 3D | 41 |
| Octal | 176 | 156 | 334 | 53 | 62 | 0 | 16 | 371 | 75 | 101 |
| Binary | 1111110 | 1101110 | 11011100 | 101011 | 110010 | 0 | 1110 | 11111001 | 111101 | 1000001 |
Color Harmonies of #7E6EDC
Complementary color
Monochromatic Colors of #7E6EDC
Black with #7E6EDC
Text Example
Text Example
White with #7E6EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E6EDC; }
p { color: rgb(126,110,220); }
H1.HeaderClassName
{
color: #7E6EDC;
}
.AnyTagClassName
{
color: #7E6EDC;
}
</style>
background-color css
<style>
a { background-color: #7E6EDC; }
a { background-color: rgb(126,110,220); }
div.DivClassName
{
background-color: #7E6EDC;
}
.BgClassName
{
background-color: #7E6EDC;
}
</style>
border-color css
<style>
span { border-color: #7E6EDC; }
span { border-color: rgb(126,110,220); }
td.TdClassName
{
border-color: #7E6EDC;
}
.TagClassName
{
border-color: #7E6EDC;
}
</style>