#877FA1

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

Shades of Deluge #877FA1

Tints of Deluge #877FA1

Color information

#877FA1 (or 0x877FA1) is unknown color: approx Deluge. HEX triplet: 87, 7F and A1. RGB value is (135,127,161). Sum of RGB (Red+Green+Blue) = 135+127+161=423 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.91% from 423); Green value is 127 (50% from 255 or 30.02% from 423); Blue value is 161 (63.28% from 255 or 38.06% from 423); Max value from RGB is 161 - color contains mainly: blue. Hex color #877FA1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #877FA1 is #78805E. Grayscale: #858585. Windows color (decimal): -7897183 or 10583943. OLE color: 10583943.

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

Color convert

RGB135127161-
CMYK0.160.2100.37
HSL254.12º15.32%56.47%-
HSV(B)254.12º21.12%63.14%-
XYZ24.0122.936.87-
YUV133.27143.65129.24-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 31.91%
GREEN value IS 127 (50% from 255) = 30.02%
BLUE value IS 161 (63.28% from 255) = 38.06%
R=31.91%
G=30.02%
B=38.06%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1351271610.160.2100.37254.1215.3256.47
Hex877FA11015025fef38
Octal20717724120250453761770
Binary1000011111111111010000110000101010100101111111101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877FA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,127,161); }

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

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

 a { background-color: rgb(135,127,161); }

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

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

 span { border-color: rgb(135,127,161); }

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