#807E95

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

Shades of Deluge #807E95

Tints of Deluge #807E95

Color information

#807E95 (or 0x807E95) is unknown color: approx Deluge. HEX triplet: 80, 7E and 95. RGB value is (128,126,149). Sum of RGB (Red+Green+Blue) = 128+126+149=403 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.76% from 403); Green value is 126 (49.61% from 255 or 31.27% from 403); Blue value is 149 (58.59% from 255 or 36.97% from 403); Max value from RGB is 149 - color contains mainly: blue. Hex color #807E95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #807E95 is #7F816A. Grayscale: #818181. Windows color (decimal): -8356203 or 9797248. OLE color: 9797248.

HSL color Cylindrical-coordinate representation of color #807E95: hue angle of 245.22º degrees, saturation: 0.1, 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 #807E95 is Cyan = 0.14, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB128126149-
CMYK0.140.1500.42
HSL245.22º9.79%53.92%-
HSV(B)245.22º15.44%58.43%-
XYZ21.7921.6831.47-
YUV129.22139.16127.13-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 31.76%
GREEN value IS 126 (49.61% from 255) = 31.27%
BLUE value IS 149 (58.59% from 255) = 36.97%
R=31.76%
G=31.27%
B=36.97%

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
Decimal1281261490.140.1500.42245.229.7953.92
Hex807E95EF02Af5a36
Octal20017622516170523651266
Binary10000000111111010010101111011110101010111101011010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #807E95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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