Html Css Color HEX #84657E Old Lavender

📋 copy color: '#84657E'

red 132 ◦ green 101 ◦ blue 126

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

Shades of Old Lavender #84657E

Tints of Old Lavender #84657E

RGB

 RED value IS 132 (51.95% from 255) = 36.77%

 GREEN value IS 101 (39.84% from 255) = 28.13%

 BLUE value IS 126 (49.61% from 255) = 35.1%

R = 36.77%
G = 28.13%
B = 35.1%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.05

 K value IS 0.48

RGB Variations

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

Color information

#84657E (or 0x84657E) is known color: Old Lavender. HEX triplet: 84, 65 and 7E. RGB value is (132,101,126). Sum of RGB (Red+Green+Blue) = 132+101+126=359 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.77% from 359); Green value is 101 (39.84% from 255 or 28.13% from 359); Blue value is 126 (49.61% from 255 or 35.10% from 359); Max value from RGB is 132 - color contains mainly: red. Hex color #84657E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84657E is #7B9A81. Grayscale: #717171. Windows color (decimal): -8100482 or 8283524. OLE color: 8283524.

HSL color Cylindrical-coordinate representation of color #84657E: hue angle of 311.61º 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 #84657E is Cyan = 0, Magento = 0.23, Yellow = 0.05 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 101 126 -
CMYK 0 0.23 0.05 0.48
HSL 311.61º 0.13% 0.46% -
HSV(B) 311.61º 0.23% 0.52% -
XYZ 17.94 15.72 21.83 -
YUV 113.12 135.27 141.47 -
System Red Green Blue C M Y K H S L
Decimal 132 101 126 0 0.23 0.05 0.48 311.61 0.13 0.46
Hex 84 65 7E 0 17 5 30 138 D 2E
Octal 204 145 176 0 27 5 60 470 15 56
Binary 10000100 1100101 1111110 0 10111 101 110000 100111000 1101 101110

Color Harmonies of #84657E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84657E

Black with #84657E

Text Example


Text Example

White with #84657E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #84657E;
 }
 .AnyTagClassName
 {
   color: #84657E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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