Shades of Scampi #7967AA
Tints of Scampi #7967AA
RGB
CMYK
RGB Variations
Color information
#7967AA (or 0x7967AA) is known color: Scampi. HEX triplet: 79, 67 and AA. RGB value is (121,103,170). Sum of RGB (Red+Green+Blue) = 121+103+170=394 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.71% from 394); Green value is 103 (40.62% from 255 or 26.14% from 394); Blue value is 170 (66.80% from 255 or 43.15% from 394); Max value from RGB is 170 - color contains mainly: blue. Hex color #7967AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7967AA is #869855. Grayscale: #737373. Windows color (decimal): -8820822 or 11167609. OLE color: 11167609.
HSL color Cylindrical-coordinate representation of color #7967AA: hue angle of 256.12º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7967AA is Cyan = 0.29, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 121 | 103 | 170 | - |
| CMYK | 0.29 | 0.39 | 0 | 0.33 |
| HSL | 256.12º | 0.28% | 0.54% | - |
| HSV(B) | 256.12º | 0.39% | 0.67% | - |
| XYZ | 19.99 | 16.67 | 40.19 | - |
| YUV | 116.02 | 158.46 | 131.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 103 | 170 | 0.29 | 0.39 | 0 | 0.33 | 256.12 | 0.28 | 0.54 |
| Hex | 79 | 67 | AA | 1D | 27 | 0 | 21 | 100 | 1C | 36 |
| Octal | 171 | 147 | 252 | 35 | 47 | 0 | 41 | 400 | 34 | 66 |
| Binary | 1111001 | 1100111 | 10101010 | 11101 | 100111 | 0 | 100001 | 100000000 | 11100 | 110110 |
Color Harmonies of #7967AA
Complementary color
Monochromatic Colors of #7967AA
Black with #7967AA
Text Example
Text Example
White with #7967AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7967AA; }
p { color: rgb(121,103,170); }
H1.HeaderClassName
{
color: #7967AA;
}
.AnyTagClassName
{
color: #7967AA;
}
</style>
background-color css
<style>
a { background-color: #7967AA; }
a { background-color: rgb(121,103,170); }
div.DivClassName
{
background-color: #7967AA;
}
.BgClassName
{
background-color: #7967AA;
}
</style>
border-color css
<style>
span { border-color: #7967AA; }
span { border-color: rgb(121,103,170); }
td.TdClassName
{
border-color: #7967AA;
}
.TagClassName
{
border-color: #7967AA;
}
</style>