Shades of Medium Slate Blue #7E6CDC
Tints of Medium Slate Blue #7E6CDC
RGB
CMYK
RGB Variations
Color information
#7E6CDC (or 0x7E6CDC) is known color: Medium Slate Blue. HEX triplet: 7E, 6C and DC. RGB value is (126,108,220). Sum of RGB (Red+Green+Blue) = 126+108+220=454 (60% of max value = 765). Red value is 126 (49.61% from 255 or 27.75% from 454); Green value is 108 (42.58% from 255 or 23.79% from 454); Blue value is 220 (86.33% from 255 or 48.46% from 454); Max value from RGB is 220 - color contains mainly: blue. Hex color #7E6CDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E6CDC is #819323. Grayscale: #7D7D7D. Windows color (decimal): -8491812 or 14445694. OLE color: 14445694.
HSL color Cylindrical-coordinate representation of color #7E6CDC: hue angle of 249.64º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7E6CDC is Cyan = 0.43, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 126 | 108 | 220 | - |
| CMYK | 0.43 | 0.51 | 0 | 0.14 |
| HSL | 249.64º | 0.62% | 0.64% | - |
| HSV(B) | 249.64º | 0.51% | 0.86% | - |
| XYZ | 26.89 | 20.33 | 70.22 | - |
| YUV | 126.15 | 180.96 | 127.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 108 | 220 | 0.43 | 0.51 | 0 | 0.14 | 249.64 | 0.62 | 0.64 |
| Hex | 7E | 6C | DC | 2B | 33 | 0 | E | FA | 3E | 40 |
| Octal | 176 | 154 | 334 | 53 | 63 | 0 | 16 | 372 | 76 | 100 |
| Binary | 1111110 | 1101100 | 11011100 | 101011 | 110011 | 0 | 1110 | 11111010 | 111110 | 1000000 |
Color Harmonies of #7E6CDC
Complementary color
Monochromatic Colors of #7E6CDC
Black with #7E6CDC
Text Example
Text Example
White with #7E6CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E6CDC; }
p { color: rgb(126,108,220); }
H1.HeaderClassName
{
color: #7E6CDC;
}
.AnyTagClassName
{
color: #7E6CDC;
}
</style>
background-color css
<style>
a { background-color: #7E6CDC; }
a { background-color: rgb(126,108,220); }
div.DivClassName
{
background-color: #7E6CDC;
}
.BgClassName
{
background-color: #7E6CDC;
}
</style>
border-color css
<style>
span { border-color: #7E6CDC; }
span { border-color: rgb(126,108,220); }
td.TdClassName
{
border-color: #7E6CDC;
}
.TagClassName
{
border-color: #7E6CDC;
}
</style>