Shades of Medium Slate Blue #7D4FEF
Tints of Medium Slate Blue #7D4FEF
RGB
CMYK
RGB Variations
Color information
#7D4FEF (or 0x7D4FEF) is known color: Medium Slate Blue. HEX triplet: 7D, 4F and EF. RGB value is (125,79,239). Sum of RGB (Red+Green+Blue) = 125+79+239=443 (58% of max value = 765). Red value is 125 (49.22% from 255 or 28.22% from 443); Green value is 79 (31.25% from 255 or 17.83% from 443); Blue value is 239 (93.75% from 255 or 53.95% from 443); Max value from RGB is 239 - color contains mainly: blue. Hex color #7D4FEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7D4FEF is #82B010. Grayscale: #6E6E6E. Windows color (decimal): -8564753 or 15683453. OLE color: 15683453.
HSL color Cylindrical-coordinate representation of color #7D4FEF: hue angle of 257.25º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7D4FEF is Cyan = 0.48, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 125 | 79 | 239 | - |
| CMYK | 0.48 | 0.67 | 0 | 0.06 |
| HSL | 257.25º | 0.83% | 0.62% | - |
| HSV(B) | 257.25º | 0.67% | 0.94% | - |
| XYZ | 26.83 | 16.18 | 83.37 | - |
| YUV | 110.99 | 200.24 | 137.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 79 | 239 | 0.48 | 0.67 | 0 | 0.06 | 257.25 | 0.83 | 0.62 |
| Hex | 7D | 4F | EF | 30 | 43 | 0 | 6 | 101 | 53 | 3E |
| Octal | 175 | 117 | 357 | 60 | 103 | 0 | 6 | 401 | 123 | 76 |
| Binary | 1111101 | 1001111 | 11101111 | 110000 | 1000011 | 0 | 110 | 100000001 | 1010011 | 111110 |
Color Harmonies of #7D4FEF
Complementary color
Monochromatic Colors of #7D4FEF
Black with #7D4FEF
Text Example
Text Example
White with #7D4FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D4FEF; }
p { color: rgb(125,79,239); }
H1.HeaderClassName
{
color: #7D4FEF;
}
.AnyTagClassName
{
color: #7D4FEF;
}
</style>
background-color css
<style>
a { background-color: #7D4FEF; }
a { background-color: rgb(125,79,239); }
div.DivClassName
{
background-color: #7D4FEF;
}
.BgClassName
{
background-color: #7D4FEF;
}
</style>
border-color css
<style>
span { border-color: #7D4FEF; }
span { border-color: rgb(125,79,239); }
td.TdClassName
{
border-color: #7D4FEF;
}
.TagClassName
{
border-color: #7D4FEF;
}
</style>