Shades of Scampi #7965AB
Tints of Scampi #7965AB
RGB
CMYK
RGB Variations
Color information
#7965AB (or 0x7965AB) is known color: Scampi. HEX triplet: 79, 65 and AB. RGB value is (121,101,171). Sum of RGB (Red+Green+Blue) = 121+101+171=393 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.79% from 393); Green value is 101 (39.84% from 255 or 25.70% from 393); Blue value is 171 (67.19% from 255 or 43.51% from 393); Max value from RGB is 171 - color contains mainly: blue. Hex color #7965AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7965AB is #869A54. Grayscale: #727272. Windows color (decimal): -8821333 or 11232633. OLE color: 11232633.
HSL color Cylindrical-coordinate representation of color #7965AB: hue angle of 257.14º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7965AB is Cyan = 0.29, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 121 | 101 | 171 | - |
| CMYK | 0.29 | 0.41 | 0 | 0.33 |
| HSL | 257.14º | 0.29% | 0.53% | - |
| HSV(B) | 257.14º | 0.41% | 0.67% | - |
| XYZ | 19.89 | 16.31 | 40.63 | - |
| YUV | 114.96 | 159.63 | 132.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 101 | 171 | 0.29 | 0.41 | 0 | 0.33 | 257.14 | 0.29 | 0.53 |
| Hex | 79 | 65 | AB | 1D | 29 | 0 | 21 | 101 | 1D | 35 |
| Octal | 171 | 145 | 253 | 35 | 51 | 0 | 41 | 401 | 35 | 65 |
| Binary | 1111001 | 1100101 | 10101011 | 11101 | 101001 | 0 | 100001 | 100000001 | 11101 | 110101 |
Color Harmonies of #7965AB
Complementary color
Monochromatic Colors of #7965AB
Black with #7965AB
Text Example
Text Example
White with #7965AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7965AB; }
p { color: rgb(121,101,171); }
H1.HeaderClassName
{
color: #7965AB;
}
.AnyTagClassName
{
color: #7965AB;
}
</style>
background-color css
<style>
a { background-color: #7965AB; }
a { background-color: rgb(121,101,171); }
div.DivClassName
{
background-color: #7965AB;
}
.BgClassName
{
background-color: #7965AB;
}
</style>
border-color css
<style>
span { border-color: #7965AB; }
span { border-color: rgb(121,101,171); }
td.TdClassName
{
border-color: #7965AB;
}
.TagClassName
{
border-color: #7965AB;
}
</style>