Shades of Medium Slate Blue #7D50E5
Tints of Medium Slate Blue #7D50E5
RGB
CMYK
RGB Variations
Color information
#7D50E5 (or 0x7D50E5) is known color: Medium Slate Blue. HEX triplet: 7D, 50 and E5. RGB value is (125,80,229). Sum of RGB (Red+Green+Blue) = 125+80+229=434 (57% of max value = 765). Red value is 125 (49.22% from 255 or 28.80% from 434); Green value is 80 (31.64% from 255 or 18.43% from 434); Blue value is 229 (89.84% from 255 or 52.76% from 434); Max value from RGB is 229 - color contains mainly: blue. Hex color #7D50E5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D50E5 is #82AF1A. Grayscale: #6D6D6D. Windows color (decimal): -8564507 or 15028349. OLE color: 15028349.
HSL color Cylindrical-coordinate representation of color #7D50E5: hue angle of 258.12º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7D50E5 is Cyan = 0.45, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 125 | 80 | 229 | - |
| CMYK | 0.45 | 0.65 | 0 | 0.10 |
| HSL | 258.12º | 0.74% | 0.61% | - |
| HSV(B) | 258.12º | 0.65% | 0.9% | - |
| XYZ | 25.47 | 15.75 | 75.83 | - |
| YUV | 110.44 | 194.91 | 138.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 80 | 229 | 0.45 | 0.65 | 0 | 0.10 | 258.12 | 0.74 | 0.61 |
| Hex | 7D | 50 | E5 | 2D | 41 | 0 | A | 102 | 4A | 3D |
| Octal | 175 | 120 | 345 | 55 | 101 | 0 | 12 | 402 | 112 | 75 |
| Binary | 1111101 | 1010000 | 11100101 | 101101 | 1000001 | 0 | 1010 | 100000010 | 1001010 | 111101 |
Color Harmonies of #7D50E5
Complementary color
Monochromatic Colors of #7D50E5
Black with #7D50E5
Text Example
Text Example
White with #7D50E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D50E5; }
p { color: rgb(125,80,229); }
H1.HeaderClassName
{
color: #7D50E5;
}
.AnyTagClassName
{
color: #7D50E5;
}
</style>
background-color css
<style>
a { background-color: #7D50E5; }
a { background-color: rgb(125,80,229); }
div.DivClassName
{
background-color: #7D50E5;
}
.BgClassName
{
background-color: #7D50E5;
}
</style>
border-color css
<style>
span { border-color: #7D50E5; }
span { border-color: rgb(125,80,229); }
td.TdClassName
{
border-color: #7D50E5;
}
.TagClassName
{
border-color: #7D50E5;
}
</style>