#87657F

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

Shades of Old Lavender #87657F

Tints of Old Lavender #87657F

Color information

#87657F (or 0x87657F) is unknown color: approx Old Lavender. HEX triplet: 87, 65 and 7F. RGB value is (135,101,127). Sum of RGB (Red+Green+Blue) = 135+101+127=363 (48% of max value = 765). Red value is 135 (53.12% from 255 or 37.19% from 363); Green value is 101 (39.84% from 255 or 27.82% from 363); Blue value is 127 (50% from 255 or 34.99% from 363); Max value from RGB is 135 - color contains mainly: red. Hex color #87657F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87657F is #789A80. Grayscale: #727272. Windows color (decimal): -7903873 or 8349063. OLE color: 8349063.

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

Color convert

RGB135101127-
CMYK00.250.060.47
HSL314.12º14.41%46.27%-
HSV(B)314.12º25.19%52.94%-
XYZ18.4815.9922.19-
YUV114.13135.26142.89-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 37.19%
GREEN value IS 101 (39.84% from 255) = 27.82%
BLUE value IS 127 (50% from 255) = 34.99%
R=37.19%
G=27.82%
B=34.99%

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
Decimal13510112700.250.060.47314.1214.4146.27
Hex87657F01962F13ae2e
Octal2071451770316574721656
Binary10000111110010111111110110011101011111001110101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87657F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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