#7963AB

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

Shades of Scampi #7963AB

Tints of Scampi #7963AB

Color information

#7963AB (or 0x7963AB) is unknown color: approx Scampi. HEX triplet: 79, 63 and AB. RGB value is (121,99,171). Sum of RGB (Red+Green+Blue) = 121+99+171=391 (51% of max value = 765). Red value is 121 (47.66% from 255 or 30.95% from 391); Green value is 99 (39.06% from 255 or 25.32% from 391); Blue value is 171 (67.19% from 255 or 43.73% from 391); Max value from RGB is 171 - color contains mainly: blue. Hex color #7963AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7963AB is #869C54. Grayscale: #717171. Windows color (decimal): -8821845 or 11232121. OLE color: 11232121.

HSL color Cylindrical-coordinate representation of color #7963AB: hue angle of 258.33º degrees, saturation: 0.3, 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 #7963AB is Cyan = 0.29, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB12199171-
CMYK0.290.4200.33
HSL258.33º30%52.94%-
HSV(B)258.33º42.11%67.06%-
XYZ19.715.9340.56-
YUV113.79160.29133.15-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 30.95%
GREEN value IS 99 (39.06% from 255) = 25.32%
BLUE value IS 171 (67.19% from 255) = 43.73%
R=30.95%
G=25.32%
B=43.73%

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
Decimal121991710.290.4200.33258.333052.94
Hex7963AB1D2A0211021e35
Octal17114325335520414023665
Binary111100111000111010101111101101010010000110000001011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7963AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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