#887B99

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

Shades of Deluge #887B99

Tints of Deluge #887B99

Color information

#887B99 (or 0x887B99) is unknown color: approx Deluge. HEX triplet: 88, 7B and 99. RGB value is (136,123,153). Sum of RGB (Red+Green+Blue) = 136+123+153=412 (54% of max value = 765). Red value is 136 (53.52% from 255 or 33.01% from 412); Green value is 123 (48.44% from 255 or 29.85% from 412); Blue value is 153 (60.16% from 255 or 37.14% from 412); Max value from RGB is 153 - color contains mainly: blue. Hex color #887B99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #887B99 is #778466. Grayscale: #828282. Windows color (decimal): -7832679 or 10058632. OLE color: 10058632.

HSL color Cylindrical-coordinate representation of color #887B99: hue angle of 266º 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 #887B99 is Cyan = 0.11, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB136123153-
CMYK0.110.2000.4
HSL266º12.82%54.12%-
HSV(B)266º19.61%60%-
XYZ22.9921.733.11-
YUV130.31140.81132.06-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 33.01%
GREEN value IS 123 (48.44% from 255) = 29.85%
BLUE value IS 153 (60.16% from 255) = 37.14%
R=33.01%
G=29.85%
B=37.14%

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
Decimal1361231530.110.2000.426612.8254.12
Hex887B99B1402810ad36
Octal21017323113240504121566
Binary1000100011110111001100110111010001010001000010101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887B99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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