Shades of Medium Slate Blue #7D6ADB
Tints of Medium Slate Blue #7D6ADB
RGB
CMYK
RGB Variations
Color information
#7D6ADB (or 0x7D6ADB) is known color: Medium Slate Blue. HEX triplet: 7D, 6A and DB. RGB value is (125,106,219). Sum of RGB (Red+Green+Blue) = 125+106+219=450 (59% of max value = 765). Red value is 125 (49.22% from 255 or 27.78% from 450); Green value is 106 (41.80% from 255 or 23.56% from 450); Blue value is 219 (85.94% from 255 or 48.67% from 450); Max value from RGB is 219 - color contains mainly: blue. Hex color #7D6ADB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D6ADB is #829524. Grayscale: #7C7C7C. Windows color (decimal): -8557861 or 14379645. OLE color: 14379645.
HSL color Cylindrical-coordinate representation of color #7D6ADB: hue angle of 250.09º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7D6ADB is Cyan = 0.43, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 125 | 106 | 219 | - |
| CMYK | 0.43 | 0.52 | 0 | 0.14 |
| HSL | 250.09º | 0.61% | 0.64% | - |
| HSV(B) | 250.09º | 0.52% | 0.86% | - |
| XYZ | 26.4 | 19.78 | 69.44 | - |
| YUV | 124.56 | 181.29 | 128.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 106 | 219 | 0.43 | 0.52 | 0 | 0.14 | 250.09 | 0.61 | 0.64 |
| Hex | 7D | 6A | DB | 2B | 34 | 0 | E | FA | 3D | 40 |
| Octal | 175 | 152 | 333 | 53 | 64 | 0 | 16 | 372 | 75 | 100 |
| Binary | 1111101 | 1101010 | 11011011 | 101011 | 110100 | 0 | 1110 | 11111010 | 111101 | 1000000 |
Color Harmonies of #7D6ADB
Complementary color
Monochromatic Colors of #7D6ADB
Black with #7D6ADB
Text Example
Text Example
White with #7D6ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D6ADB; }
p { color: rgb(125,106,219); }
H1.HeaderClassName
{
color: #7D6ADB;
}
.AnyTagClassName
{
color: #7D6ADB;
}
</style>
background-color css
<style>
a { background-color: #7D6ADB; }
a { background-color: rgb(125,106,219); }
div.DivClassName
{
background-color: #7D6ADB;
}
.BgClassName
{
background-color: #7D6ADB;
}
</style>
border-color css
<style>
span { border-color: #7D6ADB; }
span { border-color: rgb(125,106,219); }
td.TdClassName
{
border-color: #7D6ADB;
}
.TagClassName
{
border-color: #7D6ADB;
}
</style>