#876CAC

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

Shades of Deluge #876CAC

Tints of Deluge #876CAC

Color information

#876CAC (or 0x876CAC) is unknown color: approx Deluge. HEX triplet: 87, 6C and AC. RGB value is (135,108,172). Sum of RGB (Red+Green+Blue) = 135+108+172=415 (54% of max value = 765). Red value is 135 (53.12% from 255 or 32.53% from 415); Green value is 108 (42.58% from 255 or 26.02% from 415); Blue value is 172 (67.58% from 255 or 41.45% from 415); Max value from RGB is 172 - color contains mainly: blue. Hex color #876CAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #876CAC is #789353. Grayscale: #7B7B7B. Windows color (decimal): -7902036 or 11299975. OLE color: 11299975.

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

Color convert

RGB135108172-
CMYK0.220.3700.33
HSL265.31º27.83%54.9%-
HSV(B)265.31º37.21%67.45%-
XYZ22.818.8541.47-
YUV123.37155.45136.3-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 32.53%
GREEN value IS 108 (42.58% from 255) = 26.02%
BLUE value IS 172 (67.58% from 255) = 41.45%
R=32.53%
G=26.02%
B=41.45%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1351081720.220.3700.33265.3127.8354.9
Hex876CAC16250211091c37
Octal20715425426450414113467
Binary1000011111011001010110010110100101010000110000100111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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