#887A99

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

Shades of Deluge #887A99

Tints of Deluge #887A99

Color information

#887A99 (or 0x887A99) is unknown color: approx Deluge. HEX triplet: 88, 7A and 99. RGB value is (136,122,153). Sum of RGB (Red+Green+Blue) = 136+122+153=411 (54% of max value = 765). Red value is 136 (53.52% from 255 or 33.09% from 411); Green value is 122 (48.05% from 255 or 29.68% from 411); Blue value is 153 (60.16% from 255 or 37.23% from 411); Max value from RGB is 153 - color contains mainly: blue. Hex color #887A99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #887A99 is #778566. Grayscale: #818181. Windows color (decimal): -7832935 or 10058376. OLE color: 10058376.

HSL color Cylindrical-coordinate representation of color #887A99: hue angle of 267.1º degrees, saturation: 0.13, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #887A99 is Cyan = 0.11, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB136122153-
CMYK0.110.2000.4
HSL267.1º13.19%53.92%-
HSV(B)267.1º20.26%60%-
XYZ22.8621.4533.07-
YUV129.72141.14132.48-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 33.09%
GREEN value IS 122 (48.05% from 255) = 29.68%
BLUE value IS 153 (60.16% from 255) = 37.23%
R=33.09%
G=29.68%
B=37.23%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1361221530.110.2000.4267.113.1953.92
Hex887A99B1402810bd36
Octal21017223113240504131566
Binary1000100011110101001100110111010001010001000010111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887A99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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