#807E93

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

Shades of Deluge #807E93

Tints of Deluge #807E93

Color information

#807E93 (or 0x807E93) is unknown color: approx Deluge. HEX triplet: 80, 7E and 93. RGB value is (128,126,147). Sum of RGB (Red+Green+Blue) = 128+126+147=401 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.92% from 401); Green value is 126 (49.61% from 255 or 31.42% from 401); Blue value is 147 (57.81% from 255 or 36.66% from 401); Max value from RGB is 147 - color contains mainly: blue. Hex color #807E93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #807E93 is #7F816C. Grayscale: #808080. Windows color (decimal): -8356205 or 9666176. OLE color: 9666176.

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

Color convert

RGB128126147-
CMYK0.130.1400.42
HSL245.71º8.86%53.53%-
HSV(B)245.71º14.29%57.65%-
XYZ21.6321.6230.64-
YUV128.99138.16127.29-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 31.92%
GREEN value IS 126 (49.61% from 255) = 31.42%
BLUE value IS 147 (57.81% from 255) = 36.66%
R=31.92%
G=31.42%
B=36.66%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1281261470.130.1400.42245.718.8653.53
Hex807E93DE02Af6936
Octal20017622315160523661166
Binary10000000111111010010011110111100101010111101101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #807E93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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