#807EAC

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

Shades of Deluge #807EAC

Tints of Deluge #807EAC

Color information

#807EAC (or 0x807EAC) is unknown color: approx Deluge. HEX triplet: 80, 7E and AC. RGB value is (128,126,172). Sum of RGB (Red+Green+Blue) = 128+126+172=426 (56% of max value = 765). Red value is 128 (50.39% from 255 or 30.05% from 426); Green value is 126 (49.61% from 255 or 29.58% from 426); Blue value is 172 (67.58% from 255 or 40.38% from 426); Max value from RGB is 172 - color contains mainly: blue. Hex color #807EAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #807EAC is #7F8153. Grayscale: #838383. Windows color (decimal): -8356180 or 11304576. OLE color: 11304576.

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

Color convert

RGB128126172-
CMYK0.260.2700.33
HSL242.61º21.7%58.43%-
HSV(B)242.61º26.74%67.45%-
XYZ23.8122.4942.12-
YUV131.84150.66125.26-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 30.05%
GREEN value IS 126 (49.61% from 255) = 29.58%
BLUE value IS 172 (67.58% from 255) = 40.38%
R=30.05%
G=29.58%
B=40.38%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1281261720.260.2700.33242.6121.758.43
Hex807EAC1A1B021f3163a
Octal20017625432330413632672
Binary10000000111111010101100110101101101000011111001110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #807EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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