Shades of Medium Slate Blue #7D5EDF
Tints of Medium Slate Blue #7D5EDF
RGB
CMYK
RGB Variations
Color information
#7D5EDF (or 0x7D5EDF) is known color: Medium Slate Blue. HEX triplet: 7D, 5E and DF. RGB value is (125,94,223). Sum of RGB (Red+Green+Blue) = 125+94+223=442 (58% of max value = 765). Red value is 125 (49.22% from 255 or 28.28% from 442); Green value is 94 (37.11% from 255 or 21.27% from 442); Blue value is 223 (87.5% from 255 or 50.45% from 442); Max value from RGB is 223 - color contains mainly: blue. Hex color #7D5EDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D5EDF is #82A120. Grayscale: #757575. Windows color (decimal): -8560929 or 14638717. OLE color: 14638717.
HSL color Cylindrical-coordinate representation of color #7D5EDF: hue angle of 254.42º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7D5EDF is Cyan = 0.44, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 125 | 94 | 223 | - |
| CMYK | 0.44 | 0.58 | 0 | 0.13 |
| HSL | 254.42º | 0.67% | 0.62% | - |
| HSV(B) | 254.42º | 0.58% | 0.87% | - |
| XYZ | 25.78 | 17.69 | 71.87 | - |
| YUV | 117.98 | 187.27 | 133.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 94 | 223 | 0.44 | 0.58 | 0 | 0.13 | 254.42 | 0.67 | 0.62 |
| Hex | 7D | 5E | DF | 2C | 3A | 0 | D | FE | 43 | 3E |
| Octal | 175 | 136 | 337 | 54 | 72 | 0 | 15 | 376 | 103 | 76 |
| Binary | 1111101 | 1011110 | 11011111 | 101100 | 111010 | 0 | 1101 | 11111110 | 1000011 | 111110 |
Color Harmonies of #7D5EDF
Complementary color
Monochromatic Colors of #7D5EDF
Black with #7D5EDF
Text Example
Text Example
White with #7D5EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D5EDF; }
p { color: rgb(125,94,223); }
H1.HeaderClassName
{
color: #7D5EDF;
}
.AnyTagClassName
{
color: #7D5EDF;
}
</style>
background-color css
<style>
a { background-color: #7D5EDF; }
a { background-color: rgb(125,94,223); }
div.DivClassName
{
background-color: #7D5EDF;
}
.BgClassName
{
background-color: #7D5EDF;
}
</style>
border-color css
<style>
span { border-color: #7D5EDF; }
span { border-color: rgb(125,94,223); }
td.TdClassName
{
border-color: #7D5EDF;
}
.TagClassName
{
border-color: #7D5EDF;
}
</style>