#876FAE

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

Shades of Deluge #876FAE

Tints of Deluge #876FAE

Color information

#876FAE (or 0x876FAE) is unknown color: approx Deluge. HEX triplet: 87, 6F and AE. RGB value is (135,111,174). Sum of RGB (Red+Green+Blue) = 135+111+174=420 (55% of max value = 765). Red value is 135 (53.12% from 255 or 32.14% from 420); Green value is 111 (43.75% from 255 or 26.43% from 420); Blue value is 174 (68.36% from 255 or 41.43% from 420); Max value from RGB is 174 - color contains mainly: blue. Hex color #876FAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #876FAE is #789051. Grayscale: #7D7D7D. Windows color (decimal): -7901266 or 11431815. OLE color: 11431815.

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

Color convert

RGB135111174-
CMYK0.220.3600.32
HSL262.86º28%55.88%-
HSV(B)262.86º36.21%68.24%-
XYZ23.3219.5842.59-
YUV125.36155.45134.88-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 32.14%
GREEN value IS 111 (43.75% from 255) = 26.43%
BLUE value IS 174 (68.36% from 255) = 41.43%
R=32.14%
G=26.43%
B=41.43%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1351111740.220.3600.32262.862855.88
Hex876FAE16240201071c38
Octal20715725626440404073470
Binary1000011111011111010111010110100100010000010000011111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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