Shades of Medium Slate Blue #7D5CDD
Tints of Medium Slate Blue #7D5CDD
RGB
CMYK
RGB Variations
Color information
#7D5CDD (or 0x7D5CDD) is known color: Medium Slate Blue. HEX triplet: 7D, 5C and DD. RGB value is (125,92,221). Sum of RGB (Red+Green+Blue) = 125+92+221=438 (58% of max value = 765). Red value is 125 (49.22% from 255 or 28.54% from 438); Green value is 92 (36.33% from 255 or 21.00% from 438); Blue value is 221 (86.72% from 255 or 50.46% from 438); Max value from RGB is 221 - color contains mainly: blue. Hex color #7D5CDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D5CDD is #82A322. Grayscale: #747474. Windows color (decimal): -8561443 or 14507133. OLE color: 14507133.
HSL color Cylindrical-coordinate representation of color #7D5CDD: hue angle of 255.35º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7D5CDD is Cyan = 0.43, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 125 | 92 | 221 | - |
| CMYK | 0.43 | 0.58 | 0 | 0.13 |
| HSL | 255.35º | 0.65% | 0.61% | - |
| HSV(B) | 255.35º | 0.58% | 0.87% | - |
| XYZ | 25.34 | 17.23 | 70.4 | - |
| YUV | 116.57 | 186.93 | 134.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 92 | 221 | 0.43 | 0.58 | 0 | 0.13 | 255.35 | 0.65 | 0.61 |
| Hex | 7D | 5C | DD | 2B | 3A | 0 | D | FF | 41 | 3D |
| Octal | 175 | 134 | 335 | 53 | 72 | 0 | 15 | 377 | 101 | 75 |
| Binary | 1111101 | 1011100 | 11011101 | 101011 | 111010 | 0 | 1101 | 11111111 | 1000001 | 111101 |
Color Harmonies of #7D5CDD
Complementary color
Monochromatic Colors of #7D5CDD
Black with #7D5CDD
Text Example
Text Example
White with #7D5CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D5CDD; }
p { color: rgb(125,92,221); }
H1.HeaderClassName
{
color: #7D5CDD;
}
.AnyTagClassName
{
color: #7D5CDD;
}
</style>
background-color css
<style>
a { background-color: #7D5CDD; }
a { background-color: rgb(125,92,221); }
div.DivClassName
{
background-color: #7D5CDD;
}
.BgClassName
{
background-color: #7D5CDD;
}
</style>
border-color css
<style>
span { border-color: #7D5CDD; }
span { border-color: rgb(125,92,221); }
td.TdClassName
{
border-color: #7D5CDD;
}
.TagClassName
{
border-color: #7D5CDD;
}
</style>