Shades of Medium Slate Blue #7D5DFE
Tints of Medium Slate Blue #7D5DFE
RGB
CMYK
RGB Variations
Color information
#7D5DFE (or 0x7D5DFE) is known color: Medium Slate Blue. HEX triplet: 7D, 5D and FE. RGB value is (125,93,254). Sum of RGB (Red+Green+Blue) = 125+93+254=472 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.48% from 472); Green value is 93 (36.72% from 255 or 19.70% from 472); Blue value is 254 (99.61% from 255 or 53.81% from 472); Max value from RGB is 254 - color contains mainly: blue. Hex color #7D5DFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7D5DFE is #82A201. Grayscale: #787878. Windows color (decimal): -8561154 or 16670077. OLE color: 16670077.
HSL color Cylindrical-coordinate representation of color #7D5DFE: hue angle of 251.93º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7D5DFE is Cyan = 0.51, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 125 | 93 | 254 | - |
| CMYK | 0.51 | 0.63 | 0 | 0.00 |
| HSL | 251.93º | 0.99% | 0.68% | - |
| HSV(B) | 251.93º | 0.63% | 1% | - |
| XYZ | 30.26 | 19.34 | 95.9 | - |
| YUV | 120.92 | 203.1 | 130.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 93 | 254 | 0.51 | 0.63 | 0 | 0.00 | 251.93 | 0.99 | 0.68 |
| Hex | 7D | 5D | FE | 33 | 3F | 0 | 0 | FC | 63 | 44 |
| Octal | 175 | 135 | 376 | 63 | 77 | 0 | 0 | 374 | 143 | 104 |
| Binary | 1111101 | 1011101 | 11111110 | 110011 | 111111 | 0 | 0 | 11111100 | 1100011 | 1000100 |
Color Harmonies of #7D5DFE
Complementary color
Monochromatic Colors of #7D5DFE
Black with #7D5DFE
Text Example
Text Example
White with #7D5DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D5DFE; }
p { color: rgb(125,93,254); }
H1.HeaderClassName
{
color: #7D5DFE;
}
.AnyTagClassName
{
color: #7D5DFE;
}
</style>
background-color css
<style>
a { background-color: #7D5DFE; }
a { background-color: rgb(125,93,254); }
div.DivClassName
{
background-color: #7D5DFE;
}
.BgClassName
{
background-color: #7D5DFE;
}
</style>
border-color css
<style>
span { border-color: #7D5DFE; }
span { border-color: rgb(125,93,254); }
td.TdClassName
{
border-color: #7D5DFE;
}
.TagClassName
{
border-color: #7D5DFE;
}
</style>