Shades of Medium Slate Blue #7D49E7
Tints of Medium Slate Blue #7D49E7
RGB
CMYK
RGB Variations
Color information
#7D49E7 (or 0x7D49E7) is known color: Medium Slate Blue. HEX triplet: 7D, 49 and E7. RGB value is (125,73,231). Sum of RGB (Red+Green+Blue) = 125+73+231=429 (56% of max value = 765). Red value is 125 (49.22% from 255 or 29.14% from 429); Green value is 73 (28.91% from 255 or 17.02% from 429); Blue value is 231 (90.62% from 255 or 53.85% from 429); Max value from RGB is 231 - color contains mainly: blue. Hex color #7D49E7 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7D49E7 is #82B618. Grayscale: #696969. Windows color (decimal): -8566297 or 15157629. OLE color: 15157629.
HSL color Cylindrical-coordinate representation of color #7D49E7: hue angle of 259.75º degrees, saturation: 0.77, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7D49E7 is Cyan = 0.46, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 125 | 73 | 231 | - |
| CMYK | 0.46 | 0.68 | 0 | 0.09 |
| HSL | 259.75º | 0.77% | 0.6% | - |
| HSV(B) | 259.75º | 0.68% | 0.91% | - |
| XYZ | 25.26 | 14.89 | 77.14 | - |
| YUV | 106.56 | 198.23 | 141.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 73 | 231 | 0.46 | 0.68 | 0 | 0.09 | 259.75 | 0.77 | 0.6 |
| Hex | 7D | 49 | E7 | 2E | 44 | 0 | 9 | 104 | 4D | 3C |
| Octal | 175 | 111 | 347 | 56 | 104 | 0 | 11 | 404 | 115 | 74 |
| Binary | 1111101 | 1001001 | 11100111 | 101110 | 1000100 | 0 | 1001 | 100000100 | 1001101 | 111100 |
Color Harmonies of #7D49E7
Complementary color
Monochromatic Colors of #7D49E7
Black with #7D49E7
Text Example
Text Example
White with #7D49E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D49E7; }
p { color: rgb(125,73,231); }
H1.HeaderClassName
{
color: #7D49E7;
}
.AnyTagClassName
{
color: #7D49E7;
}
</style>
background-color css
<style>
a { background-color: #7D49E7; }
a { background-color: rgb(125,73,231); }
div.DivClassName
{
background-color: #7D49E7;
}
.BgClassName
{
background-color: #7D49E7;
}
</style>
border-color css
<style>
span { border-color: #7D49E7; }
span { border-color: rgb(125,73,231); }
td.TdClassName
{
border-color: #7D49E7;
}
.TagClassName
{
border-color: #7D49E7;
}
</style>