Shades of Scampi #79639D
Tints of Scampi #79639D
RGB
CMYK
RGB Variations
Color information
#79639D (or 0x79639D) is known color: Scampi. HEX triplet: 79, 63 and 9D. RGB value is (121,99,157). Sum of RGB (Red+Green+Blue) = 121+99+157=377 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.10% from 377); Green value is 99 (39.06% from 255 or 26.26% from 377); Blue value is 157 (61.72% from 255 or 41.64% from 377); Max value from RGB is 157 - color contains mainly: blue. Hex color #79639D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #79639D is #869C62. Grayscale: #6F6F6F. Windows color (decimal): -8821859 or 10314617. OLE color: 10314617.
HSL color Cylindrical-coordinate representation of color #79639D: hue angle of 262.76º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #79639D is Cyan = 0.23, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 121 | 99 | 157 | - |
| CMYK | 0.23 | 0.37 | 0 | 0.38 |
| HSL | 262.76º | 0.23% | 0.5% | - |
| HSV(B) | 262.76º | 0.37% | 0.62% | - |
| XYZ | 18.43 | 15.42 | 33.9 | - |
| YUV | 112.19 | 153.29 | 134.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 99 | 157 | 0.23 | 0.37 | 0 | 0.38 | 262.76 | 0.23 | 0.5 |
| Hex | 79 | 63 | 9D | 17 | 25 | 0 | 26 | 107 | 17 | 32 |
| Octal | 171 | 143 | 235 | 27 | 45 | 0 | 46 | 407 | 27 | 62 |
| Binary | 1111001 | 1100011 | 10011101 | 10111 | 100101 | 0 | 100110 | 100000111 | 10111 | 110010 |
Color Harmonies of #79639D
Complementary color
Monochromatic Colors of #79639D
Black with #79639D
Text Example
Text Example
White with #79639D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79639D; }
p { color: rgb(121,99,157); }
H1.HeaderClassName
{
color: #79639D;
}
.AnyTagClassName
{
color: #79639D;
}
</style>
background-color css
<style>
a { background-color: #79639D; }
a { background-color: rgb(121,99,157); }
div.DivClassName
{
background-color: #79639D;
}
.BgClassName
{
background-color: #79639D;
}
</style>
border-color css
<style>
span { border-color: #79639D; }
span { border-color: rgb(121,99,157); }
td.TdClassName
{
border-color: #79639D;
}
.TagClassName
{
border-color: #79639D;
}
</style>