#7966AB

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

Shades of Scampi #7966AB

Tints of Scampi #7966AB

Color information

#7966AB (or 0x7966AB) is unknown color: approx Scampi. HEX triplet: 79, 66 and AB. RGB value is (121,102,171). Sum of RGB (Red+Green+Blue) = 121+102+171=394 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.71% from 394); Green value is 102 (40.23% from 255 or 25.89% from 394); Blue value is 171 (67.19% from 255 or 43.40% from 394); Max value from RGB is 171 - color contains mainly: blue. Hex color #7966AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7966AB is #869954. Grayscale: #737373. Windows color (decimal): -8821077 or 11232889. OLE color: 11232889.

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

Color convert

RGB121102171-
CMYK0.290.4000.33
HSL256.52º29.11%53.53%-
HSV(B)256.52º40.35%67.06%-
XYZ19.9916.5140.66-
YUV115.55159.29131.89-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 30.71%
GREEN value IS 102 (40.23% from 255) = 25.89%
BLUE value IS 171 (67.19% from 255) = 43.40%
R=30.71%
G=25.89%
B=43.40%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1211021710.290.4000.33256.5229.1153.53
Hex7966AB1D280211011d36
Octal17114625335500414013566
Binary111100111001101010101111101101000010000110000000111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7966AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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