Shades of Scampi #796299
Tints of Scampi #796299
RGB
CMYK
RGB Variations
Color information
#796299 (or 0x796299) is known color: Scampi. HEX triplet: 79, 62 and 99. RGB value is (121,98,153). Sum of RGB (Red+Green+Blue) = 121+98+153=372 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.53% from 372); Green value is 98 (38.67% from 255 or 26.34% from 372); Blue value is 153 (60.16% from 255 or 41.13% from 372); Max value from RGB is 153 - color contains mainly: blue. Hex color #796299 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #796299 is #869D66. Grayscale: #6E6E6E. Windows color (decimal): -8822119 or 10052217. OLE color: 10052217.
HSL color Cylindrical-coordinate representation of color #796299: hue angle of 265.09º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #796299 is Cyan = 0.21, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 121 | 98 | 153 | - |
| CMYK | 0.21 | 0.36 | 0 | 0.4 |
| HSL | 265.09º | 0.22% | 0.49% | - |
| HSV(B) | 265.09º | 0.36% | 0.6% | - |
| XYZ | 18 | 15.1 | 32.1 | - |
| YUV | 111.15 | 151.62 | 135.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 98 | 153 | 0.21 | 0.36 | 0 | 0.4 | 265.09 | 0.22 | 0.49 |
| Hex | 79 | 62 | 99 | 15 | 24 | 0 | 28 | 109 | 16 | 31 |
| Octal | 171 | 142 | 231 | 25 | 44 | 0 | 50 | 411 | 26 | 61 |
| Binary | 1111001 | 1100010 | 10011001 | 10101 | 100100 | 0 | 101000 | 100001001 | 10110 | 110001 |
Color Harmonies of #796299
Complementary color
Monochromatic Colors of #796299
Black with #796299
Text Example
Text Example
White with #796299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #796299; }
p { color: rgb(121,98,153); }
H1.HeaderClassName
{
color: #796299;
}
.AnyTagClassName
{
color: #796299;
}
</style>
background-color css
<style>
a { background-color: #796299; }
a { background-color: rgb(121,98,153); }
div.DivClassName
{
background-color: #796299;
}
.BgClassName
{
background-color: #796299;
}
</style>
border-color css
<style>
span { border-color: #796299; }
span { border-color: rgb(121,98,153); }
td.TdClassName
{
border-color: #796299;
}
.TagClassName
{
border-color: #796299;
}
</style>