#807999

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

Shades of Deluge #807999

Tints of Deluge #807999

Color information

#807999 (or 0x807999) is unknown color: approx Deluge. HEX triplet: 80, 79 and 99. RGB value is (128,121,153). Sum of RGB (Red+Green+Blue) = 128+121+153=402 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.84% from 402); Green value is 121 (47.66% from 255 or 30.10% from 402); Blue value is 153 (60.16% from 255 or 38.06% from 402); Max value from RGB is 153 - color contains mainly: blue. Hex color #807999 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #807999 is #7F8666. Grayscale: #7E7E7E. Windows color (decimal): -8357479 or 10058112. OLE color: 10058112.

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

Color convert

RGB128121153-
CMYK0.160.2100.4
HSL253.13º13.56%53.73%-
HSV(B)253.13º20.92%60%-
XYZ21.4920.5632.97-
YUV126.74142.82128.9-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 31.84%
GREEN value IS 121 (47.66% from 255) = 30.10%
BLUE value IS 153 (60.16% from 255) = 38.06%
R=31.84%
G=30.10%
B=38.06%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1281211530.160.2100.4253.1313.5653.73
Hex8079991015028fde36
Octal20017123120250503751666
Binary1000000011110011001100110000101010101000111111011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #807999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #807999; }

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

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

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

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

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

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

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

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