#887AAB

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

Shades of Deluge #887AAB

Tints of Deluge #887AAB

Color information

#887AAB (or 0x887AAB) is unknown color: approx Deluge. HEX triplet: 88, 7A and AB. RGB value is (136,122,171). Sum of RGB (Red+Green+Blue) = 136+122+171=429 (56% of max value = 765). Red value is 136 (53.52% from 255 or 31.70% from 429); Green value is 122 (48.05% from 255 or 28.44% from 429); Blue value is 171 (67.19% from 255 or 39.86% from 429); Max value from RGB is 171 - color contains mainly: blue. Hex color #887AAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #887AAB is #778554. Grayscale: #838383. Windows color (decimal): -7832917 or 11238024. OLE color: 11238024.

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

Color convert

RGB136122171-
CMYK0.200.2900.33
HSL257.14º22.58%57.45%-
HSV(B)257.14º28.65%67.06%-
XYZ24.4622.0941.5-
YUV131.77150.14131.02-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 31.70%
GREEN value IS 122 (48.05% from 255) = 28.44%
BLUE value IS 171 (67.19% from 255) = 39.86%
R=31.70%
G=28.44%
B=39.86%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1361221710.200.2900.33257.1422.5857.45
Hex887AAB141D0211011739
Octal21017225324350414012771
Binary100010001111010101010111010011101010000110000000110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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