#807797

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

Shades of Deluge #807797

Tints of Deluge #807797

Color information

#807797 (or 0x807797) is unknown color: approx Deluge. HEX triplet: 80, 77 and 97. RGB value is (128,119,151). Sum of RGB (Red+Green+Blue) = 128+119+151=398 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.16% from 398); Green value is 119 (46.88% from 255 or 29.90% from 398); Blue value is 151 (59.38% from 255 or 37.94% from 398); Max value from RGB is 151 - color contains mainly: blue. Hex color #807797 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #807797 is #7F8868. Grayscale: #7D7D7D. Windows color (decimal): -8357993 or 9926528. OLE color: 9926528.

HSL color Cylindrical-coordinate representation of color #807797: hue angle of 256.88º 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 #807797 is Cyan = 0.15, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB128119151-
CMYK0.150.2100.41
HSL256.88º13.33%52.94%-
HSV(B)256.88º21.19%59.22%-
XYZ21.0820.0232.03-
YUV125.34142.48129.9-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 32.16%
GREEN value IS 119 (46.88% from 255) = 29.90%
BLUE value IS 151 (59.38% from 255) = 37.94%
R=32.16%
G=29.90%
B=37.94%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1281191510.150.2100.41256.8813.3352.94
Hex807797F15029101d35
Octal20016722717250514011565
Binary1000000011101111001011111111010101010011000000011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #807797

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #807797; }

 p { color: rgb(128,119,151); }

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

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

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

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

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

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

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