Shades of Slate Blue #7A49CD
Tints of Slate Blue #7A49CD
RGB
CMYK
RGB Variations
Color information
#7A49CD (or 0x7A49CD) is known color: Slate Blue. HEX triplet: 7A, 49 and CD. RGB value is (122,73,205). Sum of RGB (Red+Green+Blue) = 122+73+205=400 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.5% from 400); Green value is 73 (28.91% from 255 or 18.25% from 400); Blue value is 205 (80.47% from 255 or 51.25% from 400); Max value from RGB is 205 - color contains mainly: blue. Hex color #7A49CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7A49CD is #85B632. Grayscale: #666666. Windows color (decimal): -8762931 or 13453690. OLE color: 13453690.
HSL color Cylindrical-coordinate representation of color #7A49CD: hue angle of 262.27º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7A49CD is Cyan = 0.40, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 122 | 73 | 205 | - |
| CMYK | 0.40 | 0.64 | 0 | 0.20 |
| HSL | 262.27º | 0.57% | 0.55% | - |
| HSV(B) | 262.27º | 0.64% | 0.8% | - |
| XYZ | 21.43 | 13.31 | 59.2 | - |
| YUV | 102.7 | 185.73 | 141.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 73 | 205 | 0.40 | 0.64 | 0 | 0.20 | 262.27 | 0.57 | 0.55 |
| Hex | 7A | 49 | CD | 28 | 40 | 0 | 14 | 106 | 39 | 37 |
| Octal | 172 | 111 | 315 | 50 | 100 | 0 | 24 | 406 | 71 | 67 |
| Binary | 1111010 | 1001001 | 11001101 | 101000 | 1000000 | 0 | 10100 | 100000110 | 111001 | 110111 |
Color Harmonies of #7A49CD
Complementary color
Monochromatic Colors of #7A49CD
Black with #7A49CD
Text Example
Text Example
White with #7A49CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A49CD; }
p { color: rgb(122,73,205); }
H1.HeaderClassName
{
color: #7A49CD;
}
.AnyTagClassName
{
color: #7A49CD;
}
</style>
background-color css
<style>
a { background-color: #7A49CD; }
a { background-color: rgb(122,73,205); }
div.DivClassName
{
background-color: #7A49CD;
}
.BgClassName
{
background-color: #7A49CD;
}
</style>
border-color css
<style>
span { border-color: #7A49CD; }
span { border-color: rgb(122,73,205); }
td.TdClassName
{
border-color: #7A49CD;
}
.TagClassName
{
border-color: #7A49CD;
}
</style>