#806279

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

Shades of Old Lavender #806279

Tints of Old Lavender #806279

Color information

#806279 (or 0x806279) is unknown color: approx Old Lavender. HEX triplet: 80, 62 and 79. RGB value is (128,98,121). Sum of RGB (Red+Green+Blue) = 128+98+121=347 (45% of max value = 765). Red value is 128 (50.39% from 255 or 36.89% from 347); Green value is 98 (38.67% from 255 or 28.24% from 347); Blue value is 121 (47.66% from 255 or 34.87% from 347); Max value from RGB is 128 - color contains mainly: red. Hex color #806279 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #806279 is #7F9D86. Grayscale: #6D6D6D. Windows color (decimal): -8363399 or 7955072. OLE color: 7955072.

HSL color Cylindrical-coordinate representation of color #806279: hue angle of 314º degrees, saturation: 0.13, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #806279 is Cyan = 0, Magento = 0.23, Yellow = 0.05 and Black (K on CMYK) = 0.50.

Color convert

RGB12898121-
CMYK00.230.050.50
HSL314º13.27%44.31%-
HSV(B)314º23.44%50.2%-
XYZ16.7214.7120.05-
YUV109.59134.44141.13-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 36.89%
GREEN value IS 98 (38.67% from 255) = 28.24%
BLUE value IS 121 (47.66% from 255) = 34.87%
R=36.89%
G=28.24%
B=34.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.05
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1289812100.230.050.5031413.2744.31
Hex80627901753213ad2c
Octal2001421710275624721554
Binary10000000110001011110010101111011100101001110101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #806279; }

 p { color: rgb(128,98,121); }

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

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

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

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

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

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

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