Shades of Medium Slate Blue #7A47EB
Tints of Medium Slate Blue #7A47EB
RGB
CMYK
RGB Variations
Color information
#7A47EB (or 0x7A47EB) is known color: Medium Slate Blue. HEX triplet: 7A, 47 and EB. RGB value is (122,71,235). Sum of RGB (Red+Green+Blue) = 122+71+235=428 (56% of max value = 765). Red value is 122 (48.05% from 255 or 28.50% from 428); Green value is 71 (28.12% from 255 or 16.59% from 428); Blue value is 235 (92.19% from 255 or 54.91% from 428); Max value from RGB is 235 - color contains mainly: blue. Hex color #7A47EB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7A47EB is #85B814. Grayscale: #686868. Windows color (decimal): -8763413 or 15419258. OLE color: 15419258.
HSL color Cylindrical-coordinate representation of color #7A47EB: hue angle of 258.66º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7A47EB is Cyan = 0.48, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 122 | 71 | 235 | - |
| CMYK | 0.48 | 0.70 | 0 | 0.08 |
| HSL | 258.66º | 0.8% | 0.6% | - |
| HSV(B) | 258.66º | 0.7% | 0.92% | - |
| XYZ | 25.27 | 14.64 | 80.09 | - |
| YUV | 104.95 | 201.4 | 140.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 71 | 235 | 0.48 | 0.70 | 0 | 0.08 | 258.66 | 0.8 | 0.6 |
| Hex | 7A | 47 | EB | 30 | 46 | 0 | 8 | 103 | 50 | 3C |
| Octal | 172 | 107 | 353 | 60 | 106 | 0 | 10 | 403 | 120 | 74 |
| Binary | 1111010 | 1000111 | 11101011 | 110000 | 1000110 | 0 | 1000 | 100000011 | 1010000 | 111100 |
Color Harmonies of #7A47EB
Complementary color
Monochromatic Colors of #7A47EB
Black with #7A47EB
Text Example
Text Example
White with #7A47EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A47EB; }
p { color: rgb(122,71,235); }
H1.HeaderClassName
{
color: #7A47EB;
}
.AnyTagClassName
{
color: #7A47EB;
}
</style>
background-color css
<style>
a { background-color: #7A47EB; }
a { background-color: rgb(122,71,235); }
div.DivClassName
{
background-color: #7A47EB;
}
.BgClassName
{
background-color: #7A47EB;
}
</style>
border-color css
<style>
span { border-color: #7A47EB; }
span { border-color: rgb(122,71,235); }
td.TdClassName
{
border-color: #7A47EB;
}
.TagClassName
{
border-color: #7A47EB;
}
</style>