Shades of Scampi #797699
Tints of Scampi #797699
RGB
CMYK
RGB Variations
Color information
#797699 (or 0x797699) is known color: Scampi. HEX triplet: 79, 76 and 99. RGB value is (121,118,153). Sum of RGB (Red+Green+Blue) = 121+118+153=392 (51% of max value = 765). Red value is 121 (47.66% from 255 or 30.87% from 392); Green value is 118 (46.48% from 255 or 30.10% from 392); Blue value is 153 (60.16% from 255 or 39.03% from 392); Max value from RGB is 153 - color contains mainly: blue. Hex color #797699 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #797699 is #868966. Grayscale: #7A7A7A. Windows color (decimal): -8816999 or 10057337. OLE color: 10057337.
HSL color Cylindrical-coordinate representation of color #797699: hue angle of 245.14º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #797699 is Cyan = 0.21, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 121 | 118 | 153 | - |
| CMYK | 0.21 | 0.23 | 0 | 0.4 |
| HSL | 245.14º | 0.15% | 0.53% | - |
| HSV(B) | 245.14º | 0.23% | 0.6% | - |
| XYZ | 20.11 | 19.32 | 32.81 | - |
| YUV | 122.89 | 144.99 | 126.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 118 | 153 | 0.21 | 0.23 | 0 | 0.4 | 245.14 | 0.15 | 0.53 |
| Hex | 79 | 76 | 99 | 15 | 17 | 0 | 28 | F5 | F | 35 |
| Octal | 171 | 166 | 231 | 25 | 27 | 0 | 50 | 365 | 17 | 65 |
| Binary | 1111001 | 1110110 | 10011001 | 10101 | 10111 | 0 | 101000 | 11110101 | 1111 | 110101 |
Color Harmonies of #797699
Complementary color
Monochromatic Colors of #797699
Black with #797699
Text Example
Text Example
White with #797699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #797699; }
p { color: rgb(121,118,153); }
H1.HeaderClassName
{
color: #797699;
}
.AnyTagClassName
{
color: #797699;
}
</style>
background-color css
<style>
a { background-color: #797699; }
a { background-color: rgb(121,118,153); }
div.DivClassName
{
background-color: #797699;
}
.BgClassName
{
background-color: #797699;
}
</style>
border-color css
<style>
span { border-color: #797699; }
span { border-color: rgb(121,118,153); }
td.TdClassName
{
border-color: #797699;
}
.TagClassName
{
border-color: #797699;
}
</style>