#877DAD

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

Shades of Deluge #877DAD

Tints of Deluge #877DAD

Color information

#877DAD (or 0x877DAD) is unknown color: approx Deluge. HEX triplet: 87, 7D and AD. RGB value is (135,125,173). Sum of RGB (Red+Green+Blue) = 135+125+173=433 (57% of max value = 765). Red value is 135 (53.12% from 255 or 31.18% from 433); Green value is 125 (49.22% from 255 or 28.87% from 433); Blue value is 173 (67.97% from 255 or 39.95% from 433); Max value from RGB is 173 - color contains mainly: blue. Hex color #877DAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #877DAD is #788252. Grayscale: #858585. Windows color (decimal): -7897683 or 11369863. OLE color: 11369863.

HSL color Cylindrical-coordinate representation of color #877DAD: hue angle of 252.5º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #877DAD is Cyan = 0.22, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB135125173-
CMYK0.220.2800.32
HSL252.5º22.64%58.43%-
HSV(B)252.5º27.75%67.84%-
XYZ24.8722.8442.63-
YUV133.46150.31129.1-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 31.18%
GREEN value IS 125 (49.22% from 255) = 28.87%
BLUE value IS 173 (67.97% from 255) = 39.95%
R=31.18%
G=28.87%
B=39.95%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1351251730.220.2800.32252.522.6458.43
Hex877DAD161C020fd173a
Octal20717525526340403752772
Binary10000111111110110101101101101110001000001111110110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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