Shades of Medium Slate Blue #7A47FC
Tints of Medium Slate Blue #7A47FC
RGB
CMYK
RGB Variations
Color information
#7A47FC (or 0x7A47FC) is known color: Medium Slate Blue. HEX triplet: 7A, 47 and FC. RGB value is (122,71,252). Sum of RGB (Red+Green+Blue) = 122+71+252=445 (58% of max value = 765). Red value is 122 (48.05% from 255 or 27.42% from 445); Green value is 71 (28.12% from 255 or 15.96% from 445); Blue value is 252 (98.83% from 255 or 56.63% from 445); Max value from RGB is 252 - color contains mainly: blue. Hex color #7A47FC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7A47FC is #85B803. Grayscale: #6A6A6A. Windows color (decimal): -8763396 or 16533370. OLE color: 16533370.
HSL color Cylindrical-coordinate representation of color #7A47FC: hue angle of 256.91º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7A47FC is Cyan = 0.52, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 122 | 71 | 252 | - |
| CMYK | 0.52 | 0.72 | 0 | 0.01 |
| HSL | 256.91º | 0.97% | 0.63% | - |
| HSV(B) | 256.91º | 0.72% | 0.99% | - |
| XYZ | 27.85 | 15.67 | 93.65 | - |
| YUV | 106.88 | 209.9 | 138.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 71 | 252 | 0.52 | 0.72 | 0 | 0.01 | 256.91 | 0.97 | 0.63 |
| Hex | 7A | 47 | FC | 34 | 48 | 0 | 1 | 101 | 61 | 3F |
| Octal | 172 | 107 | 374 | 64 | 110 | 0 | 1 | 401 | 141 | 77 |
| Binary | 1111010 | 1000111 | 11111100 | 110100 | 1001000 | 0 | 1 | 100000001 | 1100001 | 111111 |
Color Harmonies of #7A47FC
Complementary color
Monochromatic Colors of #7A47FC
Black with #7A47FC
Text Example
Text Example
White with #7A47FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A47FC; }
p { color: rgb(122,71,252); }
H1.HeaderClassName
{
color: #7A47FC;
}
.AnyTagClassName
{
color: #7A47FC;
}
</style>
background-color css
<style>
a { background-color: #7A47FC; }
a { background-color: rgb(122,71,252); }
div.DivClassName
{
background-color: #7A47FC;
}
.BgClassName
{
background-color: #7A47FC;
}
</style>
border-color css
<style>
span { border-color: #7A47FC; }
span { border-color: rgb(122,71,252); }
td.TdClassName
{
border-color: #7A47FC;
}
.TagClassName
{
border-color: #7A47FC;
}
</style>