#8876AA

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

Shades of Deluge #8876AA

Tints of Deluge #8876AA

Color information

#8876AA (or 0x8876AA) is unknown color: approx Deluge. HEX triplet: 88, 76 and AA. RGB value is (136,118,170). Sum of RGB (Red+Green+Blue) = 136+118+170=424 (56% of max value = 765). Red value is 136 (53.52% from 255 or 32.08% from 424); Green value is 118 (46.48% from 255 or 27.83% from 424); Blue value is 170 (66.80% from 255 or 40.09% from 424); Max value from RGB is 170 - color contains mainly: blue. Hex color #8876AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8876AA is #778955. Grayscale: #818181. Windows color (decimal): -7833942 or 11171464. OLE color: 11171464.

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

Color convert

RGB136118170-
CMYK0.200.3100.33
HSL260.77º23.42%56.47%-
HSV(B)260.77º30.59%66.67%-
XYZ23.8921.0940.84-
YUV129.31150.96132.77-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 32.08%
GREEN value IS 118 (46.48% from 255) = 27.83%
BLUE value IS 170 (66.80% from 255) = 40.09%
R=32.08%
G=27.83%
B=40.09%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1361181700.200.3100.33260.7723.4256.47
Hex8876AA141F0211051738
Octal21016625224370414052770
Binary100010001110110101010101010011111010000110000010110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8876AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,118,170); }

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

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

 a { background-color: rgb(136,118,170); }

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

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

 span { border-color: rgb(136,118,170); }

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