#877FA7

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

Shades of Deluge #877FA7

Tints of Deluge #877FA7

Color information

#877FA7 (or 0x877FA7) is unknown color: approx Deluge. HEX triplet: 87, 7F and A7. RGB value is (135,127,167). Sum of RGB (Red+Green+Blue) = 135+127+167=429 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.47% from 429); Green value is 127 (50% from 255 or 29.60% from 429); Blue value is 167 (65.62% from 255 or 38.93% from 429); Max value from RGB is 167 - color contains mainly: blue. Hex color #877FA7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #877FA7 is #788058. Grayscale: #858585. Windows color (decimal): -7897177 or 10977159. OLE color: 10977159.

HSL color Cylindrical-coordinate representation of color #877FA7: hue angle of 252º degrees, saturation: 0.19, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #877FA7 is Cyan = 0.19, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB135127167-
CMYK0.190.2400.35
HSL252º18.52%57.65%-
HSV(B)252º23.95%65.49%-
XYZ24.5623.1239.73-
YUV133.95146.65128.75-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 31.47%
GREEN value IS 127 (50% from 255) = 29.60%
BLUE value IS 167 (65.62% from 255) = 38.93%
R=31.47%
G=29.60%
B=38.93%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1351271670.190.2400.3525218.5257.65
Hex877FA71318023fc133a
Octal20717724723300433742372
Binary10000111111111110100111100111100001000111111110010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877FA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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