#876EAC

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

Shades of Deluge #876EAC

Tints of Deluge #876EAC

Color information

#876EAC (or 0x876EAC) is unknown color: approx Deluge. HEX triplet: 87, 6E and AC. RGB value is (135,110,172). Sum of RGB (Red+Green+Blue) = 135+110+172=417 (55% of max value = 765). Red value is 135 (53.12% from 255 or 32.37% from 417); Green value is 110 (43.36% from 255 or 26.38% from 417); Blue value is 172 (67.58% from 255 or 41.25% from 417); Max value from RGB is 172 - color contains mainly: blue. Hex color #876EAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #876EAC is #789153. Grayscale: #7C7C7C. Windows color (decimal): -7901524 or 11300487. OLE color: 11300487.

HSL color Cylindrical-coordinate representation of color #876EAC: hue angle of 264.19º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #876EAC is Cyan = 0.22, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB135110172-
CMYK0.220.3600.33
HSL264.19º27.19%55.29%-
HSV(B)264.19º36.05%67.45%-
XYZ23.0119.2841.54-
YUV124.54154.78135.46-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 32.37%
GREEN value IS 110 (43.36% from 255) = 26.38%
BLUE value IS 172 (67.58% from 255) = 41.25%
R=32.37%
G=26.38%
B=41.25%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1351101720.220.3600.33264.1927.1955.29
Hex876EAC16240211081b37
Octal20715625426440414103367
Binary1000011111011101010110010110100100010000110000100011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,110,172); }

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

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

 a { background-color: rgb(135,110,172); }

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

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

 span { border-color: rgb(135,110,172); }

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