#79669F

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

Shades of Scampi #79669F

Tints of Scampi #79669F

Color information

#79669F (or 0x79669F) is unknown color: approx Scampi. HEX triplet: 79, 66 and 9F. RGB value is (121,102,159). Sum of RGB (Red+Green+Blue) = 121+102+159=382 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.68% from 382); Green value is 102 (40.23% from 255 or 26.70% from 382); Blue value is 159 (62.5% from 255 or 41.62% from 382); Max value from RGB is 159 - color contains mainly: blue. Hex color #79669F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #79669F is #869960. Grayscale: #717171. Windows color (decimal): -8821089 or 10446457. OLE color: 10446457.

HSL color Cylindrical-coordinate representation of color #79669F: hue angle of 260º 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 #79669F is Cyan = 0.24, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB121102159-
CMYK0.240.3600.38
HSL260º22.89%51.18%-
HSV(B)260º35.85%62.35%-
XYZ18.8916.0734.91-
YUV114.18153.29132.87-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 31.68%
GREEN value IS 102 (40.23% from 255) = 26.70%
BLUE value IS 159 (62.5% from 255) = 41.62%
R=31.68%
G=26.70%
B=41.62%

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
Decimal1211021590.240.3600.3826022.8951.18
Hex79669F18240261041733
Octal17114623730440464042763
Binary111100111001101001111111000100100010011010000010010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79669F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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