#846A7F

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

Shades of Old Lavender #846A7F

Tints of Old Lavender #846A7F

Color information

#846A7F (or 0x846A7F) is unknown color: approx Old Lavender. HEX triplet: 84, 6A and 7F. RGB value is (132,106,127). Sum of RGB (Red+Green+Blue) = 132+106+127=365 (48% of max value = 765). Red value is 132 (51.95% from 255 or 36.16% from 365); Green value is 106 (41.80% from 255 or 29.04% from 365); Blue value is 127 (50% from 255 or 34.79% from 365); Max value from RGB is 132 - color contains mainly: red. Hex color #846A7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846A7F is #7B9580. Grayscale: #747474. Windows color (decimal): -8099201 or 8350340. OLE color: 8350340.

HSL color Cylindrical-coordinate representation of color #846A7F: hue angle of 311.54º degrees, saturation: 0.11, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #846A7F is Cyan = 0, Magento = 0.20, Yellow = 0.04 and Black (K on CMYK) = 0.48.

Color convert

RGB132106127-
CMYK00.200.040.48
HSL311.54º10.92%46.67%-
HSV(B)311.54º19.7%51.76%-
XYZ18.516.7522.34-
YUV116.17134.11139.29-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 36.16%
GREEN value IS 106 (41.80% from 255) = 29.04%
BLUE value IS 127 (50% from 255) = 34.79%
R=36.16%
G=29.04%
B=34.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.04
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13210612700.200.040.48311.5410.9246.67
Hex846A7F014430138b2f
Octal2041521770244604701357
Binary10000100110101011111110101001001100001001110001011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846A7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846A7F; }

 p { color: rgb(132,106,127); }

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

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

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

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

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

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

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