#84667E

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

Shades of Old Lavender #84667E

Tints of Old Lavender #84667E

Color information

#84667E (or 0x84667E) is unknown color: approx Old Lavender. HEX triplet: 84, 66 and 7E. RGB value is (132,102,126). Sum of RGB (Red+Green+Blue) = 132+102+126=360 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.67% from 360); Green value is 102 (40.23% from 255 or 28.33% from 360); Blue value is 126 (49.61% from 255 or 35% from 360); Max value from RGB is 132 - color contains mainly: red. Hex color #84667E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84667E is #7B9981. Grayscale: #717171. Windows color (decimal): -8100226 or 8283780. OLE color: 8283780.

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

Color convert

RGB132102126-
CMYK00.230.050.48
HSL312º12.82%45.88%-
HSV(B)312º22.73%51.76%-
XYZ18.0315.9121.86-
YUV113.71134.94141.05-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 36.67%
GREEN value IS 102 (40.23% from 255) = 28.33%
BLUE value IS 126 (49.61% from 255) = 35%
R=36.67%
G=28.33%
B=35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.05
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13210212600.230.050.4831212.8245.88
Hex84667E017530138d2e
Octal2041461760275604701556
Binary10000100110011011111100101111011100001001110001101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84667E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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