#877FAE

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

Shades of Deluge #877FAE

Tints of Deluge #877FAE

Color information

#877FAE (or 0x877FAE) is unknown color: approx Deluge. HEX triplet: 87, 7F and AE. RGB value is (135,127,174). Sum of RGB (Red+Green+Blue) = 135+127+174=436 (57% of max value = 765). Red value is 135 (53.12% from 255 or 30.96% from 436); Green value is 127 (50% from 255 or 29.13% from 436); Blue value is 174 (68.36% from 255 or 39.91% from 436); Max value from RGB is 174 - color contains mainly: blue. Hex color #877FAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #877FAE is #788051. Grayscale: #868686. Windows color (decimal): -7897170 or 11435911. OLE color: 11435911.

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

Color convert

RGB135127174-
CMYK0.220.2700.32
HSL250.21º22.49%59.02%-
HSV(B)250.21º27.01%68.24%-
XYZ25.2223.3943.23-
YUV134.75150.15128.18-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 30.96%
GREEN value IS 127 (50% from 255) = 29.13%
BLUE value IS 174 (68.36% from 255) = 39.91%
R=30.96%
G=29.13%
B=39.91%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1351271740.220.2700.32250.2122.4959.02
Hex877FAE161B020fa163b
Octal20717725626330403722673
Binary10000111111111110101110101101101101000001111101010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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