#847984

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

Shades of Old Lavender #847984

Tints of Old Lavender #847984

Color information

#847984 (or 0x847984) is unknown color: approx Old Lavender. HEX triplet: 84, 79 and 84. RGB value is (132,121,132). Sum of RGB (Red+Green+Blue) = 132+121+132=385 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.29% from 385); Green value is 121 (47.66% from 255 or 31.43% from 385); Blue value is 132 (51.95% from 255 or 34.29% from 385); Max value from RGB is 132 - color contains mainly: red, blue. Hex color #847984 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #847984 is #7B867B. Grayscale: #7D7D7D. Windows color (decimal): -8095356 or 8681860. OLE color: 8681860.

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

Color convert

RGB132121132-
CMYK00.0800.48
HSL300º4.35%49.61%-
HSV(B)300º8.33%51.76%-
XYZ20.5220.2524.66-
YUV125.54131.64132.61-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 34.29%
GREEN value IS 121 (47.66% from 255) = 31.43%
BLUE value IS 132 (51.95% from 255) = 34.29%
R=34.29%
G=31.43%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13212113200.0800.483004.3549.61
Hex8479840803012c432
Octal204171204010060454462
Binary10000100111100110000100010000110000100101100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #847984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #847984; }

 p { color: rgb(132,121,132); }

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

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

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

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

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

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

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