Shades of Medium Slate Blue #7D4AFD
Tints of Medium Slate Blue #7D4AFD
RGB
CMYK
RGB Variations
Color information
#7D4AFD (or 0x7D4AFD) is known color: Medium Slate Blue. HEX triplet: 7D, 4A and FD. RGB value is (125,74,253). Sum of RGB (Red+Green+Blue) = 125+74+253=452 (59% of max value = 765). Red value is 125 (49.22% from 255 or 27.65% from 452); Green value is 74 (29.30% from 255 or 16.37% from 452); Blue value is 253 (99.22% from 255 or 55.97% from 452); Max value from RGB is 253 - color contains mainly: blue. Hex color #7D4AFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7D4AFD is #82B502. Grayscale: #6C6C6C. Windows color (decimal): -8566019 or 16599677. OLE color: 16599677.
HSL color Cylindrical-coordinate representation of color #7D4AFD: hue angle of 257.09º 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 #7D4AFD is Cyan = 0.51, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 125 | 74 | 253 | - |
| CMYK | 0.51 | 0.71 | 0 | 0.01 |
| HSL | 257.1º | 0.98% | 0.64% | - |
| HSV(B) | 257.1º | 0.71% | 0.99% | - |
| XYZ | 28.64 | 16.35 | 94.57 | - |
| YUV | 109.66 | 208.9 | 138.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 74 | 253 | 0.51 | 0.71 | 0 | 0.01 | 257.1 | 0.98 | 0.64 |
| Hex | 7D | 4A | FD | 33 | 47 | 0 | 1 | 101 | 62 | 40 |
| Octal | 175 | 112 | 375 | 63 | 107 | 0 | 1 | 401 | 142 | 100 |
| Binary | 1111101 | 1001010 | 11111101 | 110011 | 1000111 | 0 | 1 | 100000001 | 1100010 | 1000000 |
Color Harmonies of #7D4AFD
Complementary color
Monochromatic Colors of #7D4AFD
Black with #7D4AFD
Text Example
Text Example
White with #7D4AFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D4AFD; }
p { color: rgb(125,74,253); }
H1.HeaderClassName
{
color: #7D4AFD;
}
.AnyTagClassName
{
color: #7D4AFD;
}
</style>
background-color css
<style>
a { background-color: #7D4AFD; }
a { background-color: rgb(125,74,253); }
div.DivClassName
{
background-color: #7D4AFD;
}
.BgClassName
{
background-color: #7D4AFD;
}
</style>
border-color css
<style>
span { border-color: #7D4AFD; }
span { border-color: rgb(125,74,253); }
td.TdClassName
{
border-color: #7D4AFD;
}
.TagClassName
{
border-color: #7D4AFD;
}
</style>