Shades of Medium Slate Blue #7D4FFD
Tints of Medium Slate Blue #7D4FFD
RGB
CMYK
RGB Variations
Color information
#7D4FFD (or 0x7D4FFD) is known color: Medium Slate Blue. HEX triplet: 7D, 4F and FD. RGB value is (125,79,253). Sum of RGB (Red+Green+Blue) = 125+79+253=457 (60% of max value = 765). Red value is 125 (49.22% from 255 or 27.35% from 457); Green value is 79 (31.25% from 255 or 17.29% from 457); Blue value is 253 (99.22% from 255 or 55.36% from 457); Max value from RGB is 253 - color contains mainly: blue. Hex color #7D4FFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7D4FFD is #82B002. Grayscale: #6F6F6F. Windows color (decimal): -8564739 or 16600957. OLE color: 16600957.
HSL color Cylindrical-coordinate representation of color #7D4FFD: hue angle of 255.86º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7D4FFD is Cyan = 0.51, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 125 | 79 | 253 | - |
| CMYK | 0.51 | 0.69 | 0 | 0.01 |
| HSL | 255.86º | 0.98% | 0.65% | - |
| HSV(B) | 255.86º | 0.69% | 0.99% | - |
| XYZ | 28.98 | 17.04 | 94.69 | - |
| YUV | 112.59 | 207.24 | 136.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 79 | 253 | 0.51 | 0.69 | 0 | 0.01 | 255.86 | 0.98 | 0.65 |
| Hex | 7D | 4F | FD | 33 | 45 | 0 | 1 | 100 | 62 | 41 |
| Octal | 175 | 117 | 375 | 63 | 105 | 0 | 1 | 400 | 142 | 101 |
| Binary | 1111101 | 1001111 | 11111101 | 110011 | 1000101 | 0 | 1 | 100000000 | 1100010 | 1000001 |
Color Harmonies of #7D4FFD
Complementary color
Monochromatic Colors of #7D4FFD
Black with #7D4FFD
Text Example
Text Example
White with #7D4FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D4FFD; }
p { color: rgb(125,79,253); }
H1.HeaderClassName
{
color: #7D4FFD;
}
.AnyTagClassName
{
color: #7D4FFD;
}
</style>
background-color css
<style>
a { background-color: #7D4FFD; }
a { background-color: rgb(125,79,253); }
div.DivClassName
{
background-color: #7D4FFD;
}
.BgClassName
{
background-color: #7D4FFD;
}
</style>
border-color css
<style>
span { border-color: #7D4FFD; }
span { border-color: rgb(125,79,253); }
td.TdClassName
{
border-color: #7D4FFD;
}
.TagClassName
{
border-color: #7D4FFD;
}
</style>