#807DAA

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

Shades of Deluge #807DAA

Tints of Deluge #807DAA

Color information

#807DAA (or 0x807DAA) is unknown color: approx Deluge. HEX triplet: 80, 7D and AA. RGB value is (128,125,170). Sum of RGB (Red+Green+Blue) = 128+125+170=423 (56% of max value = 765). Red value is 128 (50.39% from 255 or 30.26% from 423); Green value is 125 (49.22% from 255 or 29.55% from 423); Blue value is 170 (66.80% from 255 or 40.19% from 423); Max value from RGB is 170 - color contains mainly: blue. Hex color #807DAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #807DAA is #7F8255. Grayscale: #828282. Windows color (decimal): -8356438 or 11173248. OLE color: 11173248.

HSL color Cylindrical-coordinate representation of color #807DAA: hue angle of 244º 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 #807DAA is Cyan = 0.25, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB128125170-
CMYK0.250.2600.33
HSL244º20.93%57.84%-
HSV(B)244º26.47%66.67%-
XYZ23.4922.1641.07-
YUV131.03149.99125.84-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 30.26%
GREEN value IS 125 (49.22% from 255) = 29.55%
BLUE value IS 170 (66.80% from 255) = 40.19%
R=30.26%
G=29.55%
B=40.19%

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
Decimal1281251700.250.2600.3324420.9357.84
Hex807DAA191A021f4153a
Octal20017525231320413642572
Binary10000000111110110101010110011101001000011111010010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #807DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,125,170); }

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

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

 a { background-color: rgb(128,125,170); }

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

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

 span { border-color: rgb(128,125,170); }

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