Shades of Medium Slate Blue #7D4FEB
Tints of Medium Slate Blue #7D4FEB
RGB
CMYK
RGB Variations
Color information
#7D4FEB (or 0x7D4FEB) is known color: Medium Slate Blue. HEX triplet: 7D, 4F and EB. RGB value is (125,79,235). Sum of RGB (Red+Green+Blue) = 125+79+235=439 (58% of max value = 765). Red value is 125 (49.22% from 255 or 28.47% from 439); Green value is 79 (31.25% from 255 or 18.00% from 439); Blue value is 235 (92.19% from 255 or 53.53% from 439); Max value from RGB is 235 - color contains mainly: blue. Hex color #7D4FEB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7D4FEB is #82B014. Grayscale: #6D6D6D. Windows color (decimal): -8564757 or 15421309. OLE color: 15421309.
HSL color Cylindrical-coordinate representation of color #7D4FEB: hue angle of 257.69º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7D4FEB is Cyan = 0.47, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 125 | 79 | 235 | - |
| CMYK | 0.47 | 0.66 | 0 | 0.08 |
| HSL | 257.69º | 0.8% | 0.62% | - |
| HSV(B) | 257.69º | 0.66% | 0.92% | - |
| XYZ | 26.25 | 15.95 | 80.29 | - |
| YUV | 110.54 | 198.24 | 138.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 79 | 235 | 0.47 | 0.66 | 0 | 0.08 | 257.69 | 0.8 | 0.62 |
| Hex | 7D | 4F | EB | 2F | 42 | 0 | 8 | 102 | 50 | 3E |
| Octal | 175 | 117 | 353 | 57 | 102 | 0 | 10 | 402 | 120 | 76 |
| Binary | 1111101 | 1001111 | 11101011 | 101111 | 1000010 | 0 | 1000 | 100000010 | 1010000 | 111110 |
Color Harmonies of #7D4FEB
Complementary color
Monochromatic Colors of #7D4FEB
Black with #7D4FEB
Text Example
Text Example
White with #7D4FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D4FEB; }
p { color: rgb(125,79,235); }
H1.HeaderClassName
{
color: #7D4FEB;
}
.AnyTagClassName
{
color: #7D4FEB;
}
</style>
background-color css
<style>
a { background-color: #7D4FEB; }
a { background-color: rgb(125,79,235); }
div.DivClassName
{
background-color: #7D4FEB;
}
.BgClassName
{
background-color: #7D4FEB;
}
</style>
border-color css
<style>
span { border-color: #7D4FEB; }
span { border-color: rgb(125,79,235); }
td.TdClassName
{
border-color: #7D4FEB;
}
.TagClassName
{
border-color: #7D4FEB;
}
</style>