Shades of Medium Slate Blue #7D4CFE
Tints of Medium Slate Blue #7D4CFE
RGB
CMYK
RGB Variations
Color information
#7D4CFE (or 0x7D4CFE) is known color: Medium Slate Blue. HEX triplet: 7D, 4C and FE. RGB value is (125,76,254). Sum of RGB (Red+Green+Blue) = 125+76+254=455 (60% of max value = 765). Red value is 125 (49.22% from 255 or 27.47% from 455); Green value is 76 (30.08% from 255 or 16.70% from 455); Blue value is 254 (99.61% from 255 or 55.82% from 455); Max value from RGB is 254 - color contains mainly: blue. Hex color #7D4CFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7D4CFE is #82B301. Grayscale: #6E6E6E. Windows color (decimal): -8565506 or 16665725. OLE color: 16665725.
HSL color Cylindrical-coordinate representation of color #7D4CFE: hue angle of 256.52º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7D4CFE is Cyan = 0.51, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 125 | 76 | 254 | - |
| CMYK | 0.51 | 0.70 | 0 | 0.00 |
| HSL | 256.52º | 0.99% | 0.65% | - |
| HSV(B) | 256.52º | 0.7% | 1% | - |
| XYZ | 28.93 | 16.68 | 95.46 | - |
| YUV | 110.94 | 208.73 | 138.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 76 | 254 | 0.51 | 0.70 | 0 | 0.00 | 256.52 | 0.99 | 0.65 |
| Hex | 7D | 4C | FE | 33 | 46 | 0 | 0 | 101 | 63 | 41 |
| Octal | 175 | 114 | 376 | 63 | 106 | 0 | 0 | 401 | 143 | 101 |
| Binary | 1111101 | 1001100 | 11111110 | 110011 | 1000110 | 0 | 0 | 100000001 | 1100011 | 1000001 |
Color Harmonies of #7D4CFE
Complementary color
Monochromatic Colors of #7D4CFE
Black with #7D4CFE
Text Example
Text Example
White with #7D4CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D4CFE; }
p { color: rgb(125,76,254); }
H1.HeaderClassName
{
color: #7D4CFE;
}
.AnyTagClassName
{
color: #7D4CFE;
}
</style>
background-color css
<style>
a { background-color: #7D4CFE; }
a { background-color: rgb(125,76,254); }
div.DivClassName
{
background-color: #7D4CFE;
}
.BgClassName
{
background-color: #7D4CFE;
}
</style>
border-color css
<style>
span { border-color: #7D4CFE; }
span { border-color: rgb(125,76,254); }
td.TdClassName
{
border-color: #7D4CFE;
}
.TagClassName
{
border-color: #7D4CFE;
}
</style>