#876BB0

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

Shades of Deluge #876BB0

Tints of Deluge #876BB0

Color information

#876BB0 (or 0x876BB0) is unknown color: approx Deluge. HEX triplet: 87, 6B and B0. RGB value is (135,107,176). Sum of RGB (Red+Green+Blue) = 135+107+176=418 (55% of max value = 765). Red value is 135 (53.12% from 255 or 32.30% from 418); Green value is 107 (42.19% from 255 or 25.60% from 418); Blue value is 176 (69.14% from 255 or 42.11% from 418); Max value from RGB is 176 - color contains mainly: blue. Hex color #876BB0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #876BB0 is #78944F. Grayscale: #7A7A7A. Windows color (decimal): -7902288 or 11561863. OLE color: 11561863.

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

Color convert

RGB135107176-
CMYK0.230.3900.31
HSL264.35º30.4%55.49%-
HSV(B)264.35º39.2%69.02%-
XYZ23.0918.843.49-
YUV123.24157.78136.39-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 32.30%
GREEN value IS 107 (42.19% from 255) = 25.60%
BLUE value IS 176 (69.14% from 255) = 42.11%
R=32.30%
G=25.60%
B=42.11%

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
Decimal1351071760.230.3900.31264.3530.455.49
Hex876BB0172701F1081e37
Octal20715326027470374103667
Binary100001111101011101100001011110011101111110000100011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876BB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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