#876CAF

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

Shades of Deluge #876CAF

Tints of Deluge #876CAF

Color information

#876CAF (or 0x876CAF) is unknown color: approx Deluge. HEX triplet: 87, 6C and AF. RGB value is (135,108,175). Sum of RGB (Red+Green+Blue) = 135+108+175=418 (55% of max value = 765). Red value is 135 (53.12% from 255 or 32.30% from 418); Green value is 108 (42.58% from 255 or 25.84% from 418); Blue value is 175 (68.75% from 255 or 41.87% from 418); Max value from RGB is 175 - color contains mainly: blue. Hex color #876CAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #876CAF is #789350. Grayscale: #7B7B7B. Windows color (decimal): -7902033 or 11496583. OLE color: 11496583.

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

Color convert

RGB135108175-
CMYK0.230.3800.31
HSL264.18º29.52%55.49%-
HSV(B)264.18º38.29%68.63%-
XYZ23.0918.9743-
YUV123.71156.95136.05-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 32.30%
GREEN value IS 108 (42.58% from 255) = 25.84%
BLUE value IS 175 (68.75% from 255) = 41.87%
R=32.30%
G=25.84%
B=41.87%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1351081750.230.3800.31264.1829.5255.49
Hex876CAF172601F1081e37
Octal20715425727460374103667
Binary100001111101100101011111011110011001111110000100011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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