Shades of Medium Slate Blue #7D4FE6
Tints of Medium Slate Blue #7D4FE6
RGB
CMYK
RGB Variations
Color information
#7D4FE6 (or 0x7D4FE6) is known color: Medium Slate Blue. HEX triplet: 7D, 4F and E6. RGB value is (125,79,230). Sum of RGB (Red+Green+Blue) = 125+79+230=434 (57% of max value = 765). Red value is 125 (49.22% from 255 or 28.80% from 434); Green value is 79 (31.25% from 255 or 18.20% from 434); Blue value is 230 (90.23% from 255 or 53.00% from 434); Max value from RGB is 230 - color contains mainly: blue. Hex color #7D4FE6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7D4FE6 is #82B019. Grayscale: #6D6D6D. Windows color (decimal): -8564762 or 15093629. OLE color: 15093629.
HSL color Cylindrical-coordinate representation of color #7D4FE6: hue angle of 258.28º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7D4FE6 is Cyan = 0.46, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 125 | 79 | 230 | - |
| CMYK | 0.46 | 0.66 | 0 | 0.10 |
| HSL | 258.28º | 0.75% | 0.61% | - |
| HSV(B) | 258.28º | 0.66% | 0.9% | - |
| XYZ | 25.54 | 15.67 | 76.54 | - |
| YUV | 109.97 | 195.74 | 138.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 79 | 230 | 0.46 | 0.66 | 0 | 0.10 | 258.28 | 0.75 | 0.61 |
| Hex | 7D | 4F | E6 | 2E | 42 | 0 | A | 102 | 4B | 3D |
| Octal | 175 | 117 | 346 | 56 | 102 | 0 | 12 | 402 | 113 | 75 |
| Binary | 1111101 | 1001111 | 11100110 | 101110 | 1000010 | 0 | 1010 | 100000010 | 1001011 | 111101 |
Color Harmonies of #7D4FE6
Complementary color
Monochromatic Colors of #7D4FE6
Black with #7D4FE6
Text Example
Text Example
White with #7D4FE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D4FE6; }
p { color: rgb(125,79,230); }
H1.HeaderClassName
{
color: #7D4FE6;
}
.AnyTagClassName
{
color: #7D4FE6;
}
</style>
background-color css
<style>
a { background-color: #7D4FE6; }
a { background-color: rgb(125,79,230); }
div.DivClassName
{
background-color: #7D4FE6;
}
.BgClassName
{
background-color: #7D4FE6;
}
</style>
border-color css
<style>
span { border-color: #7D4FE6; }
span { border-color: rgb(125,79,230); }
td.TdClassName
{
border-color: #7D4FE6;
}
.TagClassName
{
border-color: #7D4FE6;
}
</style>