#7966AA

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

Shades of Scampi #7966AA

Tints of Scampi #7966AA

Color information

#7966AA (or 0x7966AA) is unknown color: approx Scampi. HEX triplet: 79, 66 and AA. RGB value is (121,102,170). Sum of RGB (Red+Green+Blue) = 121+102+170=393 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.79% from 393); Green value is 102 (40.23% from 255 or 25.95% from 393); Blue value is 170 (66.80% from 255 or 43.26% from 393); Max value from RGB is 170 - color contains mainly: blue. Hex color #7966AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7966AA is #869955. Grayscale: #737373. Windows color (decimal): -8821078 or 11167353. OLE color: 11167353.

HSL color Cylindrical-coordinate representation of color #7966AA: hue angle of 256.76º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7966AA is Cyan = 0.29, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB121102170-
CMYK0.290.400.33
HSL256.76º28.57%53.33%-
HSV(B)256.76º40%66.67%-
XYZ19.8916.4740.16-
YUV115.43158.79131.97-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 30.79%
GREEN value IS 102 (40.23% from 255) = 25.95%
BLUE value IS 170 (66.80% from 255) = 43.26%
R=30.79%
G=25.95%
B=43.26%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1211021700.290.400.33256.7628.5753.33
Hex7966AA1D280211011d35
Octal17114625235500414013565
Binary111100111001101010101011101101000010000110000000111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7966AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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