#887CAF

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

Shades of Deluge #887CAF

Tints of Deluge #887CAF

Color information

#887CAF (or 0x887CAF) is unknown color: approx Deluge. HEX triplet: 88, 7C and AF. RGB value is (136,124,175). Sum of RGB (Red+Green+Blue) = 136+124+175=435 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.26% from 435); Green value is 124 (48.83% from 255 or 28.51% from 435); Blue value is 175 (68.75% from 255 or 40.23% from 435); Max value from RGB is 175 - color contains mainly: blue. Hex color #887CAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #887CAF is #778350. Grayscale: #858585. Windows color (decimal): -7832401 or 11500680. OLE color: 11500680.

HSL color Cylindrical-coordinate representation of color #887CAF: hue angle of 254.12º degrees, saturation: 0.24, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #887CAF is Cyan = 0.22, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB136124175-
CMYK0.220.2900.31
HSL254.12º24.17%58.63%-
HSV(B)254.12º29.14%68.63%-
XYZ25.122.7443.62-
YUV133.4151.48129.85-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 31.26%
GREEN value IS 124 (48.83% from 255) = 28.51%
BLUE value IS 175 (68.75% from 255) = 40.23%
R=31.26%
G=28.51%
B=40.23%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1361241750.220.2900.31254.1224.1758.63
Hex887CAF161D01Ffe183b
Octal21017425726350373763073
Binary1000100011111001010111110110111010111111111111011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,124,175); }

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

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

 a { background-color: rgb(136,124,175); }

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

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

 span { border-color: rgb(136,124,175); }

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