#887086

Color #887086 Old Lavender (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Old Lavender #887086

Tints of Old Lavender #887086

Color information

#887086 (or 0x887086) is unknown color: approx Old Lavender. HEX triplet: 88, 70 and 86. RGB value is (136,112,134). Sum of RGB (Red+Green+Blue) = 136+112+134=382 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.60% from 382); Green value is 112 (44.14% from 255 or 29.32% from 382); Blue value is 134 (52.73% from 255 or 35.08% from 382); Max value from RGB is 136 - color contains mainly: red. Hex color #887086 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #887086 is #778F79. Grayscale: #797979. Windows color (decimal): -7835514 or 8810632. OLE color: 8810632.

HSL color Cylindrical-coordinate representation of color #887086: hue angle of 305º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #887086 is Cyan = 0, Magento = 0.18, Yellow = 0.01 and Black (K on CMYK) = 0.47.

Color convert

RGB136112134-
CMYK00.180.010.47
HSL305º9.68%48.63%-
HSV(B)305º17.65%53.33%-
XYZ20.2518.5425.07-
YUV121.68134.95138.21-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 35.60%
GREEN value IS 112 (44.14% from 255) = 29.32%
BLUE value IS 134 (52.73% from 255) = 35.08%
R=35.60%
G=29.32%
B=35.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.01
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13611213400.180.010.473059.6848.63
Hex88708601212F131a31
Octal2101602060221574611261
Binary1000100011100001000011001001011011111001100011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #887086; }

 p { color: rgb(136,112,134); }

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

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

 a { background-color: rgb(136,112,134); }

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

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

 span { border-color: rgb(136,112,134); }

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