#887CAA

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

Shades of Deluge #887CAA

Tints of Deluge #887CAA

Color information

#887CAA (or 0x887CAA) is unknown color: approx Deluge. HEX triplet: 88, 7C and AA. RGB value is (136,124,170). Sum of RGB (Red+Green+Blue) = 136+124+170=430 (56% of max value = 765). Red value is 136 (53.52% from 255 or 31.63% from 430); Green value is 124 (48.83% from 255 or 28.84% from 430); Blue value is 170 (66.80% from 255 or 39.53% from 430); Max value from RGB is 170 - color contains mainly: blue. Hex color #887CAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #887CAA is #778355. Grayscale: #848484. Windows color (decimal): -7832406 or 11173000. OLE color: 11173000.

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

Color convert

RGB136124170-
CMYK0.200.2700.33
HSL255.65º21.3%57.65%-
HSV(B)255.65º27.06%66.67%-
XYZ24.6222.5541.09-
YUV132.83148.98130.26-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 31.63%
GREEN value IS 124 (48.83% from 255) = 28.84%
BLUE value IS 170 (66.80% from 255) = 39.53%
R=31.63%
G=28.84%
B=39.53%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1361241700.200.2700.33255.6521.357.65
Hex887CAA141B021100153a
Octal21017425224330414002572
Binary100010001111100101010101010011011010000110000000010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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