#887E9F

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

Shades of Deluge #887E9F

Tints of Deluge #887E9F

Color information

#887E9F (or 0x887E9F) is unknown color: approx Deluge. HEX triplet: 88, 7E and 9F. RGB value is (136,126,159). Sum of RGB (Red+Green+Blue) = 136+126+159=421 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.30% from 421); Green value is 126 (49.61% from 255 or 29.93% from 421); Blue value is 159 (62.5% from 255 or 37.77% from 421); Max value from RGB is 159 - color contains mainly: blue. Hex color #887E9F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #887E9F is #778160. Grayscale: #848484. Windows color (decimal): -7831905 or 10452616. OLE color: 10452616.

HSL color Cylindrical-coordinate representation of color #887E9F: hue angle of 258.18º 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 #887E9F is Cyan = 0.14, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB136126159-
CMYK0.140.2100.38
HSL258.18º14.67%55.88%-
HSV(B)258.18º20.75%62.35%-
XYZ23.8722.6635.92-
YUV132.75142.81130.32-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 32.30%
GREEN value IS 126 (49.61% from 255) = 29.93%
BLUE value IS 159 (62.5% from 255) = 37.77%
R=32.30%
G=29.93%
B=37.77%

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
Decimal1361261590.140.2100.38258.1814.6755.88
Hex887E9FE15026102f38
Octal21017623716250464021770
Binary1000100011111101001111111101010101001101000000101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887E9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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