#847684

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

Shades of Old Lavender #847684

Tints of Old Lavender #847684

Color information

#847684 (or 0x847684) is unknown color: approx Old Lavender. HEX triplet: 84, 76 and 84. RGB value is (132,118,132). Sum of RGB (Red+Green+Blue) = 132+118+132=382 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.55% from 382); Green value is 118 (46.48% from 255 or 30.89% from 382); Blue value is 132 (51.95% from 255 or 34.55% from 382); Max value from RGB is 132 - color contains mainly: red, blue. Hex color #847684 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #847684 is #7B897B. Grayscale: #7B7B7B. Windows color (decimal): -8096124 or 8681092. OLE color: 8681092.

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

Color convert

RGB132118132-
CMYK00.1100.48
HSL300º5.6%49.02%-
HSV(B)300º10.61%51.76%-
XYZ20.1619.5324.54-
YUV123.78132.64133.86-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 34.55%
GREEN value IS 118 (46.48% from 255) = 30.89%
BLUE value IS 132 (51.95% from 255) = 34.55%
R=34.55%
G=30.89%
B=34.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13211813200.1100.483005.649.02
Hex8476840B03012c631
Octal204166204013060454661
Binary10000100111011010000100010110110000100101100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #847684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #847684; }

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

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

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

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

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

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

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

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