Shades of Slate Blue #7A48D0
Tints of Slate Blue #7A48D0
RGB
CMYK
RGB Variations
Color information
#7A48D0 (or 0x7A48D0) is known color: Slate Blue. HEX triplet: 7A, 48 and D0. RGB value is (122,72,208). Sum of RGB (Red+Green+Blue) = 122+72+208=402 (53% of max value = 765). Red value is 122 (48.05% from 255 or 30.35% from 402); Green value is 72 (28.52% from 255 or 17.91% from 402); Blue value is 208 (81.64% from 255 or 51.74% from 402); Max value from RGB is 208 - color contains mainly: blue. Hex color #7A48D0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7A48D0 is #85B72F. Grayscale: #656565. Windows color (decimal): -8763184 or 13650042. OLE color: 13650042.
HSL color Cylindrical-coordinate representation of color #7A48D0: hue angle of 262.06º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7A48D0 is Cyan = 0.41, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 122 | 72 | 208 | - |
| CMYK | 0.41 | 0.65 | 0 | 0.18 |
| HSL | 262.06º | 0.59% | 0.55% | - |
| HSV(B) | 262.06º | 0.65% | 0.82% | - |
| XYZ | 21.73 | 13.33 | 61.1 | - |
| YUV | 102.45 | 187.57 | 141.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 72 | 208 | 0.41 | 0.65 | 0 | 0.18 | 262.06 | 0.59 | 0.55 |
| Hex | 7A | 48 | D0 | 29 | 41 | 0 | 12 | 106 | 3B | 37 |
| Octal | 172 | 110 | 320 | 51 | 101 | 0 | 22 | 406 | 73 | 67 |
| Binary | 1111010 | 1001000 | 11010000 | 101001 | 1000001 | 0 | 10010 | 100000110 | 111011 | 110111 |
Color Harmonies of #7A48D0
Complementary color
Monochromatic Colors of #7A48D0
Black with #7A48D0
Text Example
Text Example
White with #7A48D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A48D0; }
p { color: rgb(122,72,208); }
H1.HeaderClassName
{
color: #7A48D0;
}
.AnyTagClassName
{
color: #7A48D0;
}
</style>
background-color css
<style>
a { background-color: #7A48D0; }
a { background-color: rgb(122,72,208); }
div.DivClassName
{
background-color: #7A48D0;
}
.BgClassName
{
background-color: #7A48D0;
}
</style>
border-color css
<style>
span { border-color: #7A48D0; }
span { border-color: rgb(122,72,208); }
td.TdClassName
{
border-color: #7A48D0;
}
.TagClassName
{
border-color: #7A48D0;
}
</style>