Shades of Medium Slate Blue #7D4CEB
Tints of Medium Slate Blue #7D4CEB
RGB
CMYK
RGB Variations
Color information
#7D4CEB (or 0x7D4CEB) is known color: Medium Slate Blue. HEX triplet: 7D, 4C and EB. RGB value is (125,76,235). Sum of RGB (Red+Green+Blue) = 125+76+235=436 (57% of max value = 765). Red value is 125 (49.22% from 255 or 28.67% from 436); Green value is 76 (30.08% from 255 or 17.43% from 436); Blue value is 235 (92.19% from 255 or 53.90% from 436); Max value from RGB is 235 - color contains mainly: blue. Hex color #7D4CEB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7D4CEB is #82B314. Grayscale: #6C6C6C. Windows color (decimal): -8565525 or 15420541. OLE color: 15420541.
HSL color Cylindrical-coordinate representation of color #7D4CEB: hue angle of 258.49º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7D4CEB is Cyan = 0.47, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 125 | 76 | 235 | - |
| CMYK | 0.47 | 0.68 | 0 | 0.08 |
| HSL | 258.49º | 0.8% | 0.61% | - |
| HSV(B) | 258.49º | 0.68% | 0.92% | - |
| XYZ | 26.04 | 15.53 | 80.22 | - |
| YUV | 108.78 | 199.23 | 139.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 76 | 235 | 0.47 | 0.68 | 0 | 0.08 | 258.49 | 0.8 | 0.61 |
| Hex | 7D | 4C | EB | 2F | 44 | 0 | 8 | 102 | 50 | 3D |
| Octal | 175 | 114 | 353 | 57 | 104 | 0 | 10 | 402 | 120 | 75 |
| Binary | 1111101 | 1001100 | 11101011 | 101111 | 1000100 | 0 | 1000 | 100000010 | 1010000 | 111101 |
Color Harmonies of #7D4CEB
Complementary color
Monochromatic Colors of #7D4CEB
Black with #7D4CEB
Text Example
Text Example
White with #7D4CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D4CEB; }
p { color: rgb(125,76,235); }
H1.HeaderClassName
{
color: #7D4CEB;
}
.AnyTagClassName
{
color: #7D4CEB;
}
</style>
background-color css
<style>
a { background-color: #7D4CEB; }
a { background-color: rgb(125,76,235); }
div.DivClassName
{
background-color: #7D4CEB;
}
.BgClassName
{
background-color: #7D4CEB;
}
</style>
border-color css
<style>
span { border-color: #7D4CEB; }
span { border-color: rgb(125,76,235); }
td.TdClassName
{
border-color: #7D4CEB;
}
.TagClassName
{
border-color: #7D4CEB;
}
</style>