Shades of Medium Slate Blue #7D5CDC
Tints of Medium Slate Blue #7D5CDC
RGB
CMYK
RGB Variations
Color information
#7D5CDC (or 0x7D5CDC) is known color: Medium Slate Blue. HEX triplet: 7D, 5C and DC. RGB value is (125,92,220). Sum of RGB (Red+Green+Blue) = 125+92+220=437 (57% of max value = 765). Red value is 125 (49.22% from 255 or 28.60% from 437); Green value is 92 (36.33% from 255 or 21.05% from 437); Blue value is 220 (86.33% from 255 or 50.34% from 437); Max value from RGB is 220 - color contains mainly: blue. Hex color #7D5CDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D5CDC is #82A323. Grayscale: #737373. Windows color (decimal): -8561444 or 14441597. OLE color: 14441597.
HSL color Cylindrical-coordinate representation of color #7D5CDC: hue angle of 255.47º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7D5CDC is Cyan = 0.43, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 125 | 92 | 220 | - |
| CMYK | 0.43 | 0.58 | 0 | 0.14 |
| HSL | 255.47º | 0.65% | 0.61% | - |
| HSV(B) | 255.47º | 0.58% | 0.86% | - |
| XYZ | 25.2 | 17.18 | 69.7 | - |
| YUV | 116.46 | 186.43 | 134.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 92 | 220 | 0.43 | 0.58 | 0 | 0.14 | 255.47 | 0.65 | 0.61 |
| Hex | 7D | 5C | DC | 2B | 3A | 0 | E | FF | 41 | 3D |
| Octal | 175 | 134 | 334 | 53 | 72 | 0 | 16 | 377 | 101 | 75 |
| Binary | 1111101 | 1011100 | 11011100 | 101011 | 111010 | 0 | 1110 | 11111111 | 1000001 | 111101 |
Color Harmonies of #7D5CDC
Complementary color
Monochromatic Colors of #7D5CDC
Black with #7D5CDC
Text Example
Text Example
White with #7D5CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D5CDC; }
p { color: rgb(125,92,220); }
H1.HeaderClassName
{
color: #7D5CDC;
}
.AnyTagClassName
{
color: #7D5CDC;
}
</style>
background-color css
<style>
a { background-color: #7D5CDC; }
a { background-color: rgb(125,92,220); }
div.DivClassName
{
background-color: #7D5CDC;
}
.BgClassName
{
background-color: #7D5CDC;
}
</style>
border-color css
<style>
span { border-color: #7D5CDC; }
span { border-color: rgb(125,92,220); }
td.TdClassName
{
border-color: #7D5CDC;
}
.TagClassName
{
border-color: #7D5CDC;
}
</style>