Shades of Medium Slate Blue #7D5DED
Tints of Medium Slate Blue #7D5DED
RGB
CMYK
RGB Variations
Color information
#7D5DED (or 0x7D5DED) is known color: Medium Slate Blue. HEX triplet: 7D, 5D and ED. RGB value is (125,93,237). Sum of RGB (Red+Green+Blue) = 125+93+237=455 (60% of max value = 765). Red value is 125 (49.22% from 255 or 27.47% from 455); Green value is 93 (36.72% from 255 or 20.44% from 455); Blue value is 237 (92.97% from 255 or 52.09% from 455); Max value from RGB is 237 - color contains mainly: blue. Hex color #7D5DED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7D5DED is #82A212. Grayscale: #767676. Windows color (decimal): -8561171 or 15555965. OLE color: 15555965.
HSL color Cylindrical-coordinate representation of color #7D5DED: hue angle of 253.33º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7D5DED is Cyan = 0.47, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 125 | 93 | 237 | - |
| CMYK | 0.47 | 0.61 | 0 | 0.07 |
| HSL | 253.33º | 0.8% | 0.65% | - |
| HSV(B) | 253.33º | 0.61% | 0.93% | - |
| XYZ | 27.66 | 18.3 | 82.2 | - |
| YUV | 118.98 | 194.6 | 132.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 93 | 237 | 0.47 | 0.61 | 0 | 0.07 | 253.33 | 0.8 | 0.65 |
| Hex | 7D | 5D | ED | 2F | 3D | 0 | 7 | FD | 50 | 41 |
| Octal | 175 | 135 | 355 | 57 | 75 | 0 | 7 | 375 | 120 | 101 |
| Binary | 1111101 | 1011101 | 11101101 | 101111 | 111101 | 0 | 111 | 11111101 | 1010000 | 1000001 |
Color Harmonies of #7D5DED
Complementary color
Monochromatic Colors of #7D5DED
Black with #7D5DED
Text Example
Text Example
White with #7D5DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D5DED; }
p { color: rgb(125,93,237); }
H1.HeaderClassName
{
color: #7D5DED;
}
.AnyTagClassName
{
color: #7D5DED;
}
</style>
background-color css
<style>
a { background-color: #7D5DED; }
a { background-color: rgb(125,93,237); }
div.DivClassName
{
background-color: #7D5DED;
}
.BgClassName
{
background-color: #7D5DED;
}
</style>
border-color css
<style>
span { border-color: #7D5DED; }
span { border-color: rgb(125,93,237); }
td.TdClassName
{
border-color: #7D5DED;
}
.TagClassName
{
border-color: #7D5DED;
}
</style>