Html Css Color HEX #887086 Old Lavender

📋 copy color: '#887086'

red 136 ◦ green 112 ◦ blue 134

#887086
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Old Lavender #887086

Tints of Old Lavender #887086

RGB

 RED value IS 136 (53.52% from 255) = 35.6%

 GREEN value IS 112 (44.14% from 255) = 29.32%

 BLUE value IS 134 (52.73% from 255) = 35.08%

R = 35.6%
G = 29.32%
B = 35.08%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.01

 K value IS 0.47

RGB Variations

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

Color information

#887086 (or 0x887086) is known color: 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

RGB 136 112 134 -
CMYK 0 0.18 0.01 0.47
HSL 305º 0.1% 0.49% -
HSV(B) 305º 0.18% 0.53% -
XYZ 20.25 18.54 25.07 -
YUV 121.68 134.95 138.21 -
System Red Green Blue C M Y K H S L
Decimal 136 112 134 0 0.18 0.01 0.47 305 0.1 0.49
Hex 88 70 86 0 12 1 2F 131 A 31
Octal 210 160 206 0 22 1 57 461 12 61
Binary 10001000 1110000 10000110 0 10010 1 101111 100110001 1010 110001

Color Harmonies of #887086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #887086

Black with #887086

Text Example


Text Example

White with #887086

Text Example


Text Example

HTML Codes & Css Web 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>