#807E94

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

Shades of Deluge #807E94

Tints of Deluge #807E94

Color information

#807E94 (or 0x807E94) is unknown color: approx Deluge. HEX triplet: 80, 7E and 94. RGB value is (128,126,148). Sum of RGB (Red+Green+Blue) = 128+126+148=402 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.84% from 402); Green value is 126 (49.61% from 255 or 31.34% from 402); Blue value is 148 (58.20% from 255 or 36.82% from 402); Max value from RGB is 148 - color contains mainly: blue. Hex color #807E94 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #807E94 is #7F816B. Grayscale: #818181. Windows color (decimal): -8356204 or 9731712. OLE color: 9731712.

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

Color convert

RGB128126148-
CMYK0.140.1500.42
HSL245.45º9.32%53.73%-
HSV(B)245.45º14.86%58.04%-
XYZ21.7121.6531.05-
YUV129.11138.66127.21-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 31.84%
GREEN value IS 126 (49.61% from 255) = 31.34%
BLUE value IS 148 (58.20% from 255) = 36.82%
R=31.84%
G=31.34%
B=36.82%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1281261480.140.1500.42245.459.3253.73
Hex807E94EF02Af5936
Octal20017622416170523651166
Binary10000000111111010010100111011110101010111101011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #807E94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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