Shades of Medium Slate Blue #7A48E5
Tints of Medium Slate Blue #7A48E5
RGB
CMYK
RGB Variations
Color information
#7A48E5 (or 0x7A48E5) is known color: Medium Slate Blue. HEX triplet: 7A, 48 and E5. RGB value is (122,72,229). Sum of RGB (Red+Green+Blue) = 122+72+229=423 (56% of max value = 765). Red value is 122 (48.05% from 255 or 28.84% from 423); Green value is 72 (28.52% from 255 or 17.02% from 423); Blue value is 229 (89.84% from 255 or 54.14% from 423); Max value from RGB is 229 - color contains mainly: blue. Hex color #7A48E5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7A48E5 is #85B71A. Grayscale: #686868. Windows color (decimal): -8763163 or 15026298. OLE color: 15026298.
HSL color Cylindrical-coordinate representation of color #7A48E5: hue angle of 259.11º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7A48E5 is Cyan = 0.47, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 122 | 72 | 229 | - |
| CMYK | 0.47 | 0.69 | 0 | 0.10 |
| HSL | 259.11º | 0.75% | 0.59% | - |
| HSV(B) | 259.11º | 0.69% | 0.9% | - |
| XYZ | 24.49 | 14.43 | 75.62 | - |
| YUV | 104.85 | 198.07 | 140.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 72 | 229 | 0.47 | 0.69 | 0 | 0.10 | 259.11 | 0.75 | 0.59 |
| Hex | 7A | 48 | E5 | 2F | 45 | 0 | A | 103 | 4B | 3B |
| Octal | 172 | 110 | 345 | 57 | 105 | 0 | 12 | 403 | 113 | 73 |
| Binary | 1111010 | 1001000 | 11100101 | 101111 | 1000101 | 0 | 1010 | 100000011 | 1001011 | 111011 |
Color Harmonies of #7A48E5
Complementary color
Monochromatic Colors of #7A48E5
Black with #7A48E5
Text Example
Text Example
White with #7A48E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A48E5; }
p { color: rgb(122,72,229); }
H1.HeaderClassName
{
color: #7A48E5;
}
.AnyTagClassName
{
color: #7A48E5;
}
</style>
background-color css
<style>
a { background-color: #7A48E5; }
a { background-color: rgb(122,72,229); }
div.DivClassName
{
background-color: #7A48E5;
}
.BgClassName
{
background-color: #7A48E5;
}
</style>
border-color css
<style>
span { border-color: #7A48E5; }
span { border-color: rgb(122,72,229); }
td.TdClassName
{
border-color: #7A48E5;
}
.TagClassName
{
border-color: #7A48E5;
}
</style>