#887DAA

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

Shades of Deluge #887DAA

Tints of Deluge #887DAA

Color information

#887DAA (or 0x887DAA) is unknown color: approx Deluge. HEX triplet: 88, 7D and AA. RGB value is (136,125,170). Sum of RGB (Red+Green+Blue) = 136+125+170=431 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.55% from 431); Green value is 125 (49.22% from 255 or 29.00% from 431); Blue value is 170 (66.80% from 255 or 39.44% from 431); Max value from RGB is 170 - color contains mainly: blue. Hex color #887DAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #887DAA is #778255. Grayscale: #858585. Windows color (decimal): -7832150 or 11173256. OLE color: 11173256.

HSL color Cylindrical-coordinate representation of color #887DAA: hue angle of 254.67º 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 #887DAA is Cyan = 0.20, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB136125170-
CMYK0.200.2600.33
HSL254.67º20.93%57.84%-
HSV(B)254.67º26.47%66.67%-
XYZ24.7422.841.13-
YUV133.42148.64129.84-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 31.55%
GREEN value IS 125 (49.22% from 255) = 29.00%
BLUE value IS 170 (66.80% from 255) = 39.44%
R=31.55%
G=29.00%
B=39.44%

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
Decimal1361251700.200.2600.33254.6720.9357.84
Hex887DAA141A021ff153a
Octal21017525224320413772572
Binary10001000111110110101010101001101001000011111111110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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