Shades of Medium Slate Blue #7A5DE4
Tints of Medium Slate Blue #7A5DE4
RGB
CMYK
RGB Variations
Color information
#7A5DE4 (or 0x7A5DE4) is known color: Medium Slate Blue. HEX triplet: 7A, 5D and E4. RGB value is (122,93,228). Sum of RGB (Red+Green+Blue) = 122+93+228=443 (58% of max value = 765). Red value is 122 (48.05% from 255 or 27.54% from 443); Green value is 93 (36.72% from 255 or 20.99% from 443); Blue value is 228 (89.45% from 255 or 51.47% from 443); Max value from RGB is 228 - color contains mainly: blue. Hex color #7A5DE4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A5DE4 is #85A21B. Grayscale: #747474. Windows color (decimal): -8757788 or 14966138. OLE color: 14966138.
HSL color Cylindrical-coordinate representation of color #7A5DE4: hue angle of 252.89º degrees, saturation: 0.71, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7A5DE4 is Cyan = 0.46, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 122 | 93 | 228 | - |
| CMYK | 0.46 | 0.59 | 0 | 0.11 |
| HSL | 252.89º | 0.71% | 0.63% | - |
| HSV(B) | 252.89º | 0.59% | 0.89% | - |
| XYZ | 25.94 | 17.57 | 75.42 | - |
| YUV | 117.06 | 190.61 | 131.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 93 | 228 | 0.46 | 0.59 | 0 | 0.11 | 252.89 | 0.71 | 0.63 |
| Hex | 7A | 5D | E4 | 2E | 3B | 0 | B | FD | 47 | 3F |
| Octal | 172 | 135 | 344 | 56 | 73 | 0 | 13 | 375 | 107 | 77 |
| Binary | 1111010 | 1011101 | 11100100 | 101110 | 111011 | 0 | 1011 | 11111101 | 1000111 | 111111 |
Color Harmonies of #7A5DE4
Complementary color
Monochromatic Colors of #7A5DE4
Black with #7A5DE4
Text Example
Text Example
White with #7A5DE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A5DE4; }
p { color: rgb(122,93,228); }
H1.HeaderClassName
{
color: #7A5DE4;
}
.AnyTagClassName
{
color: #7A5DE4;
}
</style>
background-color css
<style>
a { background-color: #7A5DE4; }
a { background-color: rgb(122,93,228); }
div.DivClassName
{
background-color: #7A5DE4;
}
.BgClassName
{
background-color: #7A5DE4;
}
</style>
border-color css
<style>
span { border-color: #7A5DE4; }
span { border-color: rgb(122,93,228); }
td.TdClassName
{
border-color: #7A5DE4;
}
.TagClassName
{
border-color: #7A5DE4;
}
</style>