Shades of Medium Slate Blue #7D6DED
Tints of Medium Slate Blue #7D6DED
RGB
CMYK
RGB Variations
Color information
#7D6DED (or 0x7D6DED) is known color: Medium Slate Blue. HEX triplet: 7D, 6D and ED. RGB value is (125,109,237). Sum of RGB (Red+Green+Blue) = 125+109+237=471 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.54% from 471); Green value is 109 (42.97% from 255 or 23.14% from 471); Blue value is 237 (92.97% from 255 or 50.32% from 471); Max value from RGB is 237 - color contains mainly: blue. Hex color #7D6DED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7D6DED is #829212. Grayscale: #7F7F7F. Windows color (decimal): -8557075 or 15560061. OLE color: 15560061.
HSL color Cylindrical-coordinate representation of color #7D6DED: hue angle of 247.5º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7D6DED is Cyan = 0.47, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 125 | 109 | 237 | - |
| CMYK | 0.47 | 0.54 | 0 | 0.07 |
| HSL | 247.5º | 0.78% | 0.68% | - |
| HSV(B) | 247.5º | 0.54% | 0.93% | - |
| XYZ | 29.21 | 21.41 | 82.71 | - |
| YUV | 128.38 | 189.3 | 125.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 109 | 237 | 0.47 | 0.54 | 0 | 0.07 | 247.5 | 0.78 | 0.68 |
| Hex | 7D | 6D | ED | 2F | 36 | 0 | 7 | F8 | 4E | 44 |
| Octal | 175 | 155 | 355 | 57 | 66 | 0 | 7 | 370 | 116 | 104 |
| Binary | 1111101 | 1101101 | 11101101 | 101111 | 110110 | 0 | 111 | 11111000 | 1001110 | 1000100 |
Color Harmonies of #7D6DED
Complementary color
Monochromatic Colors of #7D6DED
Black with #7D6DED
Text Example
Text Example
White with #7D6DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D6DED; }
p { color: rgb(125,109,237); }
H1.HeaderClassName
{
color: #7D6DED;
}
.AnyTagClassName
{
color: #7D6DED;
}
</style>
background-color css
<style>
a { background-color: #7D6DED; }
a { background-color: rgb(125,109,237); }
div.DivClassName
{
background-color: #7D6DED;
}
.BgClassName
{
background-color: #7D6DED;
}
</style>
border-color css
<style>
span { border-color: #7D6DED; }
span { border-color: rgb(125,109,237); }
td.TdClassName
{
border-color: #7D6DED;
}
.TagClassName
{
border-color: #7D6DED;
}
</style>