#887C9D

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

Shades of Deluge #887C9D

Tints of Deluge #887C9D

Color information

#887C9D (or 0x887C9D) is unknown color: approx Deluge. HEX triplet: 88, 7C and 9D. RGB value is (136,124,157). Sum of RGB (Red+Green+Blue) = 136+124+157=417 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.61% from 417); Green value is 124 (48.83% from 255 or 29.74% from 417); Blue value is 157 (61.72% from 255 or 37.65% from 417); Max value from RGB is 157 - color contains mainly: blue. Hex color #887C9D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #887C9D is #778362. Grayscale: #838383. Windows color (decimal): -7832419 or 10321032. OLE color: 10321032.

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

Color convert

RGB136124157-
CMYK0.130.2100.38
HSL261.82º14.41%55.1%-
HSV(B)261.82º21.02%61.57%-
XYZ23.4522.0834.93-
YUV131.35142.48131.32-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 32.61%
GREEN value IS 124 (48.83% from 255) = 29.74%
BLUE value IS 157 (61.72% from 255) = 37.65%
R=32.61%
G=29.74%
B=37.65%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1361241570.130.2100.38261.8214.4155.1
Hex887C9DD15026106e37
Octal21017423515250464061667
Binary1000100011111001001110111011010101001101000001101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887C9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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