#807EAB

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

Shades of Deluge #807EAB

Tints of Deluge #807EAB

Color information

#807EAB (or 0x807EAB) is unknown color: approx Deluge. HEX triplet: 80, 7E and AB. RGB value is (128,126,171). Sum of RGB (Red+Green+Blue) = 128+126+171=425 (56% of max value = 765). Red value is 128 (50.39% from 255 or 30.12% from 425); Green value is 126 (49.61% from 255 or 29.65% from 425); Blue value is 171 (67.19% from 255 or 40.24% from 425); Max value from RGB is 171 - color contains mainly: blue. Hex color #807EAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #807EAB is #7F8154. Grayscale: #838383. Windows color (decimal): -8356181 or 11239040. OLE color: 11239040.

HSL color Cylindrical-coordinate representation of color #807EAB: hue angle of 242.67º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #807EAB is Cyan = 0.25, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB128126171-
CMYK0.250.2600.33
HSL242.67º21.13%58.24%-
HSV(B)242.67º26.32%67.06%-
XYZ23.7122.4541.61-
YUV131.73150.16125.34-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 30.12%
GREEN value IS 126 (49.61% from 255) = 29.65%
BLUE value IS 171 (67.19% from 255) = 40.24%
R=30.12%
G=29.65%
B=40.24%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1281261710.250.2600.33242.6721.1358.24
Hex807EAB191A021f3153a
Octal20017625331320413632572
Binary10000000111111010101011110011101001000011111001110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #807EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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