#86657E

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

Shades of Old Lavender #86657E

Tints of Old Lavender #86657E

Color information

#86657E (or 0x86657E) is unknown color: approx Old Lavender. HEX triplet: 86, 65 and 7E. RGB value is (134,101,126). Sum of RGB (Red+Green+Blue) = 134+101+126=361 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.12% from 361); Green value is 101 (39.84% from 255 or 27.98% from 361); Blue value is 126 (49.61% from 255 or 34.90% from 361); Max value from RGB is 134 - color contains mainly: red. Hex color #86657E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86657E is #799A81. Grayscale: #717171. Windows color (decimal): -7969410 or 8283526. OLE color: 8283526.

HSL color Cylindrical-coordinate representation of color #86657E: hue angle of 314.55º 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 #86657E is Cyan = 0, Magento = 0.25, Yellow = 0.06 and Black (K on CMYK) = 0.47.

Color convert

RGB134101126-
CMYK00.250.060.47
HSL314.55º14.04%46.08%-
HSV(B)314.55º24.63%52.55%-
XYZ18.2515.8821.84-
YUV113.72134.93142.47-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 37.12%
GREEN value IS 101 (39.84% from 255) = 27.98%
BLUE value IS 126 (49.61% from 255) = 34.90%
R=37.12%
G=27.98%
B=34.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.06
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13410112600.250.060.47314.5514.0446.08
Hex86657E01962F13be2e
Octal2061451760316574731656
Binary10000110110010111111100110011101011111001110111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86657E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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