#876AAE

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

Shades of Deluge #876AAE

Tints of Deluge #876AAE

Color information

#876AAE (or 0x876AAE) is unknown color: approx Deluge. HEX triplet: 87, 6A and AE. RGB value is (135,106,174). Sum of RGB (Red+Green+Blue) = 135+106+174=415 (54% of max value = 765). Red value is 135 (53.12% from 255 or 32.53% from 415); Green value is 106 (41.80% from 255 or 25.54% from 415); Blue value is 174 (68.36% from 255 or 41.93% from 415); Max value from RGB is 174 - color contains mainly: blue. Hex color #876AAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #876AAE is #789551. Grayscale: #7A7A7A. Windows color (decimal): -7902546 or 11430535. OLE color: 11430535.

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

Color convert

RGB135106174-
CMYK0.220.3900.32
HSL265.59º29.57%54.9%-
HSV(B)265.59º39.08%68.24%-
XYZ22.7918.5142.42-
YUV122.42157.11136.97-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 32.53%
GREEN value IS 106 (41.80% from 255) = 25.54%
BLUE value IS 174 (68.36% from 255) = 41.93%
R=32.53%
G=25.54%
B=41.93%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1351061740.220.3900.32265.5929.5754.9
Hex876AAE162702010a1e37
Octal20715225626470404123667
Binary1000011111010101010111010110100111010000010000101011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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