Shades of Medium Slate Blue #7D6EDD
Tints of Medium Slate Blue #7D6EDD
RGB
CMYK
RGB Variations
Color information
#7D6EDD (or 0x7D6EDD) is known color: Medium Slate Blue. HEX triplet: 7D, 6E and DD. RGB value is (125,110,221). Sum of RGB (Red+Green+Blue) = 125+110+221=456 (60% of max value = 765). Red value is 125 (49.22% from 255 or 27.41% from 456); Green value is 110 (43.36% from 255 or 24.12% from 456); Blue value is 221 (86.72% from 255 or 48.46% from 456); Max value from RGB is 221 - color contains mainly: blue. Hex color #7D6EDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D6EDD is #829122. Grayscale: #7E7E7E. Windows color (decimal): -8556835 or 14511741. OLE color: 14511741.
HSL color Cylindrical-coordinate representation of color #7D6EDD: hue angle of 248.11º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7D6EDD is Cyan = 0.43, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 125 | 110 | 221 | - |
| CMYK | 0.43 | 0.50 | 0 | 0.13 |
| HSL | 248.11º | 0.62% | 0.65% | - |
| HSV(B) | 248.11º | 0.5% | 0.87% | - |
| XYZ | 27.08 | 20.73 | 70.98 | - |
| YUV | 127.14 | 180.97 | 126.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 110 | 221 | 0.43 | 0.50 | 0 | 0.13 | 248.11 | 0.62 | 0.65 |
| Hex | 7D | 6E | DD | 2B | 32 | 0 | D | F8 | 3E | 41 |
| Octal | 175 | 156 | 335 | 53 | 62 | 0 | 15 | 370 | 76 | 101 |
| Binary | 1111101 | 1101110 | 11011101 | 101011 | 110010 | 0 | 1101 | 11111000 | 111110 | 1000001 |
Color Harmonies of #7D6EDD
Complementary color
Monochromatic Colors of #7D6EDD
Black with #7D6EDD
Text Example
Text Example
White with #7D6EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D6EDD; }
p { color: rgb(125,110,221); }
H1.HeaderClassName
{
color: #7D6EDD;
}
.AnyTagClassName
{
color: #7D6EDD;
}
</style>
background-color css
<style>
a { background-color: #7D6EDD; }
a { background-color: rgb(125,110,221); }
div.DivClassName
{
background-color: #7D6EDD;
}
.BgClassName
{
background-color: #7D6EDD;
}
</style>
border-color css
<style>
span { border-color: #7D6EDD; }
span { border-color: rgb(125,110,221); }
td.TdClassName
{
border-color: #7D6EDD;
}
.TagClassName
{
border-color: #7D6EDD;
}
</style>