#876AAB

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

Shades of Deluge #876AAB

Tints of Deluge #876AAB

Color information

#876AAB (or 0x876AAB) is unknown color: approx Deluge. HEX triplet: 87, 6A and AB. RGB value is (135,106,171). Sum of RGB (Red+Green+Blue) = 135+106+171=412 (54% of max value = 765). Red value is 135 (53.12% from 255 or 32.77% from 412); Green value is 106 (41.80% from 255 or 25.73% from 412); Blue value is 171 (67.19% from 255 or 41.50% from 412); Max value from RGB is 171 - color contains mainly: blue. Hex color #876AAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #876AAB is #789554. Grayscale: #797979. Windows color (decimal): -7902549 or 11233927. OLE color: 11233927.

HSL color Cylindrical-coordinate representation of color #876AAB: hue angle of 266.77º degrees, saturation: 0.28, 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 #876AAB is Cyan = 0.21, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB135106171-
CMYK0.210.3800.33
HSL266.77º27.9%54.31%-
HSV(B)266.77º38.01%67.06%-
XYZ22.518.440.89-
YUV122.08155.61137.21-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 32.77%
GREEN value IS 106 (41.80% from 255) = 25.73%
BLUE value IS 171 (67.19% from 255) = 41.50%
R=32.77%
G=25.73%
B=41.50%

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
Decimal1351061710.210.3800.33266.7727.954.31
Hex876AAB152602110b1c36
Octal20715225325460414133466
Binary1000011111010101010101110101100110010000110000101111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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