Shades of Medium Slate Blue #7D49FD
Tints of Medium Slate Blue #7D49FD
RGB
CMYK
RGB Variations
Color information
#7D49FD (or 0x7D49FD) is known color: Medium Slate Blue. HEX triplet: 7D, 49 and FD. RGB value is (125,73,253). Sum of RGB (Red+Green+Blue) = 125+73+253=451 (59% of max value = 765). Red value is 125 (49.22% from 255 or 27.72% from 451); Green value is 73 (28.91% from 255 or 16.19% from 451); Blue value is 253 (99.22% from 255 or 56.10% from 451); Max value from RGB is 253 - color contains mainly: blue. Hex color #7D49FD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7D49FD is #82B602. Grayscale: #6C6C6C. Windows color (decimal): -8566275 or 16599421. OLE color: 16599421.
HSL color Cylindrical-coordinate representation of color #7D49FD: hue angle of 257.33º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7D49FD is Cyan = 0.51, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 125 | 73 | 253 | - |
| CMYK | 0.51 | 0.71 | 0 | 0.01 |
| HSL | 257.33º | 0.98% | 0.64% | - |
| HSV(B) | 257.33º | 0.71% | 0.99% | - |
| XYZ | 28.57 | 16.22 | 94.55 | - |
| YUV | 109.07 | 209.23 | 139.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 73 | 253 | 0.51 | 0.71 | 0 | 0.01 | 257.33 | 0.98 | 0.64 |
| Hex | 7D | 49 | FD | 33 | 47 | 0 | 1 | 101 | 62 | 40 |
| Octal | 175 | 111 | 375 | 63 | 107 | 0 | 1 | 401 | 142 | 100 |
| Binary | 1111101 | 1001001 | 11111101 | 110011 | 1000111 | 0 | 1 | 100000001 | 1100010 | 1000000 |
Color Harmonies of #7D49FD
Complementary color
Monochromatic Colors of #7D49FD
Black with #7D49FD
Text Example
Text Example
White with #7D49FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D49FD; }
p { color: rgb(125,73,253); }
H1.HeaderClassName
{
color: #7D49FD;
}
.AnyTagClassName
{
color: #7D49FD;
}
</style>
background-color css
<style>
a { background-color: #7D49FD; }
a { background-color: rgb(125,73,253); }
div.DivClassName
{
background-color: #7D49FD;
}
.BgClassName
{
background-color: #7D49FD;
}
</style>
border-color css
<style>
span { border-color: #7D49FD; }
span { border-color: rgb(125,73,253); }
td.TdClassName
{
border-color: #7D49FD;
}
.TagClassName
{
border-color: #7D49FD;
}
</style>