#87759A

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

Shades of Deluge #87759A

Tints of Deluge #87759A

Color information

#87759A (or 0x87759A) is unknown color: approx Deluge. HEX triplet: 87, 75 and 9A. RGB value is (135,117,154). Sum of RGB (Red+Green+Blue) = 135+117+154=406 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.25% from 406); Green value is 117 (46.09% from 255 or 28.82% from 406); Blue value is 154 (60.55% from 255 or 37.93% from 406); Max value from RGB is 154 - color contains mainly: blue. Hex color #87759A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #87759A is #788A65. Grayscale: #7E7E7E. Windows color (decimal): -7899750 or 10122631. OLE color: 10122631.

HSL color Cylindrical-coordinate representation of color #87759A: hue angle of 269.19º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #87759A is Cyan = 0.12, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB135117154-
CMYK0.120.2400.40
HSL269.19º15.48%53.14%-
HSV(B)269.19º24.03%60.39%-
XYZ22.1920.2133.3-
YUV126.6143.46133.99-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 33.25%
GREEN value IS 117 (46.09% from 255) = 28.82%
BLUE value IS 154 (60.55% from 255) = 37.93%
R=33.25%
G=28.82%
B=37.93%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1351171540.120.2400.40269.1915.4853.14
Hex87759AC1802810df35
Octal20716523214300504151765
Binary1000011111101011001101011001100001010001000011011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87759A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87759A; }

 p { color: rgb(135,117,154); }

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

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

 a { background-color: rgb(135,117,154); }

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

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

 span { border-color: rgb(135,117,154); }

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