#7961AA

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

Shades of Scampi #7961AA

Tints of Scampi #7961AA

Color information

#7961AA (or 0x7961AA) is unknown color: approx Scampi. HEX triplet: 79, 61 and AA. RGB value is (121,97,170). Sum of RGB (Red+Green+Blue) = 121+97+170=388 (51% of max value = 765). Red value is 121 (47.66% from 255 or 31.19% from 388); Green value is 97 (38.28% from 255 or 25% from 388); Blue value is 170 (66.80% from 255 or 43.81% from 388); Max value from RGB is 170 - color contains mainly: blue. Hex color #7961AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7961AA is #869E55. Grayscale: #707070. Windows color (decimal): -8822358 or 11166073. OLE color: 11166073.

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

Color convert

RGB12197170-
CMYK0.290.4300.33
HSL259.73º30.04%52.35%-
HSV(B)259.73º42.94%66.67%-
XYZ19.4215.5240-
YUV112.5160.45134.06-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 31.19%
GREEN value IS 97 (38.28% from 255) = 25%
BLUE value IS 170 (66.80% from 255) = 43.81%
R=31.19%
G=25%
B=43.81%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal121971700.290.4300.33259.7330.0452.35
Hex7961AA1D2B0211041e34
Octal17114125235530414043664
Binary111100111000011010101011101101011010000110000010011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7961AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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