Shades of Medium Slate Blue #7D4DFE
Tints of Medium Slate Blue #7D4DFE
RGB
CMYK
RGB Variations
Color information
#7D4DFE (or 0x7D4DFE) is known color: Medium Slate Blue. HEX triplet: 7D, 4D and FE. RGB value is (125,77,254). Sum of RGB (Red+Green+Blue) = 125+77+254=456 (60% of max value = 765). Red value is 125 (49.22% from 255 or 27.41% from 456); Green value is 77 (30.47% from 255 or 16.89% from 456); Blue value is 254 (99.61% from 255 or 55.70% from 456); Max value from RGB is 254 - color contains mainly: blue. Hex color #7D4DFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7D4DFE is #82B201. Grayscale: #6E6E6E. Windows color (decimal): -8565250 or 16665981. OLE color: 16665981.
HSL color Cylindrical-coordinate representation of color #7D4DFE: hue angle of 256.27º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7D4DFE is Cyan = 0.51, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 125 | 77 | 254 | - |
| CMYK | 0.51 | 0.70 | 0 | 0.00 |
| HSL | 256.27º | 0.99% | 0.65% | - |
| HSV(B) | 256.27º | 0.7% | 1% | - |
| XYZ | 29 | 16.82 | 95.48 | - |
| YUV | 111.53 | 208.4 | 137.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 77 | 254 | 0.51 | 0.70 | 0 | 0.00 | 256.27 | 0.99 | 0.65 |
| Hex | 7D | 4D | FE | 33 | 46 | 0 | 0 | 100 | 63 | 41 |
| Octal | 175 | 115 | 376 | 63 | 106 | 0 | 0 | 400 | 143 | 101 |
| Binary | 1111101 | 1001101 | 11111110 | 110011 | 1000110 | 0 | 0 | 100000000 | 1100011 | 1000001 |
Color Harmonies of #7D4DFE
Complementary color
Monochromatic Colors of #7D4DFE
Black with #7D4DFE
Text Example
Text Example
White with #7D4DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D4DFE; }
p { color: rgb(125,77,254); }
H1.HeaderClassName
{
color: #7D4DFE;
}
.AnyTagClassName
{
color: #7D4DFE;
}
</style>
background-color css
<style>
a { background-color: #7D4DFE; }
a { background-color: rgb(125,77,254); }
div.DivClassName
{
background-color: #7D4DFE;
}
.BgClassName
{
background-color: #7D4DFE;
}
</style>
border-color css
<style>
span { border-color: #7D4DFE; }
span { border-color: rgb(125,77,254); }
td.TdClassName
{
border-color: #7D4DFE;
}
.TagClassName
{
border-color: #7D4DFE;
}
</style>