Shades of Scampi #79639C
Tints of Scampi #79639C
RGB
CMYK
RGB Variations
Color information
#79639C (or 0x79639C) is known color: Scampi. HEX triplet: 79, 63 and 9C. RGB value is (121,99,156). Sum of RGB (Red+Green+Blue) = 121+99+156=376 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.18% from 376); Green value is 99 (39.06% from 255 or 26.33% from 376); Blue value is 156 (61.33% from 255 or 41.49% from 376); Max value from RGB is 156 - color contains mainly: blue. Hex color #79639C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #79639C is #869C63. Grayscale: #6F6F6F. Windows color (decimal): -8821860 or 10249081. OLE color: 10249081.
HSL color Cylindrical-coordinate representation of color #79639C: hue angle of 263.16º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #79639C is Cyan = 0.22, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 121 | 99 | 156 | - |
| CMYK | 0.22 | 0.37 | 0 | 0.39 |
| HSL | 263.16º | 0.22% | 0.5% | - |
| HSV(B) | 263.16º | 0.37% | 0.61% | - |
| XYZ | 18.35 | 15.39 | 33.46 | - |
| YUV | 112.08 | 152.79 | 134.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 99 | 156 | 0.22 | 0.37 | 0 | 0.39 | 263.16 | 0.22 | 0.5 |
| Hex | 79 | 63 | 9C | 16 | 25 | 0 | 27 | 107 | 16 | 32 |
| Octal | 171 | 143 | 234 | 26 | 45 | 0 | 47 | 407 | 26 | 62 |
| Binary | 1111001 | 1100011 | 10011100 | 10110 | 100101 | 0 | 100111 | 100000111 | 10110 | 110010 |
Color Harmonies of #79639C
Complementary color
Monochromatic Colors of #79639C
Black with #79639C
Text Example
Text Example
White with #79639C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79639C; }
p { color: rgb(121,99,156); }
H1.HeaderClassName
{
color: #79639C;
}
.AnyTagClassName
{
color: #79639C;
}
</style>
background-color css
<style>
a { background-color: #79639C; }
a { background-color: rgb(121,99,156); }
div.DivClassName
{
background-color: #79639C;
}
.BgClassName
{
background-color: #79639C;
}
</style>
border-color css
<style>
span { border-color: #79639C; }
span { border-color: rgb(121,99,156); }
td.TdClassName
{
border-color: #79639C;
}
.TagClassName
{
border-color: #79639C;
}
</style>