#86657F

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

Shades of Old Lavender #86657F

Tints of Old Lavender #86657F

Color information

#86657F (or 0x86657F) is unknown color: approx Old Lavender. HEX triplet: 86, 65 and 7F. RGB value is (134,101,127). Sum of RGB (Red+Green+Blue) = 134+101+127=362 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.02% from 362); Green value is 101 (39.84% from 255 or 27.90% from 362); Blue value is 127 (50% from 255 or 35.08% from 362); Max value from RGB is 134 - color contains mainly: red. Hex color #86657F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86657F is #799A80. Grayscale: #717171. Windows color (decimal): -7969409 or 8349062. OLE color: 8349062.

HSL color Cylindrical-coordinate representation of color #86657F: hue angle of 312.73º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #86657F is Cyan = 0, Magento = 0.25, Yellow = 0.05 and Black (K on CMYK) = 0.47.

Color convert

RGB134101127-
CMYK00.250.050.47
HSL312.73º14.04%46.08%-
HSV(B)312.73º24.63%52.55%-
XYZ18.3215.9122.18-
YUV113.83135.43142.39-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 37.02%
GREEN value IS 101 (39.84% from 255) = 27.90%
BLUE value IS 127 (50% from 255) = 35.08%
R=37.02%
G=27.90%
B=35.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.05
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13410112700.250.050.47312.7314.0446.08
Hex86657F01952F139e2e
Octal2061451770315574711656
Binary10000110110010111111110110011011011111001110011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86657F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86657F; }

 p { color: rgb(134,101,127); }

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

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

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

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

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

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

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