#87739C

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

Shades of Deluge #87739C

Tints of Deluge #87739C

Color information

#87739C (or 0x87739C) is unknown color: approx Deluge. HEX triplet: 87, 73 and 9C. RGB value is (135,115,156). Sum of RGB (Red+Green+Blue) = 135+115+156=406 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.25% from 406); Green value is 115 (45.31% from 255 or 28.33% from 406); Blue value is 156 (61.33% from 255 or 38.42% from 406); Max value from RGB is 156 - color contains mainly: blue. Hex color #87739C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #87739C is #788C63. Grayscale: #7D7D7D. Windows color (decimal): -7900260 or 10253191. OLE color: 10253191.

HSL color Cylindrical-coordinate representation of color #87739C: hue angle of 269.27º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #87739C is Cyan = 0.13, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB135115156-
CMYK0.130.2600.39
HSL269.27º17.15%53.14%-
HSV(B)269.27º26.28%61.18%-
XYZ22.1219.8134.11-
YUV125.65145.13134.67-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 33.25%
GREEN value IS 115 (45.31% from 255) = 28.33%
BLUE value IS 156 (61.33% from 255) = 38.42%
R=33.25%
G=28.33%
B=38.42%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1351151560.130.2600.39269.2717.1553.14
Hex87739CD1A02710d1135
Octal20716323415320474152165
Binary10000111111001110011100110111010010011110000110110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87739C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87739C; }

 p { color: rgb(135,115,156); }

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

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

 a { background-color: rgb(135,115,156); }

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

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

 span { border-color: rgb(135,115,156); }

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