#876FB4

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

Shades of Deluge #876FB4

Tints of Deluge #876FB4

Color information

#876FB4 (or 0x876FB4) is unknown color: approx Deluge. HEX triplet: 87, 6F and B4. RGB value is (135,111,180). Sum of RGB (Red+Green+Blue) = 135+111+180=426 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.69% from 426); Green value is 111 (43.75% from 255 or 26.06% from 426); Blue value is 180 (70.70% from 255 or 42.25% from 426); Max value from RGB is 180 - color contains mainly: blue. Hex color #876FB4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #876FB4 is #78904B. Grayscale: #7D7D7D. Windows color (decimal): -7901260 or 11825031. OLE color: 11825031.

HSL color Cylindrical-coordinate representation of color #876FB4: hue angle of 260.87º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #876FB4 is Cyan = 0.25, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB135111180-
CMYK0.250.3800.29
HSL260.87º31.51%57.06%-
HSV(B)260.87º38.33%70.59%-
XYZ23.9119.8245.74-
YUV126.04158.45134.39-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 31.69%
GREEN value IS 111 (43.75% from 255) = 26.06%
BLUE value IS 180 (70.70% from 255) = 42.25%
R=31.69%
G=26.06%
B=42.25%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1351111800.250.3800.29260.8731.5157.06
Hex876FB4192601D1052039
Octal20715726431460354054071
Binary1000011111011111011010011001100110011101100000101100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876FB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,111,180); }

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

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

 a { background-color: rgb(135,111,180); }

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

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

 span { border-color: rgb(135,111,180); }

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