#7966AC

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

Shades of Scampi #7966AC

Tints of Scampi #7966AC

Color information

#7966AC (or 0x7966AC) is unknown color: approx Scampi. HEX triplet: 79, 66 and AC. RGB value is (121,102,172). Sum of RGB (Red+Green+Blue) = 121+102+172=395 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.63% from 395); Green value is 102 (40.23% from 255 or 25.82% from 395); Blue value is 172 (67.58% from 255 or 43.54% from 395); Max value from RGB is 172 - color contains mainly: blue. Hex color #7966AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7966AC is #869953. Grayscale: #737373. Windows color (decimal): -8821076 or 11298425. OLE color: 11298425.

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

Color convert

RGB121102172-
CMYK0.300.4100.33
HSL256.29º29.66%53.73%-
HSV(B)256.29º40.7%67.45%-
XYZ20.0816.5541.16-
YUV115.66159.79131.81-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 30.63%
GREEN value IS 102 (40.23% from 255) = 25.82%
BLUE value IS 172 (67.58% from 255) = 43.54%
R=30.63%
G=25.82%
B=43.54%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1211021720.300.4100.33256.2929.6653.73
Hex7966AC1E290211001e36
Octal17114625436510414003666
Binary111100111001101010110011110101001010000110000000011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7966AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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