Shades of Slate Blue #7A47CC
Tints of Slate Blue #7A47CC
RGB
CMYK
RGB Variations
Color information
#7A47CC (or 0x7A47CC) is known color: Slate Blue. HEX triplet: 7A, 47 and CC. RGB value is (122,71,204). Sum of RGB (Red+Green+Blue) = 122+71+204=397 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.73% from 397); Green value is 71 (28.12% from 255 or 17.88% from 397); Blue value is 204 (80.08% from 255 or 51.39% from 397); Max value from RGB is 204 - color contains mainly: blue. Hex color #7A47CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7A47CC is #85B833. Grayscale: #646464. Windows color (decimal): -8763444 or 13387642. OLE color: 13387642.
HSL color Cylindrical-coordinate representation of color #7A47CC: hue angle of 263.01º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7A47CC is Cyan = 0.40, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 122 | 71 | 204 | - |
| CMYK | 0.40 | 0.65 | 0 | 0.2 |
| HSL | 263.01º | 0.57% | 0.54% | - |
| HSV(B) | 263.01º | 0.65% | 0.8% | - |
| XYZ | 21.18 | 13 | 58.52 | - |
| YUV | 101.41 | 185.9 | 142.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 71 | 204 | 0.40 | 0.65 | 0 | 0.2 | 263.01 | 0.57 | 0.54 |
| Hex | 7A | 47 | CC | 28 | 41 | 0 | 14 | 107 | 39 | 36 |
| Octal | 172 | 107 | 314 | 50 | 101 | 0 | 24 | 407 | 71 | 66 |
| Binary | 1111010 | 1000111 | 11001100 | 101000 | 1000001 | 0 | 10100 | 100000111 | 111001 | 110110 |
Color Harmonies of #7A47CC
Complementary color
Monochromatic Colors of #7A47CC
Black with #7A47CC
Text Example
Text Example
White with #7A47CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A47CC; }
p { color: rgb(122,71,204); }
H1.HeaderClassName
{
color: #7A47CC;
}
.AnyTagClassName
{
color: #7A47CC;
}
</style>
background-color css
<style>
a { background-color: #7A47CC; }
a { background-color: rgb(122,71,204); }
div.DivClassName
{
background-color: #7A47CC;
}
.BgClassName
{
background-color: #7A47CC;
}
</style>
border-color css
<style>
span { border-color: #7A47CC; }
span { border-color: rgb(122,71,204); }
td.TdClassName
{
border-color: #7A47CC;
}
.TagClassName
{
border-color: #7A47CC;
}
</style>