#887DAB

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

Shades of Deluge #887DAB

Tints of Deluge #887DAB

Color information

#887DAB (or 0x887DAB) is unknown color: approx Deluge. HEX triplet: 88, 7D and AB. RGB value is (136,125,171). Sum of RGB (Red+Green+Blue) = 136+125+171=432 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.48% from 432); Green value is 125 (49.22% from 255 or 28.94% from 432); Blue value is 171 (67.19% from 255 or 39.58% from 432); Max value from RGB is 171 - color contains mainly: blue. Hex color #887DAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #887DAB is #778254. Grayscale: #858585. Windows color (decimal): -7832149 or 11238792. OLE color: 11238792.

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

Color convert

RGB136125171-
CMYK0.200.2700.33
HSL254.35º21.5%58.04%-
HSV(B)254.35º26.9%67.06%-
XYZ24.8422.8441.63-
YUV133.53149.14129.76-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 31.48%
GREEN value IS 125 (49.22% from 255) = 28.94%
BLUE value IS 171 (67.19% from 255) = 39.58%
R=31.48%
G=28.94%
B=39.58%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1361251710.200.2700.33254.3521.558.04
Hex887DAB141B021fe153a
Octal21017525324330413762572
Binary10001000111110110101011101001101101000011111111010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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