#876EA5

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

Shades of Deluge #876EA5

Tints of Deluge #876EA5

Color information

#876EA5 (or 0x876EA5) is unknown color: approx Deluge. HEX triplet: 87, 6E and A5. RGB value is (135,110,165). Sum of RGB (Red+Green+Blue) = 135+110+165=410 (54% of max value = 765). Red value is 135 (53.12% from 255 or 32.93% from 410); Green value is 110 (43.36% from 255 or 26.83% from 410); Blue value is 165 (64.84% from 255 or 40.24% from 410); Max value from RGB is 165 - color contains mainly: blue. Hex color #876EA5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #876EA5 is #78915A. Grayscale: #7B7B7B. Windows color (decimal): -7901531 or 10841735. OLE color: 10841735.

HSL color Cylindrical-coordinate representation of color #876EA5: hue angle of 267.27º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #876EA5 is Cyan = 0.18, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB135110165-
CMYK0.180.3300.35
HSL267.27º23.4%53.92%-
HSV(B)267.27º33.33%64.71%-
XYZ22.3619.0238.09-
YUV123.74151.28136.03-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 32.93%
GREEN value IS 110 (43.36% from 255) = 26.83%
BLUE value IS 165 (64.84% from 255) = 40.24%
R=32.93%
G=26.83%
B=40.24%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1351101650.180.3300.35267.2723.453.92
Hex876EA5122102310b1736
Octal20715624522410434132766
Binary1000011111011101010010110010100001010001110000101110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876EA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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