Html Css Color HEX #84657F Old Lavender

📋 copy color: '#84657F'

red 132 ◦ green 101 ◦ blue 127

#84657F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Old Lavender #84657F

Tints of Old Lavender #84657F

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 value IS 0

 M value IS 0.23

 Y value IS 0.04

 K value IS 0.48

RGB Variations

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

Color information

#84657F (or 0x84657F) is known color: 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

RGB 132 101 127 -
CMYK 0 0.23 0.04 0.48
HSL 309.68º 0.13% 0.46% -
HSV(B) 309.68º 0.23% 0.52% -
XYZ 18 15.75 22.17 -
YUV 113.23 135.77 141.39 -
System Red Green Blue C M Y K H S L
Decimal 132 101 127 0 0.23 0.04 0.48 309.68 0.13 0.46
Hex 84 65 7F 0 17 4 30 136 D 2E
Octal 204 145 177 0 27 4 60 466 15 56
Binary 10000100 1100101 1111111 0 10111 100 110000 100110110 1101 101110

Color Harmonies of #84657F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84657F

Black with #84657F

Text Example


Text Example

White with #84657F

Text Example


Text Example

HTML Codes & Css Web 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>