#887FAC

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

Shades of Deluge #887FAC

Tints of Deluge #887FAC

Color information

#887FAC (or 0x887FAC) is unknown color: approx Deluge. HEX triplet: 88, 7F and AC. RGB value is (136,127,172). Sum of RGB (Red+Green+Blue) = 136+127+172=435 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.26% from 435); Green value is 127 (50% from 255 or 29.20% from 435); Blue value is 172 (67.58% from 255 or 39.54% from 435); Max value from RGB is 172 - color contains mainly: blue. Hex color #887FAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #887FAC is #778053. Grayscale: #868686. Windows color (decimal): -7831636 or 11304840. OLE color: 11304840.

HSL color Cylindrical-coordinate representation of color #887FAC: hue angle of 252º 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 #887FAC is Cyan = 0.21, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB136127172-
CMYK0.210.2600.33
HSL252º21.33%58.63%-
HSV(B)252º26.16%67.45%-
XYZ25.1923.3942.22-
YUV134.82148.98128.84-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 31.26%
GREEN value IS 127 (50% from 255) = 29.20%
BLUE value IS 172 (67.58% from 255) = 39.54%
R=31.26%
G=29.20%
B=39.54%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1361271720.210.2600.3325221.3358.63
Hex887FAC151A021fc153b
Octal21017725425320413742573
Binary10001000111111110101100101011101001000011111110010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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