#7961AD

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

Shades of Scampi #7961AD

Tints of Scampi #7961AD

Color information

#7961AD (or 0x7961AD) is unknown color: approx Scampi. HEX triplet: 79, 61 and AD. RGB value is (121,97,173). Sum of RGB (Red+Green+Blue) = 121+97+173=391 (51% of max value = 765). Red value is 121 (47.66% from 255 or 30.95% from 391); Green value is 97 (38.28% from 255 or 24.81% from 391); Blue value is 173 (67.97% from 255 or 44.25% from 391); Max value from RGB is 173 - color contains mainly: blue. Hex color #7961AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7961AD is #869E52. Grayscale: #707070. Windows color (decimal): -8822355 or 11362681. OLE color: 11362681.

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

Color convert

RGB12197173-
CMYK0.300.4400.32
HSL258.95º31.67%52.94%-
HSV(B)258.95º43.93%67.84%-
XYZ19.715.6341.51-
YUV112.84161.95133.82-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 30.95%
GREEN value IS 97 (38.28% from 255) = 24.81%
BLUE value IS 173 (67.97% from 255) = 44.25%
R=30.95%
G=24.81%
B=44.25%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal121971730.300.4400.32258.9531.6752.94
Hex7961AD1E2C0201032035
Octal17114125536540404034065
Binary1111001110000110101101111101011000100000100000011100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7961AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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