#887D9F

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

Shades of Deluge #887D9F

Tints of Deluge #887D9F

Color information

#887D9F (or 0x887D9F) is unknown color: approx Deluge. HEX triplet: 88, 7D and 9F. RGB value is (136,125,159). Sum of RGB (Red+Green+Blue) = 136+125+159=420 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.38% from 420); Green value is 125 (49.22% from 255 or 29.76% from 420); Blue value is 159 (62.5% from 255 or 37.86% from 420); Max value from RGB is 159 - color contains mainly: blue. Hex color #887D9F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #887D9F is #778260. Grayscale: #848484. Windows color (decimal): -7832161 or 10452360. OLE color: 10452360.

HSL color Cylindrical-coordinate representation of color #887D9F: hue angle of 259.41º degrees, saturation: 0.15, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #887D9F is Cyan = 0.14, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB136125159-
CMYK0.140.2100.38
HSL259.41º15.04%55.69%-
HSV(B)259.41º21.38%62.35%-
XYZ23.7422.435.87-
YUV132.16143.14130.74-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 32.38%
GREEN value IS 125 (49.22% from 255) = 29.76%
BLUE value IS 159 (62.5% from 255) = 37.86%
R=32.38%
G=29.76%
B=37.86%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1361251590.140.2100.38259.4115.0455.69
Hex887D9FE15026103f38
Octal21017523716250464031770
Binary1000100011111011001111111101010101001101000000111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887D9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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