Shades of Medium Slate Blue #7A5DE1
Tints of Medium Slate Blue #7A5DE1
RGB
CMYK
RGB Variations
Color information
#7A5DE1 (or 0x7A5DE1) is known color: Medium Slate Blue. HEX triplet: 7A, 5D and E1. RGB value is (122,93,225). Sum of RGB (Red+Green+Blue) = 122+93+225=440 (58% of max value = 765). Red value is 122 (48.05% from 255 or 27.73% from 440); Green value is 93 (36.72% from 255 or 21.14% from 440); Blue value is 225 (88.28% from 255 or 51.14% from 440); Max value from RGB is 225 - color contains mainly: blue. Hex color #7A5DE1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A5DE1 is #85A21E. Grayscale: #747474. Windows color (decimal): -8757791 or 14769530. OLE color: 14769530.
HSL color Cylindrical-coordinate representation of color #7A5DE1: hue angle of 253.18º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7A5DE1 is Cyan = 0.46, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 122 | 93 | 225 | - |
| CMYK | 0.46 | 0.59 | 0 | 0.12 |
| HSL | 253.18º | 0.69% | 0.62% | - |
| HSV(B) | 253.18º | 0.59% | 0.88% | - |
| XYZ | 25.53 | 17.4 | 73.25 | - |
| YUV | 116.72 | 189.11 | 131.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 93 | 225 | 0.46 | 0.59 | 0 | 0.12 | 253.18 | 0.69 | 0.62 |
| Hex | 7A | 5D | E1 | 2E | 3B | 0 | C | FD | 45 | 3E |
| Octal | 172 | 135 | 341 | 56 | 73 | 0 | 14 | 375 | 105 | 76 |
| Binary | 1111010 | 1011101 | 11100001 | 101110 | 111011 | 0 | 1100 | 11111101 | 1000101 | 111110 |
Color Harmonies of #7A5DE1
Complementary color
Monochromatic Colors of #7A5DE1
Black with #7A5DE1
Text Example
Text Example
White with #7A5DE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A5DE1; }
p { color: rgb(122,93,225); }
H1.HeaderClassName
{
color: #7A5DE1;
}
.AnyTagClassName
{
color: #7A5DE1;
}
</style>
background-color css
<style>
a { background-color: #7A5DE1; }
a { background-color: rgb(122,93,225); }
div.DivClassName
{
background-color: #7A5DE1;
}
.BgClassName
{
background-color: #7A5DE1;
}
</style>
border-color css
<style>
span { border-color: #7A5DE1; }
span { border-color: rgb(122,93,225); }
td.TdClassName
{
border-color: #7A5DE1;
}
.TagClassName
{
border-color: #7A5DE1;
}
</style>