#876CA4

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

Shades of Deluge #876CA4

Tints of Deluge #876CA4

Color information

#876CA4 (or 0x876CA4) is unknown color: approx Deluge. HEX triplet: 87, 6C and A4. RGB value is (135,108,164). Sum of RGB (Red+Green+Blue) = 135+108+164=407 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.17% from 407); Green value is 108 (42.58% from 255 or 26.54% from 407); Blue value is 164 (64.45% from 255 or 40.29% from 407); Max value from RGB is 164 - color contains mainly: blue. Hex color #876CA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #876CA4 is #78935B. Grayscale: #7A7A7A. Windows color (decimal): -7902044 or 10775687. OLE color: 10775687.

HSL color Cylindrical-coordinate representation of color #876CA4: hue angle of 268.93º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #876CA4 is Cyan = 0.18, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB135108164-
CMYK0.180.3400.36
HSL268.93º23.53%53.33%-
HSV(B)268.93º34.15%64.31%-
XYZ22.0618.5637.54-
YUV122.46151.45136.95-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 33.17%
GREEN value IS 108 (42.58% from 255) = 26.54%
BLUE value IS 164 (64.45% from 255) = 40.29%
R=33.17%
G=26.54%
B=40.29%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1351081640.180.3400.36268.9323.5353.33
Hex876CA4122202410d1835
Octal20715424422420444153065
Binary1000011111011001010010010010100010010010010000110111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876CA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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