#876FA7

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

Shades of Deluge #876FA7

Tints of Deluge #876FA7

Color information

#876FA7 (or 0x876FA7) is unknown color: approx Deluge. HEX triplet: 87, 6F and A7. RGB value is (135,111,167). Sum of RGB (Red+Green+Blue) = 135+111+167=413 (54% of max value = 765). Red value is 135 (53.12% from 255 or 32.69% from 413); Green value is 111 (43.75% from 255 or 26.88% from 413); Blue value is 167 (65.62% from 255 or 40.44% from 413); Max value from RGB is 167 - color contains mainly: blue. Hex color #876FA7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #876FA7 is #789058. Grayscale: #7C7C7C. Windows color (decimal): -7901273 or 10973063. OLE color: 10973063.

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

Color convert

RGB135111167-
CMYK0.190.3400.35
HSL265.71º24.14%54.51%-
HSV(B)265.71º33.53%65.49%-
XYZ22.6519.3139.09-
YUV124.56151.95135.45-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 32.69%
GREEN value IS 111 (43.75% from 255) = 26.88%
BLUE value IS 167 (65.62% from 255) = 40.44%
R=32.69%
G=26.88%
B=40.44%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1351111670.190.3400.35265.7124.1454.51
Hex876FA7132202310a1837
Octal20715724723420434123067
Binary1000011111011111010011110011100010010001110000101011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876FA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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