#887FAB

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

Shades of Deluge #887FAB

Tints of Deluge #887FAB

Color information

#887FAB (or 0x887FAB) is unknown color: approx Deluge. HEX triplet: 88, 7F and AB. RGB value is (136,127,171). Sum of RGB (Red+Green+Blue) = 136+127+171=434 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.34% from 434); Green value is 127 (50% from 255 or 29.26% from 434); Blue value is 171 (67.19% from 255 or 39.40% from 434); Max value from RGB is 171 - color contains mainly: blue. Hex color #887FAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #887FAB is #778054. Grayscale: #868686. Windows color (decimal): -7831637 or 11239304. OLE color: 11239304.

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

Color convert

RGB136127171-
CMYK0.200.2600.33
HSL252.27º20.75%58.43%-
HSV(B)252.27º25.73%67.06%-
XYZ25.0923.3541.71-
YUV134.71148.48128.92-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 31.34%
GREEN value IS 127 (50% from 255) = 29.26%
BLUE value IS 171 (67.19% from 255) = 39.40%
R=31.34%
G=29.26%
B=39.40%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1361271710.200.2600.33252.2720.7558.43
Hex887FAB141A021fc153a
Octal21017725324320413742572
Binary10001000111111110101011101001101001000011111110010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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