Shades of Medium Slate Blue #7D6CDB
Tints of Medium Slate Blue #7D6CDB
RGB
CMYK
RGB Variations
Color information
#7D6CDB (or 0x7D6CDB) is known color: Medium Slate Blue. HEX triplet: 7D, 6C and DB. RGB value is (125,108,219). Sum of RGB (Red+Green+Blue) = 125+108+219=452 (59% of max value = 765). Red value is 125 (49.22% from 255 or 27.65% from 452); Green value is 108 (42.58% from 255 or 23.89% from 452); Blue value is 219 (85.94% from 255 or 48.45% from 452); Max value from RGB is 219 - color contains mainly: blue. Hex color #7D6CDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D6CDB is #829324. Grayscale: #7D7D7D. Windows color (decimal): -8557349 or 14380157. OLE color: 14380157.
HSL color Cylindrical-coordinate representation of color #7D6CDB: hue angle of 249.19º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7D6CDB is Cyan = 0.43, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 125 | 108 | 219 | - |
| CMYK | 0.43 | 0.51 | 0 | 0.14 |
| HSL | 249.19º | 0.61% | 0.64% | - |
| HSV(B) | 249.19º | 0.51% | 0.86% | - |
| XYZ | 26.61 | 20.2 | 69.51 | - |
| YUV | 125.74 | 180.63 | 127.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 108 | 219 | 0.43 | 0.51 | 0 | 0.14 | 249.19 | 0.61 | 0.64 |
| Hex | 7D | 6C | DB | 2B | 33 | 0 | E | F9 | 3D | 40 |
| Octal | 175 | 154 | 333 | 53 | 63 | 0 | 16 | 371 | 75 | 100 |
| Binary | 1111101 | 1101100 | 11011011 | 101011 | 110011 | 0 | 1110 | 11111001 | 111101 | 1000000 |
Color Harmonies of #7D6CDB
Complementary color
Monochromatic Colors of #7D6CDB
Black with #7D6CDB
Text Example
Text Example
White with #7D6CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D6CDB; }
p { color: rgb(125,108,219); }
H1.HeaderClassName
{
color: #7D6CDB;
}
.AnyTagClassName
{
color: #7D6CDB;
}
</style>
background-color css
<style>
a { background-color: #7D6CDB; }
a { background-color: rgb(125,108,219); }
div.DivClassName
{
background-color: #7D6CDB;
}
.BgClassName
{
background-color: #7D6CDB;
}
</style>
border-color css
<style>
span { border-color: #7D6CDB; }
span { border-color: rgb(125,108,219); }
td.TdClassName
{
border-color: #7D6CDB;
}
.TagClassName
{
border-color: #7D6CDB;
}
</style>