Shades of Scampi #7966B0
Tints of Scampi #7966B0
RGB
CMYK
RGB Variations
Color information
#7966B0 (or 0x7966B0) is known color: Scampi. HEX triplet: 79, 66 and B0. RGB value is (121,102,176). Sum of RGB (Red+Green+Blue) = 121+102+176=399 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.33% from 399); Green value is 102 (40.23% from 255 or 25.56% from 399); Blue value is 176 (69.14% from 255 or 44.11% from 399); Max value from RGB is 176 - color contains mainly: blue. Hex color #7966B0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7966B0 is #86994F. Grayscale: #737373. Windows color (decimal): -8821072 or 11560569. OLE color: 11560569.
HSL color Cylindrical-coordinate representation of color #7966B0: hue angle of 255.41º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7966B0 is Cyan = 0.31, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 121 | 102 | 176 | - |
| CMYK | 0.31 | 0.42 | 0 | 0.31 |
| HSL | 255.41º | 0.32% | 0.55% | - |
| HSV(B) | 255.41º | 0.42% | 0.69% | - |
| XYZ | 20.47 | 16.7 | 43.22 | - |
| YUV | 116.12 | 161.79 | 131.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 102 | 176 | 0.31 | 0.42 | 0 | 0.31 | 255.41 | 0.32 | 0.55 |
| Hex | 79 | 66 | B0 | 1F | 2A | 0 | 1F | FF | 20 | 37 |
| Octal | 171 | 146 | 260 | 37 | 52 | 0 | 37 | 377 | 40 | 67 |
| Binary | 1111001 | 1100110 | 10110000 | 11111 | 101010 | 0 | 11111 | 11111111 | 100000 | 110111 |
Color Harmonies of #7966B0
Complementary color
Monochromatic Colors of #7966B0
Black with #7966B0
Text Example
Text Example
White with #7966B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7966B0; }
p { color: rgb(121,102,176); }
H1.HeaderClassName
{
color: #7966B0;
}
.AnyTagClassName
{
color: #7966B0;
}
</style>
background-color css
<style>
a { background-color: #7966B0; }
a { background-color: rgb(121,102,176); }
div.DivClassName
{
background-color: #7966B0;
}
.BgClassName
{
background-color: #7966B0;
}
</style>
border-color css
<style>
span { border-color: #7966B0; }
span { border-color: rgb(121,102,176); }
td.TdClassName
{
border-color: #7966B0;
}
.TagClassName
{
border-color: #7966B0;
}
</style>