#797695

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

Shades of Scampi #797695

Tints of Scampi #797695

Color information

#797695 (or 0x797695) is unknown color: approx Scampi. HEX triplet: 79, 76 and 95. RGB value is (121,118,149). Sum of RGB (Red+Green+Blue) = 121+118+149=388 (51% of max value = 765). Red value is 121 (47.66% from 255 or 31.19% from 388); Green value is 118 (46.48% from 255 or 30.41% from 388); Blue value is 149 (58.59% from 255 or 38.40% from 388); Max value from RGB is 149 - color contains mainly: blue. Hex color #797695 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #797695 is #86896A. Grayscale: #7A7A7A. Windows color (decimal): -8817003 or 9795193. OLE color: 9795193.

HSL color Cylindrical-coordinate representation of color #797695: hue angle of 245.81º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #797695 is Cyan = 0.19, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB121118149-
CMYK0.190.2100.42
HSL245.81º12.76%52.35%-
HSV(B)245.81º20.81%58.43%-
XYZ19.7919.1931.1-
YUV122.43142.99126.98-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 31.19%
GREEN value IS 118 (46.48% from 255) = 30.41%
BLUE value IS 149 (58.59% from 255) = 38.40%
R=31.19%
G=30.41%
B=38.40%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1211181490.190.2100.42245.8112.7652.35
Hex797695131502Af6d34
Octal17116622523250523661564
Binary111100111101101001010110011101010101010111101101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #797695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #797695; }

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

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

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

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

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

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

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

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