#877CAE

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

Shades of Deluge #877CAE

Tints of Deluge #877CAE

Color information

#877CAE (or 0x877CAE) is unknown color: approx Deluge. HEX triplet: 87, 7C and AE. RGB value is (135,124,174). Sum of RGB (Red+Green+Blue) = 135+124+174=433 (57% of max value = 765). Red value is 135 (53.12% from 255 or 31.18% from 433); Green value is 124 (48.83% from 255 or 28.64% from 433); Blue value is 174 (68.36% from 255 or 40.18% from 433); Max value from RGB is 174 - color contains mainly: blue. Hex color #877CAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #877CAE is #788351. Grayscale: #848484. Windows color (decimal): -7897938 or 11435143. OLE color: 11435143.

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

Color convert

RGB135124174-
CMYK0.220.2900.32
HSL253.2º23.58%58.43%-
HSV(B)253.2º28.74%68.24%-
XYZ24.8422.6243.1-
YUV132.99151.14129.43-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 31.18%
GREEN value IS 124 (48.83% from 255) = 28.64%
BLUE value IS 174 (68.36% from 255) = 40.18%
R=31.18%
G=28.64%
B=40.18%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1351241740.220.2900.32253.223.5858.43
Hex877CAE161D020fd183a
Octal20717425626350403753072
Binary10000111111110010101110101101110101000001111110111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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