#887BB4

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

Shades of Deluge #887BB4

Tints of Deluge #887BB4

Color information

#887BB4 (or 0x887BB4) is unknown color: approx Deluge. HEX triplet: 88, 7B and B4. RGB value is (136,123,180). Sum of RGB (Red+Green+Blue) = 136+123+180=439 (58% of max value = 765). Red value is 136 (53.52% from 255 or 30.98% from 439); Green value is 123 (48.44% from 255 or 28.02% from 439); Blue value is 180 (70.70% from 255 or 41.00% from 439); Max value from RGB is 180 - color contains mainly: blue. Hex color #887BB4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #887BB4 is #77844B. Grayscale: #858585. Windows color (decimal): -7832652 or 11828104. OLE color: 11828104.

HSL color Cylindrical-coordinate representation of color #887BB4: hue angle of 253.68º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #887BB4 is Cyan = 0.24, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB136123180-
CMYK0.240.3200.29
HSL253.68º27.54%59.41%-
HSV(B)253.68º31.67%70.59%-
XYZ25.4722.746.22-
YUV133.38154.31129.87-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 30.98%
GREEN value IS 123 (48.44% from 255) = 28.02%
BLUE value IS 180 (70.70% from 255) = 41.00%
R=30.98%
G=28.02%
B=41.00%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1361231800.240.3200.29253.6827.5459.41
Hex887BB4182001Dfe1c3b
Octal21017326430400353763473
Binary10001000111101110110100110001000000111011111111011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887BB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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