#876BA5

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

Shades of Deluge #876BA5

Tints of Deluge #876BA5

Color information

#876BA5 (or 0x876BA5) is unknown color: approx Deluge. HEX triplet: 87, 6B and A5. RGB value is (135,107,165). Sum of RGB (Red+Green+Blue) = 135+107+165=407 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.17% from 407); Green value is 107 (42.19% from 255 or 26.29% from 407); Blue value is 165 (64.84% from 255 or 40.54% from 407); Max value from RGB is 165 - color contains mainly: blue. Hex color #876BA5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #876BA5 is #78945A. Grayscale: #797979. Windows color (decimal): -7902299 or 10840967. OLE color: 10840967.

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

Color convert

RGB135107165-
CMYK0.180.3500.35
HSL268.97º24.37%53.33%-
HSV(B)268.97º35.15%64.71%-
XYZ22.0418.3837.98-
YUV121.98152.28137.28-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 33.17%
GREEN value IS 107 (42.19% from 255) = 26.29%
BLUE value IS 165 (64.84% from 255) = 40.54%
R=33.17%
G=26.29%
B=40.54%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1351071650.180.3500.35268.9724.3753.33
Hex876BA5122302310d1835
Octal20715324522430434153065
Binary1000011111010111010010110010100011010001110000110111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876BA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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