#797997

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

Shades of Scampi #797997

Tints of Scampi #797997

Color information

#797997 (or 0x797997) is unknown color: approx Scampi. HEX triplet: 79, 79 and 97. RGB value is (121,121,151). Sum of RGB (Red+Green+Blue) = 121+121+151=393 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.79% from 393); Green value is 121 (47.66% from 255 or 30.79% from 393); Blue value is 151 (59.38% from 255 or 38.42% from 393); Max value from RGB is 151 - color contains mainly: blue. Hex color #797997 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #797997 is #868668. Grayscale: #7C7C7C. Windows color (decimal): -8816233 or 9927033. OLE color: 9927033.

HSL color Cylindrical-coordinate representation of color #797997: hue angle of 240º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #797997 is Cyan = 0.20, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB121121151-
CMYK0.200.2000.41
HSL240º12.61%53.33%-
HSV(B)240º19.87%59.22%-
XYZ20.3119.9732.06-
YUV124.42143125.56-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 30.79%
GREEN value IS 121 (47.66% from 255) = 30.79%
BLUE value IS 151 (59.38% from 255) = 38.42%
R=30.79%
G=30.79%
B=38.42%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1211211510.200.2000.4124012.6153.33
Hex7979971414029f0d35
Octal17117122724240513601565
Binary111100111110011001011110100101000101001111100001101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #797997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #797997; }

 p { color: rgb(121,121,151); }

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

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

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

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

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

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

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