#7960AC

Color #7960AC Scampi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scampi #7960AC

Tints of Scampi #7960AC

Color information

#7960AC (or 0x7960AC) is unknown color: approx Scampi. HEX triplet: 79, 60 and AC. RGB value is (121,96,172). Sum of RGB (Red+Green+Blue) = 121+96+172=389 (51% of max value = 765). Red value is 121 (47.66% from 255 or 31.11% from 389); Green value is 96 (37.89% from 255 or 24.68% from 389); Blue value is 172 (67.58% from 255 or 44.22% from 389); Max value from RGB is 172 - color contains mainly: blue. Hex color #7960AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7960AC is #869F53. Grayscale: #6F6F6F. Windows color (decimal): -8822612 or 11296889. OLE color: 11296889.

HSL color Cylindrical-coordinate representation of color #7960AC: hue angle of 259.74º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7960AC is Cyan = 0.30, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB12196172-
CMYK0.300.4400.33
HSL259.74º31.4%52.55%-
HSV(B)259.74º44.19%67.45%-
XYZ19.5115.4140.98-
YUV112.14161.78134.32-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 121 (47.66% from 255) = 31.11%
GREEN value IS 96 (37.89% from 255) = 24.68%
BLUE value IS 172 (67.58% from 255) = 44.22%
R=31.11%
G=24.68%
B=44.22%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal121961720.300.4400.33259.7431.452.55
Hex7960AC1E2C0211041f35
Octal17114025436540414043765
Binary111100111000001010110011110101100010000110000010011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7960AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7960AC; }

 p { color: rgb(121,96,172); }

 H1.HeaderClassName
 {
   color: #7960AC;
 }
 .AnyTagClassName
 {
   color: #7960AC;
 }
</style>
background-color css

<style>
 a { background-color: #7960AC; }

 a { background-color: rgb(121,96,172); }

 div.DivClassName
 {
   background-color: #7960AC;
 }
 .BgClassName
 {
   background-color: #7960AC;
 }
</style>
border-color css

<style>
 span { border-color: #7960AC; }

 span { border-color: rgb(121,96,172); }

 td.TdClassName
 {
   border-color: #7960AC;
 }
 .TagClassName
 {
   border-color: #7960AC;
 }
</style>