#807EA2

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

Shades of Deluge #807EA2

Tints of Deluge #807EA2

Color information

#807EA2 (or 0x807EA2) is unknown color: approx Deluge. HEX triplet: 80, 7E and A2. RGB value is (128,126,162). Sum of RGB (Red+Green+Blue) = 128+126+162=416 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.77% from 416); Green value is 126 (49.61% from 255 or 30.29% from 416); Blue value is 162 (63.67% from 255 or 38.94% from 416); Max value from RGB is 162 - color contains mainly: blue. Hex color #807EA2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #807EA2 is #7F815D. Grayscale: #828282. Windows color (decimal): -8356190 or 10649216. OLE color: 10649216.

HSL color Cylindrical-coordinate representation of color #807EA2: hue angle of 243.33º degrees, saturation: 0.16, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #807EA2 is Cyan = 0.21, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB128126162-
CMYK0.210.2200.36
HSL243.33º16.22%56.47%-
HSV(B)243.33º22.22%63.53%-
XYZ22.8822.1237.25-
YUV130.7145.66126.07-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 30.77%
GREEN value IS 126 (49.61% from 255) = 30.29%
BLUE value IS 162 (63.67% from 255) = 38.94%
R=30.77%
G=30.29%
B=38.94%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1281261620.210.2200.36243.3316.2256.47
Hex807EA21516024f31038
Octal20017624225260443632070
Binary10000000111111010100010101011011001001001111001110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #807EA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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