#797899

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

Shades of Scampi #797899

Tints of Scampi #797899

Color information

#797899 (or 0x797899) is unknown color: approx Scampi. HEX triplet: 79, 78 and 99. RGB value is (121,120,153). Sum of RGB (Red+Green+Blue) = 121+120+153=394 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.71% from 394); Green value is 120 (47.27% from 255 or 30.46% from 394); Blue value is 153 (60.16% from 255 or 38.83% from 394); Max value from RGB is 153 - color contains mainly: blue. Hex color #797899 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #797899 is #868766. Grayscale: #7B7B7B. Windows color (decimal): -8816487 or 10057849. OLE color: 10057849.

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

Color convert

RGB121120153-
CMYK0.210.2200.4
HSL241.82º13.92%53.53%-
HSV(B)241.82º21.57%60%-
XYZ20.3519.832.89-
YUV124.06144.33125.82-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 30.71%
GREEN value IS 120 (47.27% from 255) = 30.46%
BLUE value IS 153 (60.16% from 255) = 38.83%
R=30.71%
G=30.46%
B=38.83%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1211201530.210.2200.4241.8213.9253.53
Hex7978991516028f2e36
Octal17117023125260503621666
Binary111100111110001001100110101101100101000111100101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #797899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #797899; }

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

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

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

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

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

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

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

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