Shades of Medium Slate Blue #7A48E7
Tints of Medium Slate Blue #7A48E7
RGB
CMYK
RGB Variations
Color information
#7A48E7 (or 0x7A48E7) is known color: Medium Slate Blue. HEX triplet: 7A, 48 and E7. RGB value is (122,72,231). Sum of RGB (Red+Green+Blue) = 122+72+231=425 (56% of max value = 765). Red value is 122 (48.05% from 255 or 28.71% from 425); Green value is 72 (28.52% from 255 or 16.94% from 425); Blue value is 231 (90.62% from 255 or 54.35% from 425); Max value from RGB is 231 - color contains mainly: blue. Hex color #7A48E7 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7A48E7 is #85B718. Grayscale: #686868. Windows color (decimal): -8763161 or 15157370. OLE color: 15157370.
HSL color Cylindrical-coordinate representation of color #7A48E7: hue angle of 258.87º degrees, saturation: 0.77, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7A48E7 is Cyan = 0.47, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 122 | 72 | 231 | - |
| CMYK | 0.47 | 0.69 | 0 | 0.09 |
| HSL | 258.87º | 0.77% | 0.59% | - |
| HSV(B) | 258.87º | 0.69% | 0.91% | - |
| XYZ | 24.77 | 14.54 | 77.1 | - |
| YUV | 105.08 | 199.07 | 140.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 72 | 231 | 0.47 | 0.69 | 0 | 0.09 | 258.87 | 0.77 | 0.59 |
| Hex | 7A | 48 | E7 | 2F | 45 | 0 | 9 | 103 | 4D | 3B |
| Octal | 172 | 110 | 347 | 57 | 105 | 0 | 11 | 403 | 115 | 73 |
| Binary | 1111010 | 1001000 | 11100111 | 101111 | 1000101 | 0 | 1001 | 100000011 | 1001101 | 111011 |
Color Harmonies of #7A48E7
Complementary color
Monochromatic Colors of #7A48E7
Black with #7A48E7
Text Example
Text Example
White with #7A48E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A48E7; }
p { color: rgb(122,72,231); }
H1.HeaderClassName
{
color: #7A48E7;
}
.AnyTagClassName
{
color: #7A48E7;
}
</style>
background-color css
<style>
a { background-color: #7A48E7; }
a { background-color: rgb(122,72,231); }
div.DivClassName
{
background-color: #7A48E7;
}
.BgClassName
{
background-color: #7A48E7;
}
</style>
border-color css
<style>
span { border-color: #7A48E7; }
span { border-color: rgb(122,72,231); }
td.TdClassName
{
border-color: #7A48E7;
}
.TagClassName
{
border-color: #7A48E7;
}
</style>