#7964AA

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

Shades of Scampi #7964AA

Tints of Scampi #7964AA

Color information

#7964AA (or 0x7964AA) is unknown color: approx Scampi. HEX triplet: 79, 64 and AA. RGB value is (121,100,170). Sum of RGB (Red+Green+Blue) = 121+100+170=391 (51% of max value = 765). Red value is 121 (47.66% from 255 or 30.95% from 391); Green value is 100 (39.45% from 255 or 25.58% from 391); Blue value is 170 (66.80% from 255 or 43.48% from 391); Max value from RGB is 170 - color contains mainly: blue. Hex color #7964AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7964AA is #869B55. Grayscale: #727272. Windows color (decimal): -8821590 or 11166841. OLE color: 11166841.

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

Color convert

RGB121100170-
CMYK0.290.4100.33
HSL258º29.17%52.94%-
HSV(B)258º41.18%66.67%-
XYZ19.716.0840.1-
YUV114.26159.46132.81-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 30.95%
GREEN value IS 100 (39.45% from 255) = 25.58%
BLUE value IS 170 (66.80% from 255) = 43.48%
R=30.95%
G=25.58%
B=43.48%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1211001700.290.4100.3325829.1752.94
Hex7964AA1D290211021d35
Octal17114425235510414023565
Binary111100111001001010101011101101001010000110000001011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7964AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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