Shades of Medium Slate Blue #7A53FF
Tints of Medium Slate Blue #7A53FF
RGB
CMYK
RGB Variations
Color information
#7A53FF (or 0x7A53FF) is known color: Medium Slate Blue. HEX triplet: 7A, 53 and FF. RGB value is (122,83,255). Sum of RGB (Red+Green+Blue) = 122+83+255=460 (60% of max value = 765). Red value is 122 (48.05% from 255 or 26.52% from 460); Green value is 83 (32.81% from 255 or 18.04% from 460); Blue value is 255 (100% from 255 or 55.43% from 460); Max value from RGB is 255 - color contains mainly: blue. Hex color #7A53FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7A53FF is #85AC00. Grayscale: #717171. Windows color (decimal): -8760321 or 16733050. OLE color: 16733050.
HSL color Cylindrical-coordinate representation of color #7A53FF: hue angle of 253.6º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7A53FF is Cyan = 0.52, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 122 | 83 | 255 | - |
| CMYK | 0.52 | 0.67 | 0 | 0 |
| HSL | 253.6º | 1% | 0.66% | - |
| HSV(B) | 253.6º | 0.67% | 1% | - |
| XYZ | 29.17 | 17.54 | 96.46 | - |
| YUV | 114.27 | 207.42 | 133.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 83 | 255 | 0.52 | 0.67 | 0 | 0 | 253.6 | 1 | 0.66 |
| Hex | 7A | 53 | FF | 34 | 43 | 0 | 0 | FE | 64 | 42 |
| Octal | 172 | 123 | 377 | 64 | 103 | 0 | 0 | 376 | 144 | 102 |
| Binary | 1111010 | 1010011 | 11111111 | 110100 | 1000011 | 0 | 0 | 11111110 | 1100100 | 1000010 |
Color Harmonies of #7A53FF
Complementary color
Monochromatic Colors of #7A53FF
Black with #7A53FF
Text Example
Text Example
White with #7A53FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A53FF; }
p { color: rgb(122,83,255); }
H1.HeaderClassName
{
color: #7A53FF;
}
.AnyTagClassName
{
color: #7A53FF;
}
</style>
background-color css
<style>
a { background-color: #7A53FF; }
a { background-color: rgb(122,83,255); }
div.DivClassName
{
background-color: #7A53FF;
}
.BgClassName
{
background-color: #7A53FF;
}
</style>
border-color css
<style>
span { border-color: #7A53FF; }
span { border-color: rgb(122,83,255); }
td.TdClassName
{
border-color: #7A53FF;
}
.TagClassName
{
border-color: #7A53FF;
}
</style>