Shades of Medium Slate Blue #7A5EFF
Tints of Medium Slate Blue #7A5EFF
RGB
CMYK
RGB Variations
Color information
#7A5EFF (or 0x7A5EFF) is known color: Medium Slate Blue. HEX triplet: 7A, 5E and FF. RGB value is (122,94,255). Sum of RGB (Red+Green+Blue) = 122+94+255=471 (62% of max value = 765). Red value is 122 (48.05% from 255 or 25.90% from 471); Green value is 94 (37.11% from 255 or 19.96% from 471); Blue value is 255 (100% from 255 or 54.14% from 471); Max value from RGB is 255 - color contains mainly: blue. Hex color #7A5EFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7A5EFF is #85A100. Grayscale: #787878. Windows color (decimal): -8757505 or 16735866. OLE color: 16735866.
HSL color Cylindrical-coordinate representation of color #7A5EFF: hue angle of 250.43º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7A5EFF is Cyan = 0.52, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 122 | 94 | 255 | - |
| CMYK | 0.52 | 0.63 | 0 | 0 |
| HSL | 250.43º | 1% | 0.68% | - |
| HSV(B) | 250.43º | 0.63% | 1% | - |
| XYZ | 30.08 | 19.36 | 96.76 | - |
| YUV | 120.73 | 203.78 | 128.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 94 | 255 | 0.52 | 0.63 | 0 | 0 | 250.43 | 1 | 0.68 |
| Hex | 7A | 5E | FF | 34 | 3F | 0 | 0 | FA | 64 | 44 |
| Octal | 172 | 136 | 377 | 64 | 77 | 0 | 0 | 372 | 144 | 104 |
| Binary | 1111010 | 1011110 | 11111111 | 110100 | 111111 | 0 | 0 | 11111010 | 1100100 | 1000100 |
Color Harmonies of #7A5EFF
Complementary color
Monochromatic Colors of #7A5EFF
Black with #7A5EFF
Text Example
Text Example
White with #7A5EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A5EFF; }
p { color: rgb(122,94,255); }
H1.HeaderClassName
{
color: #7A5EFF;
}
.AnyTagClassName
{
color: #7A5EFF;
}
</style>
background-color css
<style>
a { background-color: #7A5EFF; }
a { background-color: rgb(122,94,255); }
div.DivClassName
{
background-color: #7A5EFF;
}
.BgClassName
{
background-color: #7A5EFF;
}
</style>
border-color css
<style>
span { border-color: #7A5EFF; }
span { border-color: rgb(122,94,255); }
td.TdClassName
{
border-color: #7A5EFF;
}
.TagClassName
{
border-color: #7A5EFF;
}
</style>