#887DAF

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

Shades of Deluge #887DAF

Tints of Deluge #887DAF

Color information

#887DAF (or 0x887DAF) is unknown color: approx Deluge. HEX triplet: 88, 7D and AF. RGB value is (136,125,175). Sum of RGB (Red+Green+Blue) = 136+125+175=436 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.19% from 436); Green value is 125 (49.22% from 255 or 28.67% from 436); Blue value is 175 (68.75% from 255 or 40.14% from 436); Max value from RGB is 175 - color contains mainly: blue. Hex color #887DAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #887DAF is #778250. Grayscale: #858585. Windows color (decimal): -7832145 or 11500936. OLE color: 11500936.

HSL color Cylindrical-coordinate representation of color #887DAF: hue angle of 253.2º 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 #887DAF is Cyan = 0.22, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB136125175-
CMYK0.220.2900.31
HSL253.2º23.81%58.82%-
HSV(B)253.2º28.57%68.63%-
XYZ25.222343.67-
YUV133.99151.14129.43-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 31.19%
GREEN value IS 125 (49.22% from 255) = 28.67%
BLUE value IS 175 (68.75% from 255) = 40.14%
R=31.19%
G=28.67%
B=40.14%

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
Decimal1361251750.220.2900.31253.223.8158.82
Hex887DAF161D01Ffd183b
Octal21017525726350373753073
Binary1000100011111011010111110110111010111111111110111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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