#797698

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

Shades of Scampi #797698

Tints of Scampi #797698

Color information

#797698 (or 0x797698) is unknown color: approx Scampi. HEX triplet: 79, 76 and 98. RGB value is (121,118,152). Sum of RGB (Red+Green+Blue) = 121+118+152=391 (51% of max value = 765). Red value is 121 (47.66% from 255 or 30.95% from 391); Green value is 118 (46.48% from 255 or 30.18% from 391); Blue value is 152 (59.77% from 255 or 38.87% from 391); Max value from RGB is 152 - color contains mainly: blue. Hex color #797698 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #797698 is #868967. Grayscale: #7A7A7A. Windows color (decimal): -8817000 or 9991801. OLE color: 9991801.

HSL color Cylindrical-coordinate representation of color #797698: hue angle of 245.29º degrees, saturation: 0.14, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #797698 is Cyan = 0.20, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB121118152-
CMYK0.200.2200.40
HSL245.29º14.17%52.94%-
HSV(B)245.29º22.37%59.61%-
XYZ20.0319.2932.37-
YUV122.77144.49126.74-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 30.95%
GREEN value IS 118 (46.48% from 255) = 30.18%
BLUE value IS 152 (59.77% from 255) = 38.87%
R=30.95%
G=30.18%
B=38.87%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1211181520.200.2200.40245.2914.1752.94
Hex7976981416028f5e35
Octal17116623024260503651665
Binary111100111101101001100010100101100101000111101011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #797698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #797698; }

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

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

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

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

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

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

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

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