#79659F

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

Shades of Scampi #79659F

Tints of Scampi #79659F

Color information

#79659F (or 0x79659F) is unknown color: approx Scampi. HEX triplet: 79, 65 and 9F. RGB value is (121,101,159). Sum of RGB (Red+Green+Blue) = 121+101+159=381 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.76% from 381); Green value is 101 (39.84% from 255 or 26.51% from 381); Blue value is 159 (62.5% from 255 or 41.73% from 381); Max value from RGB is 159 - color contains mainly: blue. Hex color #79659F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #79659F is #869A60. Grayscale: #717171. Windows color (decimal): -8821345 or 10446201. OLE color: 10446201.

HSL color Cylindrical-coordinate representation of color #79659F: hue angle of 260.69º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #79659F is Cyan = 0.24, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB121101159-
CMYK0.240.3600.38
HSL260.69º23.2%50.98%-
HSV(B)260.69º36.48%62.35%-
XYZ18.815.8834.87-
YUV113.59153.63133.28-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 31.76%
GREEN value IS 101 (39.84% from 255) = 26.51%
BLUE value IS 159 (62.5% from 255) = 41.73%
R=31.76%
G=26.51%
B=41.73%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1211011590.240.3600.38260.6923.250.98
Hex79659F18240261051733
Octal17114523730440464052763
Binary111100111001011001111111000100100010011010000010110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79659F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79659F; }

 p { color: rgb(121,101,159); }

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

<style>
 a { background-color: #79659F; }

 a { background-color: rgb(121,101,159); }

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

<style>
 span { border-color: #79659F; }

 span { border-color: rgb(121,101,159); }

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