#877C9D

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

Shades of Deluge #877C9D

Tints of Deluge #877C9D

Color information

#877C9D (or 0x877C9D) is unknown color: approx Deluge. HEX triplet: 87, 7C and 9D. RGB value is (135,124,157). Sum of RGB (Red+Green+Blue) = 135+124+157=416 (55% of max value = 765). Red value is 135 (53.12% from 255 or 32.45% from 416); Green value is 124 (48.83% from 255 or 29.81% from 416); Blue value is 157 (61.72% from 255 or 37.74% from 416); Max value from RGB is 157 - color contains mainly: blue. Hex color #877C9D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #877C9D is #788362. Grayscale: #828282. Windows color (decimal): -7897955 or 10321031. OLE color: 10321031.

HSL color Cylindrical-coordinate representation of color #877C9D: hue angle of 260º degrees, saturation: 0.14, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #877C9D is Cyan = 0.14, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB135124157-
CMYK0.140.2100.38
HSL260º14.41%55.1%-
HSV(B)260º21.02%61.57%-
XYZ23.292234.92-
YUV131.05142.64130.82-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 32.45%
GREEN value IS 124 (48.83% from 255) = 29.81%
BLUE value IS 157 (61.72% from 255) = 37.74%
R=32.45%
G=29.81%
B=37.74%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1351241570.140.2100.3826014.4155.1
Hex877C9DE15026104e37
Octal20717423516250464041667
Binary1000011111111001001110111101010101001101000001001110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877C9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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