#807796

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

Shades of Deluge #807796

Tints of Deluge #807796

Color information

#807796 (or 0x807796) is unknown color: approx Deluge. HEX triplet: 80, 77 and 96. RGB value is (128,119,150). Sum of RGB (Red+Green+Blue) = 128+119+150=397 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.24% from 397); Green value is 119 (46.88% from 255 or 29.97% from 397); Blue value is 150 (58.98% from 255 or 37.78% from 397); Max value from RGB is 150 - color contains mainly: blue. Hex color #807796 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #807796 is #7F8869. Grayscale: #7D7D7D. Windows color (decimal): -8357994 or 9860992. OLE color: 9860992.

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

Color convert

RGB128119150-
CMYK0.150.2100.41
HSL257.42º12.86%52.75%-
HSV(B)257.42º20.67%58.82%-
XYZ2119.9831.6-
YUV125.22141.98129.98-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 32.24%
GREEN value IS 119 (46.88% from 255) = 29.97%
BLUE value IS 150 (58.98% from 255) = 37.78%
R=32.24%
G=29.97%
B=37.78%

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
Decimal1281191500.150.2100.41257.4212.8652.75
Hex807796F15029101d35
Octal20016722617250514011565
Binary1000000011101111001011011111010101010011000000011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #807796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #807796; }

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

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

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

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

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

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

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

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