#877CA6

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

Shades of Deluge #877CA6

Tints of Deluge #877CA6

Color information

#877CA6 (or 0x877CA6) is unknown color: approx Deluge. HEX triplet: 87, 7C and A6. RGB value is (135,124,166). Sum of RGB (Red+Green+Blue) = 135+124+166=425 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.76% from 425); Green value is 124 (48.83% from 255 or 29.18% from 425); Blue value is 166 (65.23% from 255 or 39.06% from 425); Max value from RGB is 166 - color contains mainly: blue. Hex color #877CA6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #877CA6 is #788359. Grayscale: #838383. Windows color (decimal): -7897946 or 10910855. OLE color: 10910855.

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

Color convert

RGB135124166-
CMYK0.190.2500.35
HSL255.71º19.09%56.86%-
HSV(B)255.71º25.3%65.1%-
XYZ24.0822.3239.12-
YUV132.08147.14130.08-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 31.76%
GREEN value IS 124 (48.83% from 255) = 29.18%
BLUE value IS 166 (65.23% from 255) = 39.06%
R=31.76%
G=29.18%
B=39.06%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1351241660.190.2500.35255.7119.0956.86
Hex877CA613190231001339
Octal20717424623310434002371
Binary100001111111100101001101001111001010001110000000010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877CA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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