#887AAA

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

Shades of Deluge #887AAA

Tints of Deluge #887AAA

Color information

#887AAA (or 0x887AAA) is unknown color: approx Deluge. HEX triplet: 88, 7A and AA. RGB value is (136,122,170). Sum of RGB (Red+Green+Blue) = 136+122+170=428 (56% of max value = 765). Red value is 136 (53.52% from 255 or 31.78% from 428); Green value is 122 (48.05% from 255 or 28.50% from 428); Blue value is 170 (66.80% from 255 or 39.72% from 428); Max value from RGB is 170 - color contains mainly: blue. Hex color #887AAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #887AAA is #778555. Grayscale: #838383. Windows color (decimal): -7832918 or 11172488. OLE color: 11172488.

HSL color Cylindrical-coordinate representation of color #887AAA: hue angle of 257.5º degrees, saturation: 0.22, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #887AAA is Cyan = 0.20, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB136122170-
CMYK0.200.2800.33
HSL257.5º22.02%57.25%-
HSV(B)257.5º28.24%66.67%-
XYZ24.3722.0641-
YUV131.66149.64131.1-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 31.78%
GREEN value IS 122 (48.05% from 255) = 28.50%
BLUE value IS 170 (66.80% from 255) = 39.72%
R=31.78%
G=28.50%
B=39.72%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1361221700.200.2800.33257.522.0257.25
Hex887AAA141C0211021639
Octal21017225224340414022671
Binary100010001111010101010101010011100010000110000001010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #887AAA; }

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

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

<style>
 a { background-color: #887AAA; }

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

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

<style>
 span { border-color: #887AAA; }

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

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