#877AAE

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

Shades of Deluge #877AAE

Tints of Deluge #877AAE

Color information

#877AAE (or 0x877AAE) is unknown color: approx Deluge. HEX triplet: 87, 7A and AE. RGB value is (135,122,174). Sum of RGB (Red+Green+Blue) = 135+122+174=431 (57% of max value = 765). Red value is 135 (53.12% from 255 or 31.32% from 431); Green value is 122 (48.05% from 255 or 28.31% from 431); Blue value is 174 (68.36% from 255 or 40.37% from 431); Max value from RGB is 174 - color contains mainly: blue. Hex color #877AAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #877AAE is #788551. Grayscale: #838383. Windows color (decimal): -7898450 or 11434631. OLE color: 11434631.

HSL color Cylindrical-coordinate representation of color #877AAE: hue angle of 255º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #877AAE is Cyan = 0.22, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB135122174-
CMYK0.220.3000.32
HSL255º24.3%58.04%-
HSV(B)255º29.89%68.24%-
XYZ24.5922.1343.02-
YUV131.82151.81130.27-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 31.32%
GREEN value IS 122 (48.05% from 255) = 28.31%
BLUE value IS 174 (68.36% from 255) = 40.37%
R=31.32%
G=28.31%
B=40.37%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1351221740.220.3000.3225524.358.04
Hex877AAE161E020ff183a
Octal20717225626360403773072
Binary10000111111101010101110101101111001000001111111111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #877AAE; }

 p { color: rgb(135,122,174); }

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

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

 a { background-color: rgb(135,122,174); }

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

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

 span { border-color: rgb(135,122,174); }

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