#887BAA

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

Shades of Deluge #887BAA

Tints of Deluge #887BAA

Color information

#887BAA (or 0x887BAA) is unknown color: approx Deluge. HEX triplet: 88, 7B and AA. RGB value is (136,123,170). Sum of RGB (Red+Green+Blue) = 136+123+170=429 (56% of max value = 765). Red value is 136 (53.52% from 255 or 31.70% from 429); Green value is 123 (48.44% from 255 or 28.67% from 429); Blue value is 170 (66.80% from 255 or 39.63% from 429); Max value from RGB is 170 - color contains mainly: blue. Hex color #887BAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #887BAA is #778455. Grayscale: #848484. Windows color (decimal): -7832662 or 11172744. OLE color: 11172744.

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

Color convert

RGB136123170-
CMYK0.200.2800.33
HSL256.6º21.66%57.45%-
HSV(B)256.6º27.65%66.67%-
XYZ24.4922.341.04-
YUV132.24149.31130.68-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 31.70%
GREEN value IS 123 (48.44% from 255) = 28.67%
BLUE value IS 170 (66.80% from 255) = 39.63%
R=31.70%
G=28.67%
B=39.63%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1361231700.200.2800.33256.621.6657.45
Hex887BAA141C0211011639
Octal21017325224340414012671
Binary100010001111011101010101010011100010000110000000110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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