#876AAA

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

Shades of Deluge #876AAA

Tints of Deluge #876AAA

Color information

#876AAA (or 0x876AAA) is unknown color: approx Deluge. HEX triplet: 87, 6A and AA. RGB value is (135,106,170). Sum of RGB (Red+Green+Blue) = 135+106+170=411 (54% of max value = 765). Red value is 135 (53.12% from 255 or 32.85% from 411); Green value is 106 (41.80% from 255 or 25.79% from 411); Blue value is 170 (66.80% from 255 or 41.36% from 411); Max value from RGB is 170 - color contains mainly: blue. Hex color #876AAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #876AAA is #789555. Grayscale: #797979. Windows color (decimal): -7902550 or 11168391. OLE color: 11168391.

HSL color Cylindrical-coordinate representation of color #876AAA: hue angle of 267.19º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #876AAA is Cyan = 0.21, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB135106170-
CMYK0.210.3800.33
HSL267.19º27.35%54.12%-
HSV(B)267.19º37.65%66.67%-
XYZ22.418.3640.39-
YUV121.97155.11137.3-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 32.85%
GREEN value IS 106 (41.80% from 255) = 25.79%
BLUE value IS 170 (66.80% from 255) = 41.36%
R=32.85%
G=25.79%
B=41.36%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1351061700.210.3800.33267.1927.3554.12
Hex876AAA152602110b1b36
Octal20715225225460414133366
Binary1000011111010101010101010101100110010000110000101111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,106,170); }

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

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

 a { background-color: rgb(135,106,170); }

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

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

 span { border-color: rgb(135,106,170); }

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