Shades of Medium Slate Blue #7A5EFD
Tints of Medium Slate Blue #7A5EFD
RGB
CMYK
RGB Variations
Color information
#7A5EFD (or 0x7A5EFD) is known color: Medium Slate Blue. HEX triplet: 7A, 5E and FD. RGB value is (122,94,253). Sum of RGB (Red+Green+Blue) = 122+94+253=469 (62% of max value = 765). Red value is 122 (48.05% from 255 or 26.01% from 469); Green value is 94 (37.11% from 255 or 20.04% from 469); Blue value is 253 (99.22% from 255 or 53.94% from 469); Max value from RGB is 253 - color contains mainly: blue. Hex color #7A5EFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7A5EFD is #85A102. Grayscale: #777777. Windows color (decimal): -8757507 or 16604794. OLE color: 16604794.
HSL color Cylindrical-coordinate representation of color #7A5EFD: hue angle of 250.57º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7A5EFD is Cyan = 0.52, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 122 | 94 | 253 | - |
| CMYK | 0.52 | 0.63 | 0 | 0.01 |
| HSL | 250.57º | 0.98% | 0.68% | - |
| HSV(B) | 250.57º | 0.63% | 0.99% | - |
| XYZ | 29.76 | 19.23 | 95.07 | - |
| YUV | 120.5 | 202.78 | 129.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 94 | 253 | 0.52 | 0.63 | 0 | 0.01 | 250.57 | 0.98 | 0.68 |
| Hex | 7A | 5E | FD | 34 | 3F | 0 | 1 | FB | 62 | 44 |
| Octal | 172 | 136 | 375 | 64 | 77 | 0 | 1 | 373 | 142 | 104 |
| Binary | 1111010 | 1011110 | 11111101 | 110100 | 111111 | 0 | 1 | 11111011 | 1100010 | 1000100 |
Color Harmonies of #7A5EFD
Complementary color
Monochromatic Colors of #7A5EFD
Black with #7A5EFD
Text Example
Text Example
White with #7A5EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A5EFD; }
p { color: rgb(122,94,253); }
H1.HeaderClassName
{
color: #7A5EFD;
}
.AnyTagClassName
{
color: #7A5EFD;
}
</style>
background-color css
<style>
a { background-color: #7A5EFD; }
a { background-color: rgb(122,94,253); }
div.DivClassName
{
background-color: #7A5EFD;
}
.BgClassName
{
background-color: #7A5EFD;
}
</style>
border-color css
<style>
span { border-color: #7A5EFD; }
span { border-color: rgb(122,94,253); }
td.TdClassName
{
border-color: #7A5EFD;
}
.TagClassName
{
border-color: #7A5EFD;
}
</style>