#887899

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

Shades of Deluge #887899

Tints of Deluge #887899

Color information

#887899 (or 0x887899) is unknown color: approx Deluge. HEX triplet: 88, 78 and 99. RGB value is (136,120,153). Sum of RGB (Red+Green+Blue) = 136+120+153=409 (54% of max value = 765). Red value is 136 (53.52% from 255 or 33.25% from 409); Green value is 120 (47.27% from 255 or 29.34% from 409); Blue value is 153 (60.16% from 255 or 37.41% from 409); Max value from RGB is 153 - color contains mainly: blue. Hex color #887899 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #887899 is #778766. Grayscale: #808080. Windows color (decimal): -7833447 or 10057864. OLE color: 10057864.

HSL color Cylindrical-coordinate representation of color #887899: hue angle of 269.09º degrees, saturation: 0.14, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #887899 is Cyan = 0.11, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB136120153-
CMYK0.110.2200.4
HSL269.09º13.92%53.53%-
HSV(B)269.09º21.57%60%-
XYZ22.6220.9732.99-
YUV128.55141.8133.32-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 33.25%
GREEN value IS 120 (47.27% from 255) = 29.34%
BLUE value IS 153 (60.16% from 255) = 37.41%
R=33.25%
G=29.34%
B=37.41%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1361201530.110.2200.4269.0913.9253.53
Hex887899B1602810de36
Octal21017023113260504151666
Binary1000100011110001001100110111011001010001000011011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #887899; }

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

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

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

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

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

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

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

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