Shades of Medium Slate Blue #7D6EDB
Tints of Medium Slate Blue #7D6EDB
RGB
CMYK
RGB Variations
Color information
#7D6EDB (or 0x7D6EDB) is known color: Medium Slate Blue. HEX triplet: 7D, 6E and DB. RGB value is (125,110,219). Sum of RGB (Red+Green+Blue) = 125+110+219=454 (60% of max value = 765). Red value is 125 (49.22% from 255 or 27.53% from 454); Green value is 110 (43.36% from 255 or 24.23% 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 #7D6EDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D6EDB is #829124. Grayscale: #7E7E7E. Windows color (decimal): -8556837 or 14380669. OLE color: 14380669.
HSL color Cylindrical-coordinate representation of color #7D6EDB: hue angle of 248.26º degrees, saturation: 0.6, 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 #7D6EDB is Cyan = 0.43, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 125 | 110 | 219 | - |
| CMYK | 0.43 | 0.50 | 0 | 0.14 |
| HSL | 248.26º | 0.6% | 0.65% | - |
| HSV(B) | 248.26º | 0.5% | 0.86% | - |
| XYZ | 26.82 | 20.63 | 69.59 | - |
| YUV | 126.91 | 179.97 | 126.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 110 | 219 | 0.43 | 0.50 | 0 | 0.14 | 248.26 | 0.6 | 0.65 |
| Hex | 7D | 6E | DB | 2B | 32 | 0 | E | F8 | 3C | 41 |
| Octal | 175 | 156 | 333 | 53 | 62 | 0 | 16 | 370 | 74 | 101 |
| Binary | 1111101 | 1101110 | 11011011 | 101011 | 110010 | 0 | 1110 | 11111000 | 111100 | 1000001 |
Color Harmonies of #7D6EDB
Complementary color
Monochromatic Colors of #7D6EDB
Black with #7D6EDB
Text Example
Text Example
White with #7D6EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D6EDB; }
p { color: rgb(125,110,219); }
H1.HeaderClassName
{
color: #7D6EDB;
}
.AnyTagClassName
{
color: #7D6EDB;
}
</style>
background-color css
<style>
a { background-color: #7D6EDB; }
a { background-color: rgb(125,110,219); }
div.DivClassName
{
background-color: #7D6EDB;
}
.BgClassName
{
background-color: #7D6EDB;
}
</style>
border-color css
<style>
span { border-color: #7D6EDB; }
span { border-color: rgb(125,110,219); }
td.TdClassName
{
border-color: #7D6EDB;
}
.TagClassName
{
border-color: #7D6EDB;
}
</style>