#797897

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

Shades of Scampi #797897

Tints of Scampi #797897

Color information

#797897 (or 0x797897) is unknown color: approx Scampi. HEX triplet: 79, 78 and 97. RGB value is (121,120,151). Sum of RGB (Red+Green+Blue) = 121+120+151=392 (51% of max value = 765). Red value is 121 (47.66% from 255 or 30.87% from 392); Green value is 120 (47.27% from 255 or 30.61% from 392); Blue value is 151 (59.38% from 255 or 38.52% from 392); Max value from RGB is 151 - color contains mainly: blue. Hex color #797897 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #797897 is #868768. Grayscale: #7B7B7B. Windows color (decimal): -8816489 or 9926777. OLE color: 9926777.

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

Color convert

RGB121120151-
CMYK0.200.2100.41
HSL241.94º12.97%53.14%-
HSV(B)241.94º20.53%59.22%-
XYZ20.1919.7332.02-
YUV123.83143.33125.98-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 30.87%
GREEN value IS 120 (47.27% from 255) = 30.61%
BLUE value IS 151 (59.38% from 255) = 38.52%
R=30.87%
G=30.61%
B=38.52%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1211201510.200.2100.41241.9412.9753.14
Hex7978971415029f2d35
Octal17117022724250513621565
Binary111100111110001001011110100101010101001111100101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #797897

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #797897; }

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

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

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

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

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

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

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

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