Shades of Medium Slate Blue #7D4EED
Tints of Medium Slate Blue #7D4EED
RGB
CMYK
RGB Variations
Color information
#7D4EED (or 0x7D4EED) is known color: Medium Slate Blue. HEX triplet: 7D, 4E and ED. RGB value is (125,78,237). Sum of RGB (Red+Green+Blue) = 125+78+237=440 (58% of max value = 765). Red value is 125 (49.22% from 255 or 28.41% from 440); Green value is 78 (30.86% from 255 or 17.73% from 440); Blue value is 237 (92.97% from 255 or 53.86% from 440); Max value from RGB is 237 - color contains mainly: blue. Hex color #7D4EED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7D4EED is #82B112. Grayscale: #6D6D6D. Windows color (decimal): -8565011 or 15552125. OLE color: 15552125.
HSL color Cylindrical-coordinate representation of color #7D4EED: hue angle of 257.74º degrees, saturation: 0.82, 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 #7D4EED is Cyan = 0.47, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 125 | 78 | 237 | - |
| CMYK | 0.47 | 0.67 | 0 | 0.07 |
| HSL | 257.74º | 0.82% | 0.62% | - |
| HSV(B) | 257.74º | 0.67% | 0.93% | - |
| XYZ | 26.47 | 15.92 | 81.8 | - |
| YUV | 110.18 | 199.57 | 138.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 78 | 237 | 0.47 | 0.67 | 0 | 0.07 | 257.74 | 0.82 | 0.62 |
| Hex | 7D | 4E | ED | 2F | 43 | 0 | 7 | 102 | 52 | 3E |
| Octal | 175 | 116 | 355 | 57 | 103 | 0 | 7 | 402 | 122 | 76 |
| Binary | 1111101 | 1001110 | 11101101 | 101111 | 1000011 | 0 | 111 | 100000010 | 1010010 | 111110 |
Color Harmonies of #7D4EED
Complementary color
Monochromatic Colors of #7D4EED
Black with #7D4EED
Text Example
Text Example
White with #7D4EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D4EED; }
p { color: rgb(125,78,237); }
H1.HeaderClassName
{
color: #7D4EED;
}
.AnyTagClassName
{
color: #7D4EED;
}
</style>
background-color css
<style>
a { background-color: #7D4EED; }
a { background-color: rgb(125,78,237); }
div.DivClassName
{
background-color: #7D4EED;
}
.BgClassName
{
background-color: #7D4EED;
}
</style>
border-color css
<style>
span { border-color: #7D4EED; }
span { border-color: rgb(125,78,237); }
td.TdClassName
{
border-color: #7D4EED;
}
.TagClassName
{
border-color: #7D4EED;
}
</style>