#887EB2

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

Shades of Deluge #887EB2

Tints of Deluge #887EB2

Color information

#887EB2 (or 0x887EB2) is unknown color: approx Deluge. HEX triplet: 88, 7E and B2. RGB value is (136,126,178). Sum of RGB (Red+Green+Blue) = 136+126+178=440 (58% of max value = 765). Red value is 136 (53.52% from 255 or 30.91% from 440); Green value is 126 (49.61% from 255 or 28.64% from 440); Blue value is 178 (69.92% from 255 or 40.45% from 440); Max value from RGB is 178 - color contains mainly: blue. Hex color #887EB2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #887EB2 is #77814D. Grayscale: #868686. Windows color (decimal): -7831886 or 11697800. OLE color: 11697800.

HSL color Cylindrical-coordinate representation of color #887EB2: hue angle of 251.54º degrees, saturation: 0.25, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #887EB2 is Cyan = 0.24, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB136126178-
CMYK0.240.2900.30
HSL251.54º25.24%59.61%-
HSV(B)251.54º29.21%69.8%-
XYZ25.6523.3745.28-
YUV134.92152.31128.77-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 30.91%
GREEN value IS 126 (49.61% from 255) = 28.64%
BLUE value IS 178 (69.92% from 255) = 40.45%
R=30.91%
G=28.64%
B=40.45%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1361261780.240.2900.30251.5425.2459.61
Hex887EB2181D01Efc193c
Octal21017626230350363743174
Binary1000100011111101011001011000111010111101111110011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887EB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,126,178); }

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

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

 a { background-color: rgb(136,126,178); }

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

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

 span { border-color: rgb(136,126,178); }

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