#79669D

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

Shades of Scampi #79669D

Tints of Scampi #79669D

Color information

#79669D (or 0x79669D) is unknown color: approx Scampi. HEX triplet: 79, 66 and 9D. RGB value is (121,102,157). Sum of RGB (Red+Green+Blue) = 121+102+157=380 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.84% from 380); Green value is 102 (40.23% from 255 or 26.84% from 380); Blue value is 157 (61.72% from 255 or 41.32% from 380); Max value from RGB is 157 - color contains mainly: blue. Hex color #79669D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #79669D is #869962. Grayscale: #717171. Windows color (decimal): -8821091 or 10315385. OLE color: 10315385.

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

Color convert

RGB121102157-
CMYK0.230.3500.38
HSL260.73º21.91%50.78%-
HSV(B)260.73º35.03%61.57%-
XYZ18.721634-
YUV113.95152.29133.03-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 31.84%
GREEN value IS 102 (40.23% from 255) = 26.84%
BLUE value IS 157 (61.72% from 255) = 41.32%
R=31.84%
G=26.84%
B=41.32%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1211021570.230.3500.38260.7321.9150.78
Hex79669D17230261051633
Octal17114623527430464052663
Binary111100111001101001110110111100011010011010000010110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79669D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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