#877699

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

Shades of Deluge #877699

Tints of Deluge #877699

Color information

#877699 (or 0x877699) is unknown color: approx Deluge. HEX triplet: 87, 76 and 99. RGB value is (135,118,153). Sum of RGB (Red+Green+Blue) = 135+118+153=406 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.25% from 406); Green value is 118 (46.48% from 255 or 29.06% from 406); Blue value is 153 (60.16% from 255 or 37.68% from 406); Max value from RGB is 153 - color contains mainly: blue. Hex color #877699 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #877699 is #788966. Grayscale: #7E7E7E. Windows color (decimal): -7899495 or 10057351. OLE color: 10057351.

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

Color convert

RGB135118153-
CMYK0.120.2300.4
HSL269.14º14.64%53.14%-
HSV(B)269.14º22.88%60%-
XYZ22.2220.4132.9-
YUV127.07142.63133.65-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 33.25%
GREEN value IS 118 (46.48% from 255) = 29.06%
BLUE value IS 153 (60.16% from 255) = 37.68%
R=33.25%
G=29.06%
B=37.68%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1351181530.120.2300.4269.1414.6453.14
Hex877699C1702810df35
Octal20716623114270504151765
Binary1000011111101101001100111001011101010001000011011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #877699; }

 p { color: rgb(135,118,153); }

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

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

 a { background-color: rgb(135,118,153); }

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

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

 span { border-color: rgb(135,118,153); }

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