#876BAF

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

Shades of Deluge #876BAF

Tints of Deluge #876BAF

Color information

#876BAF (or 0x876BAF) is unknown color: approx Deluge. HEX triplet: 87, 6B and AF. RGB value is (135,107,175). Sum of RGB (Red+Green+Blue) = 135+107+175=417 (55% of max value = 765). Red value is 135 (53.12% from 255 or 32.37% from 417); Green value is 107 (42.19% from 255 or 25.66% from 417); Blue value is 175 (68.75% from 255 or 41.97% from 417); Max value from RGB is 175 - color contains mainly: blue. Hex color #876BAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #876BAF is #789450. Grayscale: #7A7A7A. Windows color (decimal): -7902289 or 11496327. OLE color: 11496327.

HSL color Cylindrical-coordinate representation of color #876BAF: hue angle of 264.71º 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 #876BAF is Cyan = 0.23, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB135107175-
CMYK0.230.3900.31
HSL264.71º29.82%55.29%-
HSV(B)264.71º38.86%68.63%-
XYZ22.9918.7642.97-
YUV123.12157.28136.47-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 32.37%
GREEN value IS 107 (42.19% from 255) = 25.66%
BLUE value IS 175 (68.75% from 255) = 41.97%
R=32.37%
G=25.66%
B=41.97%

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
Decimal1351071750.230.3900.31264.7129.8255.29
Hex876BAF172701F1091e37
Octal20715325727470374113667
Binary100001111101011101011111011110011101111110000100111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876BAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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