#87789A

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

Shades of Deluge #87789A

Tints of Deluge #87789A

Color information

#87789A (or 0x87789A) is unknown color: approx Deluge. HEX triplet: 87, 78 and 9A. RGB value is (135,120,154). Sum of RGB (Red+Green+Blue) = 135+120+154=409 (54% of max value = 765). Red value is 135 (53.12% from 255 or 33.01% from 409); Green value is 120 (47.27% from 255 or 29.34% from 409); Blue value is 154 (60.55% from 255 or 37.65% from 409); Max value from RGB is 154 - color contains mainly: blue. Hex color #87789A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #87789A is #788765. Grayscale: #808080. Windows color (decimal): -7898982 or 10123399. OLE color: 10123399.

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

Color convert

RGB135120154-
CMYK0.120.2200.40
HSL266.47º14.41%53.73%-
HSV(B)266.47º22.08%60.39%-
XYZ22.5420.9233.42-
YUV128.36142.47132.74-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 33.01%
GREEN value IS 120 (47.27% from 255) = 29.34%
BLUE value IS 154 (60.55% from 255) = 37.65%
R=33.01%
G=29.34%
B=37.65%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1351201540.120.2200.40266.4714.4153.73
Hex87789AC1602810ae36
Octal20717023214260504121666
Binary1000011111110001001101011001011001010001000010101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87789A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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