#867186

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

Shades of Old Lavender #867186

Tints of Old Lavender #867186

Color information

#867186 (or 0x867186) is unknown color: approx Old Lavender. HEX triplet: 86, 71 and 86. RGB value is (134,113,134). Sum of RGB (Red+Green+Blue) = 134+113+134=381 (50% of max value = 765). Red value is 134 (52.73% from 255 or 35.17% from 381); Green value is 113 (44.53% from 255 or 29.66% from 381); Blue value is 134 (52.73% from 255 or 35.17% from 381); Max value from RGB is 134 - color contains mainly: red, blue. Hex color #867186 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #867186 is #798E79. Grayscale: #797979. Windows color (decimal): -7966330 or 8810886. OLE color: 8810886.

HSL color Cylindrical-coordinate representation of color #867186: hue angle of 300º degrees, saturation: 0.09, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #867186 is Cyan = 0, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB134113134-
CMYK00.1600.47
HSL300º8.5%48.43%-
HSV(B)300º15.67%52.55%-
XYZ20.0418.625.09-
YUV121.67134.96136.79-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 35.17%
GREEN value IS 113 (44.53% from 255) = 29.66%
BLUE value IS 134 (52.73% from 255) = 35.17%
R=35.17%
G=29.66%
B=35.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13411313400.1600.473008.548.43
Hex86718601002F12c930
Octal2061612060200574541160
Binary1000011011100011000011001000001011111001011001001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867186; }

 p { color: rgb(134,113,134); }

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

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

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

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

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

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

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