Shades of Medium Slate Blue #7A5CEA
Tints of Medium Slate Blue #7A5CEA
RGB
CMYK
RGB Variations
Color information
#7A5CEA (or 0x7A5CEA) is known color: Medium Slate Blue. HEX triplet: 7A, 5C and EA. RGB value is (122,92,234). Sum of RGB (Red+Green+Blue) = 122+92+234=448 (59% of max value = 765). Red value is 122 (48.05% from 255 or 27.23% from 448); Green value is 92 (36.33% from 255 or 20.54% from 448); Blue value is 234 (91.80% from 255 or 52.23% from 448); Max value from RGB is 234 - color contains mainly: blue. Hex color #7A5CEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7A5CEA is #85A315. Grayscale: #747474. Windows color (decimal): -8758038 or 15359098. OLE color: 15359098.
HSL color Cylindrical-coordinate representation of color #7A5CEA: hue angle of 252.68º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7A5CEA is Cyan = 0.48, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 122 | 92 | 234 | - |
| CMYK | 0.48 | 0.61 | 0 | 0.08 |
| HSL | 252.68º | 0.77% | 0.64% | - |
| HSV(B) | 252.68º | 0.61% | 0.92% | - |
| XYZ | 26.7 | 17.73 | 79.86 | - |
| YUV | 117.16 | 193.94 | 131.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 92 | 234 | 0.48 | 0.61 | 0 | 0.08 | 252.68 | 0.77 | 0.64 |
| Hex | 7A | 5C | EA | 30 | 3D | 0 | 8 | FD | 4D | 40 |
| Octal | 172 | 134 | 352 | 60 | 75 | 0 | 10 | 375 | 115 | 100 |
| Binary | 1111010 | 1011100 | 11101010 | 110000 | 111101 | 0 | 1000 | 11111101 | 1001101 | 1000000 |
Color Harmonies of #7A5CEA
Complementary color
Monochromatic Colors of #7A5CEA
Black with #7A5CEA
Text Example
Text Example
White with #7A5CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A5CEA; }
p { color: rgb(122,92,234); }
H1.HeaderClassName
{
color: #7A5CEA;
}
.AnyTagClassName
{
color: #7A5CEA;
}
</style>
background-color css
<style>
a { background-color: #7A5CEA; }
a { background-color: rgb(122,92,234); }
div.DivClassName
{
background-color: #7A5CEA;
}
.BgClassName
{
background-color: #7A5CEA;
}
</style>
border-color css
<style>
span { border-color: #7A5CEA; }
span { border-color: rgb(122,92,234); }
td.TdClassName
{
border-color: #7A5CEA;
}
.TagClassName
{
border-color: #7A5CEA;
}
</style>