Shades of Medium Slate Blue #7D4FFA
Tints of Medium Slate Blue #7D4FFA
RGB
CMYK
RGB Variations
Color information
#7D4FFA (or 0x7D4FFA) is known color: Medium Slate Blue. HEX triplet: 7D, 4F and FA. RGB value is (125,79,250). Sum of RGB (Red+Green+Blue) = 125+79+250=454 (60% of max value = 765). Red value is 125 (49.22% from 255 or 27.53% from 454); Green value is 79 (31.25% from 255 or 17.40% from 454); Blue value is 250 (98.05% from 255 or 55.07% from 454); Max value from RGB is 250 - color contains mainly: blue. Hex color #7D4FFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7D4FFA is #82B005. Grayscale: #6F6F6F. Windows color (decimal): -8564742 or 16404349. OLE color: 16404349.
HSL color Cylindrical-coordinate representation of color #7D4FFA: hue angle of 256.14º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7D4FFA is Cyan = 0.50, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 125 | 79 | 250 | - |
| CMYK | 0.50 | 0.68 | 0 | 0.02 |
| HSL | 256.14º | 0.94% | 0.65% | - |
| HSV(B) | 256.14º | 0.68% | 0.98% | - |
| XYZ | 28.51 | 16.85 | 92.19 | - |
| YUV | 112.25 | 205.74 | 137.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 79 | 250 | 0.50 | 0.68 | 0 | 0.02 | 256.14 | 0.94 | 0.65 |
| Hex | 7D | 4F | FA | 32 | 44 | 0 | 2 | 100 | 5E | 41 |
| Octal | 175 | 117 | 372 | 62 | 104 | 0 | 2 | 400 | 136 | 101 |
| Binary | 1111101 | 1001111 | 11111010 | 110010 | 1000100 | 0 | 10 | 100000000 | 1011110 | 1000001 |
Color Harmonies of #7D4FFA
Complementary color
Monochromatic Colors of #7D4FFA
Black with #7D4FFA
Text Example
Text Example
White with #7D4FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D4FFA; }
p { color: rgb(125,79,250); }
H1.HeaderClassName
{
color: #7D4FFA;
}
.AnyTagClassName
{
color: #7D4FFA;
}
</style>
background-color css
<style>
a { background-color: #7D4FFA; }
a { background-color: rgb(125,79,250); }
div.DivClassName
{
background-color: #7D4FFA;
}
.BgClassName
{
background-color: #7D4FFA;
}
</style>
border-color css
<style>
span { border-color: #7D4FFA; }
span { border-color: rgb(125,79,250); }
td.TdClassName
{
border-color: #7D4FFA;
}
.TagClassName
{
border-color: #7D4FFA;
}
</style>