#876DA7

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

Shades of Deluge #876DA7

Tints of Deluge #876DA7

Color information

#876DA7 (or 0x876DA7) is unknown color: approx Deluge. HEX triplet: 87, 6D and A7. RGB value is (135,109,167). Sum of RGB (Red+Green+Blue) = 135+109+167=411 (54% of max value = 765). Red value is 135 (53.12% from 255 or 32.85% from 411); Green value is 109 (42.97% from 255 or 26.52% from 411); Blue value is 167 (65.62% from 255 or 40.63% from 411); Max value from RGB is 167 - color contains mainly: blue. Hex color #876DA7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #876DA7 is #789258. Grayscale: #7B7B7B. Windows color (decimal): -7901785 or 10972551. OLE color: 10972551.

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

Color convert

RGB135109167-
CMYK0.190.3500.35
HSL266.9º24.79%54.12%-
HSV(B)266.9º34.73%65.49%-
XYZ22.4418.8839.02-
YUV123.39152.61136.28-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 32.85%
GREEN value IS 109 (42.97% from 255) = 26.52%
BLUE value IS 167 (65.62% from 255) = 40.63%
R=32.85%
G=26.52%
B=40.63%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1351091670.190.3500.35266.924.7954.12
Hex876DA7132302310b1936
Octal20715524723430434133166
Binary1000011111011011010011110011100011010001110000101111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876DA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,109,167); }

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

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

 a { background-color: rgb(135,109,167); }

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

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

 span { border-color: rgb(135,109,167); }

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