#887D99

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

Shades of Deluge #887D99

Tints of Deluge #887D99

Color information

#887D99 (or 0x887D99) is unknown color: approx Deluge. HEX triplet: 88, 7D and 99. RGB value is (136,125,153). Sum of RGB (Red+Green+Blue) = 136+125+153=414 (54% of max value = 765). Red value is 136 (53.52% from 255 or 32.85% from 414); Green value is 125 (49.22% from 255 or 30.19% from 414); Blue value is 153 (60.16% from 255 or 36.96% from 414); Max value from RGB is 153 - color contains mainly: blue. Hex color #887D99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #887D99 is #778266. Grayscale: #838383. Windows color (decimal): -7832167 or 10059144. OLE color: 10059144.

HSL color Cylindrical-coordinate representation of color #887D99: hue angle of 263.57º degrees, saturation: 0.12, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #887D99 is Cyan = 0.11, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB136125153-
CMYK0.110.1800.4
HSL263.57º12.07%54.51%-
HSV(B)263.57º18.3%60%-
XYZ23.2422.233.2-
YUV131.48140.14131.22-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 32.85%
GREEN value IS 125 (49.22% from 255) = 30.19%
BLUE value IS 153 (60.16% from 255) = 36.96%
R=32.85%
G=30.19%
B=36.96%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1361251530.110.1800.4263.5712.0754.51
Hex887D99B12028108c37
Octal21017523113220504101467
Binary1000100011111011001100110111001001010001000010001100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887D99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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