Shades of Medium Slate Blue #7A5FEA
Tints of Medium Slate Blue #7A5FEA
RGB
CMYK
RGB Variations
Color information
#7A5FEA (or 0x7A5FEA) is known color: Medium Slate Blue. HEX triplet: 7A, 5F and EA. RGB value is (122,95,234). Sum of RGB (Red+Green+Blue) = 122+95+234=451 (59% of max value = 765). Red value is 122 (48.05% from 255 or 27.05% from 451); Green value is 95 (37.5% from 255 or 21.06% from 451); Blue value is 234 (91.80% from 255 or 51.88% from 451); Max value from RGB is 234 - color contains mainly: blue. Hex color #7A5FEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7A5FEA is #85A015. Grayscale: #767676. Windows color (decimal): -8757270 or 15359866. OLE color: 15359866.
HSL color Cylindrical-coordinate representation of color #7A5FEA: hue angle of 251.65º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7A5FEA is Cyan = 0.48, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 122 | 95 | 234 | - |
| CMYK | 0.48 | 0.59 | 0 | 0.08 |
| HSL | 251.65º | 0.77% | 0.65% | - |
| HSV(B) | 251.65º | 0.59% | 0.92% | - |
| XYZ | 26.97 | 18.26 | 79.95 | - |
| YUV | 118.92 | 192.95 | 130.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 95 | 234 | 0.48 | 0.59 | 0 | 0.08 | 251.65 | 0.77 | 0.65 |
| Hex | 7A | 5F | EA | 30 | 3B | 0 | 8 | FC | 4D | 41 |
| Octal | 172 | 137 | 352 | 60 | 73 | 0 | 10 | 374 | 115 | 101 |
| Binary | 1111010 | 1011111 | 11101010 | 110000 | 111011 | 0 | 1000 | 11111100 | 1001101 | 1000001 |
Color Harmonies of #7A5FEA
Complementary color
Monochromatic Colors of #7A5FEA
Black with #7A5FEA
Text Example
Text Example
White with #7A5FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A5FEA; }
p { color: rgb(122,95,234); }
H1.HeaderClassName
{
color: #7A5FEA;
}
.AnyTagClassName
{
color: #7A5FEA;
}
</style>
background-color css
<style>
a { background-color: #7A5FEA; }
a { background-color: rgb(122,95,234); }
div.DivClassName
{
background-color: #7A5FEA;
}
.BgClassName
{
background-color: #7A5FEA;
}
</style>
border-color css
<style>
span { border-color: #7A5FEA; }
span { border-color: rgb(122,95,234); }
td.TdClassName
{
border-color: #7A5FEA;
}
.TagClassName
{
border-color: #7A5FEA;
}
</style>