Shades of Slate Blue #7A48DC
Tints of Slate Blue #7A48DC
RGB
CMYK
RGB Variations
Color information
#7A48DC (or 0x7A48DC) is known color: Slate Blue. HEX triplet: 7A, 48 and DC. RGB value is (122,72,220). Sum of RGB (Red+Green+Blue) = 122+72+220=414 (54% of max value = 765). Red value is 122 (48.05% from 255 or 29.47% from 414); Green value is 72 (28.52% from 255 or 17.39% from 414); Blue value is 220 (86.33% from 255 or 53.14% from 414); Max value from RGB is 220 - color contains mainly: blue. Hex color #7A48DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7A48DC is #85B723. Grayscale: #676767. Windows color (decimal): -8763172 or 14436474. OLE color: 14436474.
HSL color Cylindrical-coordinate representation of color #7A48DC: hue angle of 260.27º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7A48DC is Cyan = 0.45, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 122 | 72 | 220 | - |
| CMYK | 0.45 | 0.67 | 0 | 0.14 |
| HSL | 260.27º | 0.68% | 0.57% | - |
| HSV(B) | 260.27º | 0.67% | 0.86% | - |
| XYZ | 23.26 | 13.94 | 69.17 | - |
| YUV | 103.82 | 193.57 | 140.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 72 | 220 | 0.45 | 0.67 | 0 | 0.14 | 260.27 | 0.68 | 0.57 |
| Hex | 7A | 48 | DC | 2D | 43 | 0 | E | 104 | 44 | 39 |
| Octal | 172 | 110 | 334 | 55 | 103 | 0 | 16 | 404 | 104 | 71 |
| Binary | 1111010 | 1001000 | 11011100 | 101101 | 1000011 | 0 | 1110 | 100000100 | 1000100 | 111001 |
Color Harmonies of #7A48DC
Complementary color
Monochromatic Colors of #7A48DC
Black with #7A48DC
Text Example
Text Example
White with #7A48DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A48DC; }
p { color: rgb(122,72,220); }
H1.HeaderClassName
{
color: #7A48DC;
}
.AnyTagClassName
{
color: #7A48DC;
}
</style>
background-color css
<style>
a { background-color: #7A48DC; }
a { background-color: rgb(122,72,220); }
div.DivClassName
{
background-color: #7A48DC;
}
.BgClassName
{
background-color: #7A48DC;
}
</style>
border-color css
<style>
span { border-color: #7A48DC; }
span { border-color: rgb(122,72,220); }
td.TdClassName
{
border-color: #7A48DC;
}
.TagClassName
{
border-color: #7A48DC;
}
</style>