#79649B

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

Shades of Scampi #79649B

Tints of Scampi #79649B

Color information

#79649B (or 0x79649B) is unknown color: approx Scampi. HEX triplet: 79, 64 and 9B. RGB value is (121,100,155). Sum of RGB (Red+Green+Blue) = 121+100+155=376 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.18% from 376); Green value is 100 (39.45% from 255 or 26.60% from 376); Blue value is 155 (60.94% from 255 or 41.22% from 376); Max value from RGB is 155 - color contains mainly: blue. Hex color #79649B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #79649B is #869B64. Grayscale: #707070. Windows color (decimal): -8821605 or 10183801. OLE color: 10183801.

HSL color Cylindrical-coordinate representation of color #79649B: hue angle of 262.91º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #79649B is Cyan = 0.22, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB121100155-
CMYK0.220.3500.39
HSL262.91º21.57%50%-
HSV(B)262.91º35.48%60.78%-
XYZ18.3615.5533.04-
YUV112.55151.96134.03-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 32.18%
GREEN value IS 100 (39.45% from 255) = 26.60%
BLUE value IS 155 (60.94% from 255) = 41.22%
R=32.18%
G=26.60%
B=41.22%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1211001550.220.3500.39262.9121.5750
Hex79649B16230271071632
Octal17114423326430474072662
Binary111100111001001001101110110100011010011110000011110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79649B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79649B; }

 p { color: rgb(121,100,155); }

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

<style>
 a { background-color: #79649B; }

 a { background-color: rgb(121,100,155); }

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

<style>
 span { border-color: #79649B; }

 span { border-color: rgb(121,100,155); }

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