Shades of Medium Slate Blue #7E6DDB
Tints of Medium Slate Blue #7E6DDB
RGB
CMYK
RGB Variations
Color information
#7E6DDB (or 0x7E6DDB) is known color: Medium Slate Blue. HEX triplet: 7E, 6D and DB. RGB value is (126,109,219). Sum of RGB (Red+Green+Blue) = 126+109+219=454 (60% of max value = 765). Red value is 126 (49.61% from 255 or 27.75% from 454); Green value is 109 (42.97% from 255 or 24.01% from 454); Blue value is 219 (85.94% from 255 or 48.24% from 454); Max value from RGB is 219 - color contains mainly: blue. Hex color #7E6DDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E6DDB is #819224. Grayscale: #7E7E7E. Windows color (decimal): -8491557 or 14380414. OLE color: 14380414.
HSL color Cylindrical-coordinate representation of color #7E6DDB: hue angle of 249.27º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7E6DDB is Cyan = 0.42, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 126 | 109 | 219 | - |
| CMYK | 0.42 | 0.50 | 0 | 0.14 |
| HSL | 249.27º | 0.6% | 0.64% | - |
| HSV(B) | 249.27º | 0.5% | 0.86% | - |
| XYZ | 26.86 | 20.49 | 69.56 | - |
| YUV | 126.62 | 180.13 | 127.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 109 | 219 | 0.42 | 0.50 | 0 | 0.14 | 249.27 | 0.6 | 0.64 |
| Hex | 7E | 6D | DB | 2A | 32 | 0 | E | F9 | 3C | 40 |
| Octal | 176 | 155 | 333 | 52 | 62 | 0 | 16 | 371 | 74 | 100 |
| Binary | 1111110 | 1101101 | 11011011 | 101010 | 110010 | 0 | 1110 | 11111001 | 111100 | 1000000 |
Color Harmonies of #7E6DDB
Complementary color
Monochromatic Colors of #7E6DDB
Black with #7E6DDB
Text Example
Text Example
White with #7E6DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E6DDB; }
p { color: rgb(126,109,219); }
H1.HeaderClassName
{
color: #7E6DDB;
}
.AnyTagClassName
{
color: #7E6DDB;
}
</style>
background-color css
<style>
a { background-color: #7E6DDB; }
a { background-color: rgb(126,109,219); }
div.DivClassName
{
background-color: #7E6DDB;
}
.BgClassName
{
background-color: #7E6DDB;
}
</style>
border-color css
<style>
span { border-color: #7E6DDB; }
span { border-color: rgb(126,109,219); }
td.TdClassName
{
border-color: #7E6DDB;
}
.TagClassName
{
border-color: #7E6DDB;
}
</style>