Shades of Medium Slate Blue #7D4DEB
Tints of Medium Slate Blue #7D4DEB
RGB
CMYK
RGB Variations
Color information
#7D4DEB (or 0x7D4DEB) is known color: Medium Slate Blue. HEX triplet: 7D, 4D and EB. RGB value is (125,77,235). Sum of RGB (Red+Green+Blue) = 125+77+235=437 (57% of max value = 765). Red value is 125 (49.22% from 255 or 28.60% from 437); Green value is 77 (30.47% from 255 or 17.62% from 437); Blue value is 235 (92.19% from 255 or 53.78% from 437); Max value from RGB is 235 - color contains mainly: blue. Hex color #7D4DEB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7D4DEB is #82B214. Grayscale: #6C6C6C. Windows color (decimal): -8565269 or 15420797. OLE color: 15420797.
HSL color Cylindrical-coordinate representation of color #7D4DEB: hue angle of 258.23º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7D4DEB is Cyan = 0.47, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 125 | 77 | 235 | - |
| CMYK | 0.47 | 0.67 | 0 | 0.08 |
| HSL | 258.23º | 0.8% | 0.61% | - |
| HSV(B) | 258.23º | 0.67% | 0.92% | - |
| XYZ | 26.11 | 15.67 | 80.25 | - |
| YUV | 109.36 | 198.9 | 139.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 77 | 235 | 0.47 | 0.67 | 0 | 0.08 | 258.23 | 0.8 | 0.61 |
| Hex | 7D | 4D | EB | 2F | 43 | 0 | 8 | 102 | 50 | 3D |
| Octal | 175 | 115 | 353 | 57 | 103 | 0 | 10 | 402 | 120 | 75 |
| Binary | 1111101 | 1001101 | 11101011 | 101111 | 1000011 | 0 | 1000 | 100000010 | 1010000 | 111101 |
Color Harmonies of #7D4DEB
Complementary color
Monochromatic Colors of #7D4DEB
Black with #7D4DEB
Text Example
Text Example
White with #7D4DEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D4DEB; }
p { color: rgb(125,77,235); }
H1.HeaderClassName
{
color: #7D4DEB;
}
.AnyTagClassName
{
color: #7D4DEB;
}
</style>
background-color css
<style>
a { background-color: #7D4DEB; }
a { background-color: rgb(125,77,235); }
div.DivClassName
{
background-color: #7D4DEB;
}
.BgClassName
{
background-color: #7D4DEB;
}
</style>
border-color css
<style>
span { border-color: #7D4DEB; }
span { border-color: rgb(125,77,235); }
td.TdClassName
{
border-color: #7D4DEB;
}
.TagClassName
{
border-color: #7D4DEB;
}
</style>