#876AAF

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

Shades of Deluge #876AAF

Tints of Deluge #876AAF

Color information

#876AAF (or 0x876AAF) is unknown color: approx Deluge. HEX triplet: 87, 6A and AF. RGB value is (135,106,175). Sum of RGB (Red+Green+Blue) = 135+106+175=416 (55% of max value = 765). Red value is 135 (53.12% from 255 or 32.45% from 416); Green value is 106 (41.80% from 255 or 25.48% from 416); Blue value is 175 (68.75% from 255 or 42.07% from 416); Max value from RGB is 175 - color contains mainly: blue. Hex color #876AAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #876AAF is #789550. Grayscale: #7A7A7A. Windows color (decimal): -7902545 or 11496071. OLE color: 11496071.

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

Color convert

RGB135106175-
CMYK0.230.3900.31
HSL265.22º30.13%55.1%-
HSV(B)265.22º39.43%68.63%-
XYZ22.8818.5542.93-
YUV122.54157.61136.89-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 32.45%
GREEN value IS 106 (41.80% from 255) = 25.48%
BLUE value IS 175 (68.75% from 255) = 42.07%
R=32.45%
G=25.48%
B=42.07%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1351061750.230.3900.31265.2230.1355.1
Hex876AAF172701F1091e37
Octal20715225727470374113667
Binary100001111101010101011111011110011101111110000100111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876AAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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