#887FAF

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

Shades of Deluge #887FAF

Tints of Deluge #887FAF

Color information

#887FAF (or 0x887FAF) is unknown color: approx Deluge. HEX triplet: 88, 7F and AF. RGB value is (136,127,175). Sum of RGB (Red+Green+Blue) = 136+127+175=438 (58% of max value = 765). Red value is 136 (53.52% from 255 or 31.05% from 438); Green value is 127 (50% from 255 or 29.00% from 438); Blue value is 175 (68.75% from 255 or 39.95% from 438); Max value from RGB is 175 - color contains mainly: blue. Hex color #887FAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #887FAF is #778050. Grayscale: #868686. Windows color (decimal): -7831633 or 11501448. OLE color: 11501448.

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

Color convert

RGB136127175-
CMYK0.220.2700.31
HSL251.25º23.08%59.22%-
HSV(B)251.25º27.43%68.63%-
XYZ25.4823.5143.75-
YUV135.16150.48128.6-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 31.05%
GREEN value IS 127 (50% from 255) = 29.00%
BLUE value IS 175 (68.75% from 255) = 39.95%
R=31.05%
G=29.00%
B=39.95%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1361271750.220.2700.31251.2523.0859.22
Hex887FAF161B01Ffb173b
Octal21017725726330373732773
Binary1000100011111111010111110110110110111111111101110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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