#84657F

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

Shades of Old Lavender #84657F

Tints of Old Lavender #84657F

Color information

#84657F (or 0x84657F) is unknown color: approx Old Lavender. HEX triplet: 84, 65 and 7F. RGB value is (132,101,127). Sum of RGB (Red+Green+Blue) = 132+101+127=360 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.67% from 360); Green value is 101 (39.84% from 255 or 28.06% from 360); Blue value is 127 (50% from 255 or 35.28% from 360); Max value from RGB is 132 - color contains mainly: red. Hex color #84657F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84657F is #7B9A80. Grayscale: #717171. Windows color (decimal): -8100481 or 8349060. OLE color: 8349060.

HSL color Cylindrical-coordinate representation of color #84657F: hue angle of 309.68º degrees, saturation: 0.13, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #84657F is Cyan = 0, Magento = 0.23, Yellow = 0.04 and Black (K on CMYK) = 0.48.

Color convert

RGB132101127-
CMYK00.230.040.48
HSL309.68º13.3%45.69%-
HSV(B)309.68º23.48%51.76%-
XYZ1815.7522.17-
YUV113.23135.77141.39-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 36.67%
GREEN value IS 101 (39.84% from 255) = 28.06%
BLUE value IS 127 (50% from 255) = 35.28%
R=36.67%
G=28.06%
B=35.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.04
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13210112700.230.040.48309.6813.345.69
Hex84657F017430136d2e
Octal2041451770274604661556
Binary10000100110010111111110101111001100001001101101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84657F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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