#877FAA

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

Shades of Deluge #877FAA

Tints of Deluge #877FAA

Color information

#877FAA (or 0x877FAA) is unknown color: approx Deluge. HEX triplet: 87, 7F and AA. RGB value is (135,127,170). Sum of RGB (Red+Green+Blue) = 135+127+170=432 (57% of max value = 765). Red value is 135 (53.12% from 255 or 31.25% from 432); Green value is 127 (50% from 255 or 29.40% from 432); Blue value is 170 (66.80% from 255 or 39.35% from 432); Max value from RGB is 170 - color contains mainly: blue. Hex color #877FAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #877FAA is #788055. Grayscale: #868686. Windows color (decimal): -7897174 or 11173767. OLE color: 11173767.

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

Color convert

RGB135127170-
CMYK0.210.2500.33
HSL251.16º20.19%58.24%-
HSV(B)251.16º25.29%66.67%-
XYZ24.8423.2341.21-
YUV134.29148.15128.5-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 31.25%
GREEN value IS 127 (50% from 255) = 29.40%
BLUE value IS 170 (66.80% from 255) = 39.35%
R=31.25%
G=29.40%
B=39.35%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1351271700.210.2500.33251.1620.1958.24
Hex877FAA1519021fb143a
Octal20717725225310413732472
Binary10000111111111110101010101011100101000011111101110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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