#877CAC

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

Shades of Deluge #877CAC

Tints of Deluge #877CAC

Color information

#877CAC (or 0x877CAC) is unknown color: approx Deluge. HEX triplet: 87, 7C and AC. RGB value is (135,124,172). Sum of RGB (Red+Green+Blue) = 135+124+172=431 (57% of max value = 765). Red value is 135 (53.12% from 255 or 31.32% from 431); Green value is 124 (48.83% from 255 or 28.77% from 431); Blue value is 172 (67.58% from 255 or 39.91% from 431); Max value from RGB is 172 - color contains mainly: blue. Hex color #877CAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #877CAC is #788353. Grayscale: #848484. Windows color (decimal): -7897940 or 11304071. OLE color: 11304071.

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

Color convert

RGB135124172-
CMYK0.220.2800.33
HSL253.75º22.43%58.04%-
HSV(B)253.75º27.91%67.45%-
XYZ24.6522.5442.08-
YUV132.76150.14129.6-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 31.32%
GREEN value IS 124 (48.83% from 255) = 28.77%
BLUE value IS 172 (67.58% from 255) = 39.91%
R=31.32%
G=28.77%
B=39.91%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1351241720.220.2800.33253.7522.4358.04
Hex877CAC161C021fe163a
Octal20717425426340413762672
Binary10000111111110010101100101101110001000011111111010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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