#876CA6

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

Shades of Deluge #876CA6

Tints of Deluge #876CA6

Color information

#876CA6 (or 0x876CA6) is unknown color: approx Deluge. HEX triplet: 87, 6C and A6. RGB value is (135,108,166). Sum of RGB (Red+Green+Blue) = 135+108+166=409 (54% of max value = 765). Red value is 135 (53.12% from 255 or 33.01% from 409); Green value is 108 (42.58% from 255 or 26.41% from 409); Blue value is 166 (65.23% from 255 or 40.59% from 409); Max value from RGB is 166 - color contains mainly: blue. Hex color #876CA6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #876CA6 is #789359. Grayscale: #7A7A7A. Windows color (decimal): -7902042 or 10906759. OLE color: 10906759.

HSL color Cylindrical-coordinate representation of color #876CA6: hue angle of 267.93º degrees, saturation: 0.25, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #876CA6 is Cyan = 0.19, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB135108166-
CMYK0.190.3500.35
HSL267.93º24.58%53.73%-
HSV(B)267.93º34.94%65.1%-
XYZ22.2418.6338.5-
YUV122.68152.45136.78-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 33.01%
GREEN value IS 108 (42.58% from 255) = 26.41%
BLUE value IS 166 (65.23% from 255) = 40.59%
R=33.01%
G=26.41%
B=40.59%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1351081660.190.3500.35267.9324.5853.73
Hex876CA6132302310c1936
Octal20715424623430434143166
Binary1000011111011001010011010011100011010001110000110011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876CA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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