#807CAA

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

Shades of Deluge #807CAA

Tints of Deluge #807CAA

Color information

#807CAA (or 0x807CAA) is unknown color: approx Deluge. HEX triplet: 80, 7C and AA. RGB value is (128,124,170). Sum of RGB (Red+Green+Blue) = 128+124+170=422 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.33% from 422); Green value is 124 (48.83% from 255 or 29.38% from 422); Blue value is 170 (66.80% from 255 or 40.28% from 422); Max value from RGB is 170 - color contains mainly: blue. Hex color #807CAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #807CAA is #7F8355. Grayscale: #828282. Windows color (decimal): -8356694 or 11172992. OLE color: 11172992.

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

Color convert

RGB128124170-
CMYK0.250.2700.33
HSL245.22º21.3%57.65%-
HSV(B)245.22º27.06%66.67%-
XYZ23.3721.9141.03-
YUV130.44150.33126.26-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 30.33%
GREEN value IS 124 (48.83% from 255) = 29.38%
BLUE value IS 170 (66.80% from 255) = 40.28%
R=30.33%
G=29.38%
B=40.28%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1281241700.250.2700.33245.2221.357.65
Hex807CAA191B021f5153a
Octal20017425231330413652572
Binary10000000111110010101010110011101101000011111010110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #807CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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