Shades of Medium Slate Blue #7E6CDB
Tints of Medium Slate Blue #7E6CDB
RGB
CMYK
RGB Variations
Color information
#7E6CDB (or 0x7E6CDB) is known color: Medium Slate Blue. HEX triplet: 7E, 6C and DB. RGB value is (126,108,219). Sum of RGB (Red+Green+Blue) = 126+108+219=453 (60% of max value = 765). Red value is 126 (49.61% from 255 or 27.81% from 453); Green value is 108 (42.58% from 255 or 23.84% from 453); Blue value is 219 (85.94% from 255 or 48.34% from 453); Max value from RGB is 219 - color contains mainly: blue. Hex color #7E6CDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E6CDB is #819324. Grayscale: #7D7D7D. Windows color (decimal): -8491813 or 14380158. OLE color: 14380158.
HSL color Cylindrical-coordinate representation of color #7E6CDB: hue angle of 249.73º degrees, saturation: 0.61, 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 #7E6CDB is Cyan = 0.42, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 126 | 108 | 219 | - |
| CMYK | 0.42 | 0.51 | 0 | 0.14 |
| HSL | 249.73º | 0.61% | 0.64% | - |
| HSV(B) | 249.73º | 0.51% | 0.86% | - |
| XYZ | 26.75 | 20.28 | 69.52 | - |
| YUV | 126.04 | 180.46 | 127.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 108 | 219 | 0.42 | 0.51 | 0 | 0.14 | 249.73 | 0.61 | 0.64 |
| Hex | 7E | 6C | DB | 2A | 33 | 0 | E | FA | 3D | 40 |
| Octal | 176 | 154 | 333 | 52 | 63 | 0 | 16 | 372 | 75 | 100 |
| Binary | 1111110 | 1101100 | 11011011 | 101010 | 110011 | 0 | 1110 | 11111010 | 111101 | 1000000 |
Color Harmonies of #7E6CDB
Complementary color
Monochromatic Colors of #7E6CDB
Black with #7E6CDB
Text Example
Text Example
White with #7E6CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E6CDB; }
p { color: rgb(126,108,219); }
H1.HeaderClassName
{
color: #7E6CDB;
}
.AnyTagClassName
{
color: #7E6CDB;
}
</style>
background-color css
<style>
a { background-color: #7E6CDB; }
a { background-color: rgb(126,108,219); }
div.DivClassName
{
background-color: #7E6CDB;
}
.BgClassName
{
background-color: #7E6CDB;
}
</style>
border-color css
<style>
span { border-color: #7E6CDB; }
span { border-color: rgb(126,108,219); }
td.TdClassName
{
border-color: #7E6CDB;
}
.TagClassName
{
border-color: #7E6CDB;
}
</style>