#876DAF

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

Shades of Deluge #876DAF

Tints of Deluge #876DAF

Color information

#876DAF (or 0x876DAF) is unknown color: approx Deluge. HEX triplet: 87, 6D and AF. RGB value is (135,109,175). Sum of RGB (Red+Green+Blue) = 135+109+175=419 (55% of max value = 765). Red value is 135 (53.12% from 255 or 32.22% from 419); Green value is 109 (42.97% from 255 or 26.01% from 419); Blue value is 175 (68.75% from 255 or 41.77% from 419); Max value from RGB is 175 - color contains mainly: blue. Hex color #876DAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #876DAF is #789250. Grayscale: #7C7C7C. Windows color (decimal): -7901777 or 11496839. OLE color: 11496839.

HSL color Cylindrical-coordinate representation of color #876DAF: hue angle of 263.64º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #876DAF is Cyan = 0.23, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB135109175-
CMYK0.230.3800.31
HSL263.64º29.2%55.69%-
HSV(B)263.64º37.71%68.63%-
XYZ23.219.1843.04-
YUV124.3156.61135.63-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 32.22%
GREEN value IS 109 (42.97% from 255) = 26.01%
BLUE value IS 175 (68.75% from 255) = 41.77%
R=32.22%
G=26.01%
B=41.77%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1351091750.230.3800.31263.6429.255.69
Hex876DAF172601F1081d38
Octal20715525727460374103570
Binary100001111101101101011111011110011001111110000100011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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