Shades of Scampi #7A7991
Tints of Scampi #7A7991
RGB
CMYK
RGB Variations
Color information
#7A7991 (or 0x7A7991) is known color: Scampi. HEX triplet: 7A, 79 and 91. RGB value is (122,121,145). Sum of RGB (Red+Green+Blue) = 122+121+145=388 (51% of max value = 765). Red value is 122 (48.05% from 255 or 31.44% from 388); Green value is 121 (47.66% from 255 or 31.19% from 388); Blue value is 145 (57.03% from 255 or 37.37% from 388); Max value from RGB is 145 - color contains mainly: blue. Hex color #7A7991 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A7991 is #85866E. Grayscale: #7B7B7B. Windows color (decimal): -8750703 or 9533818. OLE color: 9533818.
HSL color Cylindrical-coordinate representation of color #7A7991: hue angle of 242.5º degrees, saturation: 0.1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #7A7991 is Cyan = 0.16, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 122 | 121 | 145 | - |
| CMYK | 0.16 | 0.17 | 0 | 0.43 |
| HSL | 242.5º | 0.1% | 0.52% | - |
| HSV(B) | 242.5º | 0.17% | 0.57% | - |
| XYZ | 19.97 | 19.86 | 29.57 | - |
| YUV | 124.04 | 139.83 | 126.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 121 | 145 | 0.16 | 0.17 | 0 | 0.43 | 242.5 | 0.1 | 0.52 |
| Hex | 7A | 79 | 91 | 10 | 11 | 0 | 2B | F2 | A | 34 |
| Octal | 172 | 171 | 221 | 20 | 21 | 0 | 53 | 362 | 12 | 64 |
| Binary | 1111010 | 1111001 | 10010001 | 10000 | 10001 | 0 | 101011 | 11110010 | 1010 | 110100 |
Color Harmonies of #7A7991
Complementary color
Monochromatic Colors of #7A7991
Black with #7A7991
Text Example
Text Example
White with #7A7991
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A7991; }
p { color: rgb(122,121,145); }
H1.HeaderClassName
{
color: #7A7991;
}
.AnyTagClassName
{
color: #7A7991;
}
</style>
background-color css
<style>
a { background-color: #7A7991; }
a { background-color: rgb(122,121,145); }
div.DivClassName
{
background-color: #7A7991;
}
.BgClassName
{
background-color: #7A7991;
}
</style>
border-color css
<style>
span { border-color: #7A7991; }
span { border-color: rgb(122,121,145); }
td.TdClassName
{
border-color: #7A7991;
}
.TagClassName
{
border-color: #7A7991;
}
</style>