#8772AA

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

Shades of Deluge #8772AA

Tints of Deluge #8772AA

Color information

#8772AA (or 0x8772AA) is unknown color: approx Deluge. HEX triplet: 87, 72 and AA. RGB value is (135,114,170). Sum of RGB (Red+Green+Blue) = 135+114+170=419 (55% of max value = 765). Red value is 135 (53.12% from 255 or 32.22% from 419); Green value is 114 (44.92% from 255 or 27.21% from 419); Blue value is 170 (66.80% from 255 or 40.57% from 419); Max value from RGB is 170 - color contains mainly: blue. Hex color #8772AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8772AA is #788D55. Grayscale: #7E7E7E. Windows color (decimal): -7900502 or 11170439. OLE color: 11170439.

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

Color convert

RGB135114170-
CMYK0.210.3300.33
HSL262.5º24.78%55.69%-
HSV(B)262.5º32.94%66.67%-
XYZ23.2620.0940.68-
YUV126.66152.46133.95-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 32.22%
GREEN value IS 114 (44.92% from 255) = 27.21%
BLUE value IS 170 (66.80% from 255) = 40.57%
R=32.22%
G=27.21%
B=40.57%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1351141700.210.3300.33262.524.7855.69
Hex8772AA15210211061938
Octal20716225225410414063170
Binary1000011111100101010101010101100001010000110000011011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8772AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8772AA; }

 p { color: rgb(135,114,170); }

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

<style>
 a { background-color: #8772AA; }

 a { background-color: rgb(135,114,170); }

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

<style>
 span { border-color: #8772AA; }

 span { border-color: rgb(135,114,170); }

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