#877D9F

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

Shades of Deluge #877D9F

Tints of Deluge #877D9F

Color information

#877D9F (or 0x877D9F) is unknown color: approx Deluge. HEX triplet: 87, 7D and 9F. RGB value is (135,125,159). Sum of RGB (Red+Green+Blue) = 135+125+159=419 (55% of max value = 765). Red value is 135 (53.12% from 255 or 32.22% from 419); Green value is 125 (49.22% from 255 or 29.83% from 419); Blue value is 159 (62.5% from 255 or 37.95% from 419); Max value from RGB is 159 - color contains mainly: blue. Hex color #877D9F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #877D9F is #788260. Grayscale: #838383. Windows color (decimal): -7897697 or 10452359. OLE color: 10452359.

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

Color convert

RGB135125159-
CMYK0.150.2100.38
HSL257.65º15.04%55.69%-
HSV(B)257.65º21.38%62.35%-
XYZ23.5822.3235.87-
YUV131.87143.31130.24-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 32.22%
GREEN value IS 125 (49.22% from 255) = 29.83%
BLUE value IS 159 (62.5% from 255) = 37.95%
R=32.22%
G=29.83%
B=37.95%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1351251590.150.2100.38257.6515.0455.69
Hex877D9FF15026102f38
Octal20717523717250464021770
Binary1000011111111011001111111111010101001101000000101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877D9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,125,159); }

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

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

 a { background-color: rgb(135,125,159); }

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

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

 span { border-color: rgb(135,125,159); }

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