#877FAC

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

Shades of Deluge #877FAC

Tints of Deluge #877FAC

Color information

#877FAC (or 0x877FAC) is unknown color: approx Deluge. HEX triplet: 87, 7F and AC. RGB value is (135,127,172). Sum of RGB (Red+Green+Blue) = 135+127+172=434 (57% of max value = 765). Red value is 135 (53.12% from 255 or 31.11% from 434); Green value is 127 (50% from 255 or 29.26% from 434); Blue value is 172 (67.58% from 255 or 39.63% from 434); Max value from RGB is 172 - color contains mainly: blue. Hex color #877FAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #877FAC is #788053. Grayscale: #868686. Windows color (decimal): -7897172 or 11304839. OLE color: 11304839.

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

Color convert

RGB135127172-
CMYK0.220.2600.33
HSL250.67º21.33%58.63%-
HSV(B)250.67º26.16%67.45%-
XYZ25.0323.3142.21-
YUV134.52149.15128.34-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 31.11%
GREEN value IS 127 (50% from 255) = 29.26%
BLUE value IS 172 (67.58% from 255) = 39.63%
R=31.11%
G=29.26%
B=39.63%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1351271720.220.2600.33250.6721.3358.63
Hex877FAC161A021fb153b
Octal20717725426320413732573
Binary10000111111111110101100101101101001000011111101110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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