Html Css Color HEX #84647E Old Lavender

📋 copy color: '#84647E'

red 132 ◦ green 100 ◦ blue 126

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

Shades of Old Lavender #84647E

Tints of Old Lavender #84647E

RGB

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

 GREEN value IS 100 (39.45% from 255) = 27.93%

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

R = 36.87%
G = 27.93%
B = 35.2%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.05

 K value IS 0.48

RGB Variations

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

Color information

#84647E (or 0x84647E) is known color: Old Lavender. HEX triplet: 84, 64 and 7E. RGB value is (132,100,126). Sum of RGB (Red+Green+Blue) = 132+100+126=358 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.87% from 358); Green value is 100 (39.45% from 255 or 27.93% from 358); Blue value is 126 (49.61% from 255 or 35.20% from 358); Max value from RGB is 132 - color contains mainly: red. Hex color #84647E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84647E is #7B9B81. Grayscale: #707070. Windows color (decimal): -8100738 or 8283268. OLE color: 8283268.

HSL color Cylindrical-coordinate representation of color #84647E: hue angle of 311.25º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #84647E is Cyan = 0, Magento = 0.24, Yellow = 0.05 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 100 126 -
CMYK 0 0.24 0.05 0.48
HSL 311.25º 0.14% 0.45% -
HSV(B) 311.25º 0.24% 0.52% -
XYZ 17.84 15.53 21.8 -
YUV 112.53 135.6 141.89 -
System Red Green Blue C M Y K H S L
Decimal 132 100 126 0 0.24 0.05 0.48 311.25 0.14 0.45
Hex 84 64 7E 0 18 5 30 137 E 2D
Octal 204 144 176 0 30 5 60 467 16 55
Binary 10000100 1100100 1111110 0 11000 101 110000 100110111 1110 101101

Color Harmonies of #84647E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84647E

Black with #84647E

Text Example


Text Example

White with #84647E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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