#797699

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

Shades of Scampi #797699

Tints of Scampi #797699

Color information

#797699 (or 0x797699) is unknown color: approx Scampi. HEX triplet: 79, 76 and 99. RGB value is (121,118,153). Sum of RGB (Red+Green+Blue) = 121+118+153=392 (51% of max value = 765). Red value is 121 (47.66% from 255 or 30.87% from 392); Green value is 118 (46.48% from 255 or 30.10% from 392); Blue value is 153 (60.16% from 255 or 39.03% from 392); Max value from RGB is 153 - color contains mainly: blue. Hex color #797699 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #797699 is #868966. Grayscale: #7A7A7A. Windows color (decimal): -8816999 or 10057337. OLE color: 10057337.

HSL color Cylindrical-coordinate representation of color #797699: hue angle of 245.14º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #797699 is Cyan = 0.21, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB121118153-
CMYK0.210.2300.4
HSL245.14º14.64%53.14%-
HSV(B)245.14º22.88%60%-
XYZ20.1119.3232.81-
YUV122.89144.99126.65-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 30.87%
GREEN value IS 118 (46.48% from 255) = 30.10%
BLUE value IS 153 (60.16% from 255) = 39.03%
R=30.87%
G=30.10%
B=39.03%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1211181530.210.2300.4245.1414.6453.14
Hex7976991517028f5f35
Octal17116623125270503651765
Binary111100111101101001100110101101110101000111101011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #797699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #797699; }

 p { color: rgb(121,118,153); }

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

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

 a { background-color: rgb(121,118,153); }

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

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

 span { border-color: rgb(121,118,153); }

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