#87769A

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

Shades of Deluge #87769A

Tints of Deluge #87769A

Color information

#87769A (or 0x87769A) is unknown color: approx Deluge. HEX triplet: 87, 76 and 9A. RGB value is (135,118,154). Sum of RGB (Red+Green+Blue) = 135+118+154=407 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.17% from 407); Green value is 118 (46.48% from 255 or 28.99% from 407); Blue value is 154 (60.55% from 255 or 37.84% from 407); Max value from RGB is 154 - color contains mainly: blue. Hex color #87769A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #87769A is #788965. Grayscale: #7F7F7F. Windows color (decimal): -7899494 or 10122887. OLE color: 10122887.

HSL color Cylindrical-coordinate representation of color #87769A: hue angle of 268.33º 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 #87769A is Cyan = 0.12, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB135118154-
CMYK0.120.2300.40
HSL268.33º15.13%53.33%-
HSV(B)268.33º23.38%60.39%-
XYZ22.320.4433.34-
YUV127.19143.13133.57-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 33.17%
GREEN value IS 118 (46.48% from 255) = 28.99%
BLUE value IS 154 (60.55% from 255) = 37.84%
R=33.17%
G=28.99%
B=37.84%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1351181540.120.2300.40268.3315.1353.33
Hex87769AC1702810cf35
Octal20716623214270504141765
Binary1000011111101101001101011001011101010001000011001111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87769A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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