Shades of Medium Slate Blue #7D6EDC
Tints of Medium Slate Blue #7D6EDC
RGB
CMYK
RGB Variations
Color information
#7D6EDC (or 0x7D6EDC) is known color: Medium Slate Blue. HEX triplet: 7D, 6E and DC. RGB value is (125,110,220). Sum of RGB (Red+Green+Blue) = 125+110+220=455 (60% of max value = 765). Red value is 125 (49.22% from 255 or 27.47% from 455); Green value is 110 (43.36% from 255 or 24.18% from 455); Blue value is 220 (86.33% from 255 or 48.35% from 455); Max value from RGB is 220 - color contains mainly: blue. Hex color #7D6EDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D6EDC is #829123. Grayscale: #7E7E7E. Windows color (decimal): -8556836 or 14446205. OLE color: 14446205.
HSL color Cylindrical-coordinate representation of color #7D6EDC: hue angle of 248.18º degrees, saturation: 0.61, 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 #7D6EDC is Cyan = 0.43, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 125 | 110 | 220 | - |
| CMYK | 0.43 | 0.50 | 0 | 0.14 |
| HSL | 248.18º | 0.61% | 0.65% | - |
| HSV(B) | 248.18º | 0.5% | 0.86% | - |
| XYZ | 26.95 | 20.68 | 70.28 | - |
| YUV | 127.03 | 180.47 | 126.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 110 | 220 | 0.43 | 0.50 | 0 | 0.14 | 248.18 | 0.61 | 0.65 |
| Hex | 7D | 6E | DC | 2B | 32 | 0 | E | F8 | 3D | 41 |
| Octal | 175 | 156 | 334 | 53 | 62 | 0 | 16 | 370 | 75 | 101 |
| Binary | 1111101 | 1101110 | 11011100 | 101011 | 110010 | 0 | 1110 | 11111000 | 111101 | 1000001 |
Color Harmonies of #7D6EDC
Complementary color
Monochromatic Colors of #7D6EDC
Black with #7D6EDC
Text Example
Text Example
White with #7D6EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D6EDC; }
p { color: rgb(125,110,220); }
H1.HeaderClassName
{
color: #7D6EDC;
}
.AnyTagClassName
{
color: #7D6EDC;
}
</style>
background-color css
<style>
a { background-color: #7D6EDC; }
a { background-color: rgb(125,110,220); }
div.DivClassName
{
background-color: #7D6EDC;
}
.BgClassName
{
background-color: #7D6EDC;
}
</style>
border-color css
<style>
span { border-color: #7D6EDC; }
span { border-color: rgb(125,110,220); }
td.TdClassName
{
border-color: #7D6EDC;
}
.TagClassName
{
border-color: #7D6EDC;
}
</style>