Shades of Medium Slate Blue #7D4FEC
Tints of Medium Slate Blue #7D4FEC
RGB
CMYK
RGB Variations
Color information
#7D4FEC (or 0x7D4FEC) is known color: Medium Slate Blue. HEX triplet: 7D, 4F and EC. RGB value is (125,79,236). Sum of RGB (Red+Green+Blue) = 125+79+236=440 (58% of max value = 765). Red value is 125 (49.22% from 255 or 28.41% from 440); Green value is 79 (31.25% from 255 or 17.95% from 440); Blue value is 236 (92.58% from 255 or 53.64% from 440); Max value from RGB is 236 - color contains mainly: blue. Hex color #7D4FEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7D4FEC is #82B013. Grayscale: #6E6E6E. Windows color (decimal): -8564756 or 15486845. OLE color: 15486845.
HSL color Cylindrical-coordinate representation of color #7D4FEC: hue angle of 257.58º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7D4FEC is Cyan = 0.47, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 125 | 79 | 236 | - |
| CMYK | 0.47 | 0.67 | 0 | 0.07 |
| HSL | 257.58º | 0.81% | 0.62% | - |
| HSV(B) | 257.58º | 0.67% | 0.93% | - |
| XYZ | 26.39 | 16.01 | 81.06 | - |
| YUV | 110.65 | 198.74 | 138.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 79 | 236 | 0.47 | 0.67 | 0 | 0.07 | 257.58 | 0.81 | 0.62 |
| Hex | 7D | 4F | EC | 2F | 43 | 0 | 7 | 102 | 51 | 3E |
| Octal | 175 | 117 | 354 | 57 | 103 | 0 | 7 | 402 | 121 | 76 |
| Binary | 1111101 | 1001111 | 11101100 | 101111 | 1000011 | 0 | 111 | 100000010 | 1010001 | 111110 |
Color Harmonies of #7D4FEC
Complementary color
Monochromatic Colors of #7D4FEC
Black with #7D4FEC
Text Example
Text Example
White with #7D4FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D4FEC; }
p { color: rgb(125,79,236); }
H1.HeaderClassName
{
color: #7D4FEC;
}
.AnyTagClassName
{
color: #7D4FEC;
}
</style>
background-color css
<style>
a { background-color: #7D4FEC; }
a { background-color: rgb(125,79,236); }
div.DivClassName
{
background-color: #7D4FEC;
}
.BgClassName
{
background-color: #7D4FEC;
}
</style>
border-color css
<style>
span { border-color: #7D4FEC; }
span { border-color: rgb(125,79,236); }
td.TdClassName
{
border-color: #7D4FEC;
}
.TagClassName
{
border-color: #7D4FEC;
}
</style>