Shades of Slate Blue #7A47DD
Tints of Slate Blue #7A47DD
RGB
CMYK
RGB Variations
Color information
#7A47DD (or 0x7A47DD) is known color: Slate Blue. HEX triplet: 7A, 47 and DD. RGB value is (122,71,221). Sum of RGB (Red+Green+Blue) = 122+71+221=414 (54% of max value = 765). Red value is 122 (48.05% from 255 or 29.47% from 414); Green value is 71 (28.12% from 255 or 17.15% from 414); Blue value is 221 (86.72% from 255 or 53.38% from 414); Max value from RGB is 221 - color contains mainly: blue. Hex color #7A47DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7A47DD is #85B822. Grayscale: #666666. Windows color (decimal): -8763427 or 14501754. OLE color: 14501754.
HSL color Cylindrical-coordinate representation of color #7A47DD: hue angle of 260.4º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7A47DD is Cyan = 0.45, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 122 | 71 | 221 | - |
| CMYK | 0.45 | 0.68 | 0 | 0.13 |
| HSL | 260.4º | 0.69% | 0.57% | - |
| HSV(B) | 260.4º | 0.68% | 0.87% | - |
| XYZ | 23.33 | 13.86 | 69.85 | - |
| YUV | 103.35 | 194.4 | 141.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 71 | 221 | 0.45 | 0.68 | 0 | 0.13 | 260.4 | 0.69 | 0.57 |
| Hex | 7A | 47 | DD | 2D | 44 | 0 | D | 104 | 45 | 39 |
| Octal | 172 | 107 | 335 | 55 | 104 | 0 | 15 | 404 | 105 | 71 |
| Binary | 1111010 | 1000111 | 11011101 | 101101 | 1000100 | 0 | 1101 | 100000100 | 1000101 | 111001 |
Color Harmonies of #7A47DD
Complementary color
Monochromatic Colors of #7A47DD
Black with #7A47DD
Text Example
Text Example
White with #7A47DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A47DD; }
p { color: rgb(122,71,221); }
H1.HeaderClassName
{
color: #7A47DD;
}
.AnyTagClassName
{
color: #7A47DD;
}
</style>
background-color css
<style>
a { background-color: #7A47DD; }
a { background-color: rgb(122,71,221); }
div.DivClassName
{
background-color: #7A47DD;
}
.BgClassName
{
background-color: #7A47DD;
}
</style>
border-color css
<style>
span { border-color: #7A47DD; }
span { border-color: rgb(122,71,221); }
td.TdClassName
{
border-color: #7A47DD;
}
.TagClassName
{
border-color: #7A47DD;
}
</style>