#7963AA

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

Shades of Scampi #7963AA

Tints of Scampi #7963AA

Color information

#7963AA (or 0x7963AA) is unknown color: approx Scampi. HEX triplet: 79, 63 and AA. RGB value is (121,99,170). Sum of RGB (Red+Green+Blue) = 121+99+170=390 (51% of max value = 765). Red value is 121 (47.66% from 255 or 31.03% from 390); Green value is 99 (39.06% from 255 or 25.38% from 390); Blue value is 170 (66.80% from 255 or 43.59% from 390); Max value from RGB is 170 - color contains mainly: blue. Hex color #7963AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7963AA is #869C55. Grayscale: #717171. Windows color (decimal): -8821846 or 11166585. OLE color: 11166585.

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

Color convert

RGB12199170-
CMYK0.290.4200.33
HSL258.59º29.46%52.75%-
HSV(B)258.59º41.76%66.67%-
XYZ19.615.8940.06-
YUV113.67159.79133.23-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 31.03%
GREEN value IS 99 (39.06% from 255) = 25.38%
BLUE value IS 170 (66.80% from 255) = 43.59%
R=31.03%
G=25.38%
B=43.59%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal121991700.290.4200.33258.5929.4652.75
Hex7963AA1D2A0211031d35
Octal17114325235520414033565
Binary111100111000111010101011101101010010000110000001111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7963AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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