#807D94

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

Shades of Deluge #807D94

Tints of Deluge #807D94

Color information

#807D94 (or 0x807D94) is unknown color: approx Deluge. HEX triplet: 80, 7D and 94. RGB value is (128,125,148). Sum of RGB (Red+Green+Blue) = 128+125+148=401 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.92% from 401); Green value is 125 (49.22% from 255 or 31.17% from 401); Blue value is 148 (58.20% from 255 or 36.91% from 401); Max value from RGB is 148 - color contains mainly: blue. Hex color #807D94 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #807D94 is #7F826B. Grayscale: #808080. Windows color (decimal): -8356460 or 9731456. OLE color: 9731456.

HSL color Cylindrical-coordinate representation of color #807D94: hue angle of 247.83º degrees, saturation: 0.1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #807D94 is Cyan = 0.14, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB128125148-
CMYK0.140.1600.42
HSL247.83º9.7%53.53%-
HSV(B)247.83º15.54%58.04%-
XYZ21.5821.3931.01-
YUV128.52138.99127.63-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 31.92%
GREEN value IS 125 (49.22% from 255) = 31.17%
BLUE value IS 148 (58.20% from 255) = 36.91%
R=31.92%
G=31.17%
B=36.91%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1281251480.140.1600.42247.839.753.53
Hex807D94E1002Af8a36
Octal20017522416200523701266
Binary100000001111101100101001110100000101010111110001010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #807D94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #807D94; }

 p { color: rgb(128,125,148); }

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

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

 a { background-color: rgb(128,125,148); }

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

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

 span { border-color: rgb(128,125,148); }

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