#887FB0

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

Shades of Deluge #887FB0

Tints of Deluge #887FB0

Color information

#887FB0 (or 0x887FB0) is unknown color: approx Deluge. HEX triplet: 88, 7F and B0. RGB value is (136,127,176). Sum of RGB (Red+Green+Blue) = 136+127+176=439 (58% of max value = 765). Red value is 136 (53.52% from 255 or 30.98% from 439); Green value is 127 (50% from 255 or 28.93% from 439); Blue value is 176 (69.14% from 255 or 40.09% from 439); Max value from RGB is 176 - color contains mainly: blue. Hex color #887FB0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #887FB0 is #77804F. Grayscale: #878787. Windows color (decimal): -7831632 or 11566984. OLE color: 11566984.

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

Color convert

RGB136127176-
CMYK0.230.2800.31
HSL251.02º23.67%59.41%-
HSV(B)251.02º27.84%69.02%-
XYZ25.5823.5544.27-
YUV135.28150.98128.52-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 30.98%
GREEN value IS 127 (50% from 255) = 28.93%
BLUE value IS 176 (69.14% from 255) = 40.09%
R=30.98%
G=28.93%
B=40.09%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1361271760.230.2800.31251.0223.6759.41
Hex887FB0171C01Ffb183b
Octal21017726027340373733073
Binary1000100011111111011000010111111000111111111101111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887FB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,127,176); }

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

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

 a { background-color: rgb(136,127,176); }

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

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

 span { border-color: rgb(136,127,176); }

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