#7960AD

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

Shades of Scampi #7960AD

Tints of Scampi #7960AD

Color information

#7960AD (or 0x7960AD) is unknown color: approx Scampi. HEX triplet: 79, 60 and AD. RGB value is (121,96,173). Sum of RGB (Red+Green+Blue) = 121+96+173=390 (51% of max value = 765). Red value is 121 (47.66% from 255 or 31.03% from 390); Green value is 96 (37.89% from 255 or 24.62% from 390); Blue value is 173 (67.97% from 255 or 44.36% from 390); Max value from RGB is 173 - color contains mainly: blue. Hex color #7960AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7960AD is #869F52. Grayscale: #6F6F6F. Windows color (decimal): -8822611 or 11362425. OLE color: 11362425.

HSL color Cylindrical-coordinate representation of color #7960AD: hue angle of 259.48º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7960AD is Cyan = 0.30, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB12196173-
CMYK0.300.4500.32
HSL259.48º31.95%52.75%-
HSV(B)259.48º44.51%67.84%-
XYZ19.6115.4541.48-
YUV112.25162.28134.24-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 31.03%
GREEN value IS 96 (37.89% from 255) = 24.62%
BLUE value IS 173 (67.97% from 255) = 44.36%
R=31.03%
G=24.62%
B=44.36%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal121961730.300.4500.32259.4831.9552.75
Hex7960AD1E2D0201032035
Octal17114025536550404034065
Binary1111001110000010101101111101011010100000100000011100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7960AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7960AD; }

 p { color: rgb(121,96,173); }

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

<style>
 a { background-color: #7960AD; }

 a { background-color: rgb(121,96,173); }

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

<style>
 span { border-color: #7960AD; }

 span { border-color: rgb(121,96,173); }

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