Shades of Medium Slate Blue #7D6ADF
Tints of Medium Slate Blue #7D6ADF
RGB
CMYK
RGB Variations
Color information
#7D6ADF (or 0x7D6ADF) is known color: Medium Slate Blue. HEX triplet: 7D, 6A and DF. RGB value is (125,106,223). Sum of RGB (Red+Green+Blue) = 125+106+223=454 (60% of max value = 765). Red value is 125 (49.22% from 255 or 27.53% from 454); Green value is 106 (41.80% from 255 or 23.35% from 454); Blue value is 223 (87.5% from 255 or 49.12% from 454); Max value from RGB is 223 - color contains mainly: blue. Hex color #7D6ADF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D6ADF is #829520. Grayscale: #7C7C7C. Windows color (decimal): -8557857 or 14641789. OLE color: 14641789.
HSL color Cylindrical-coordinate representation of color #7D6ADF: hue angle of 249.74º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7D6ADF is Cyan = 0.44, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 125 | 106 | 223 | - |
| CMYK | 0.44 | 0.52 | 0 | 0.13 |
| HSL | 249.74º | 0.65% | 0.65% | - |
| HSV(B) | 249.74º | 0.52% | 0.87% | - |
| XYZ | 26.93 | 20 | 72.25 | - |
| YUV | 125.02 | 183.29 | 127.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 106 | 223 | 0.44 | 0.52 | 0 | 0.13 | 249.74 | 0.65 | 0.65 |
| Hex | 7D | 6A | DF | 2C | 34 | 0 | D | FA | 41 | 41 |
| Octal | 175 | 152 | 337 | 54 | 64 | 0 | 15 | 372 | 101 | 101 |
| Binary | 1111101 | 1101010 | 11011111 | 101100 | 110100 | 0 | 1101 | 11111010 | 1000001 | 1000001 |
Color Harmonies of #7D6ADF
Complementary color
Monochromatic Colors of #7D6ADF
Black with #7D6ADF
Text Example
Text Example
White with #7D6ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D6ADF; }
p { color: rgb(125,106,223); }
H1.HeaderClassName
{
color: #7D6ADF;
}
.AnyTagClassName
{
color: #7D6ADF;
}
</style>
background-color css
<style>
a { background-color: #7D6ADF; }
a { background-color: rgb(125,106,223); }
div.DivClassName
{
background-color: #7D6ADF;
}
.BgClassName
{
background-color: #7D6ADF;
}
</style>
border-color css
<style>
span { border-color: #7D6ADF; }
span { border-color: rgb(125,106,223); }
td.TdClassName
{
border-color: #7D6ADF;
}
.TagClassName
{
border-color: #7D6ADF;
}
</style>