#80667C

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

Shades of Old Lavender #80667C

Tints of Old Lavender #80667C

Color information

#80667C (or 0x80667C) is unknown color: approx Old Lavender. HEX triplet: 80, 66 and 7C. RGB value is (128,102,124). Sum of RGB (Red+Green+Blue) = 128+102+124=354 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.16% from 354); Green value is 102 (40.23% from 255 or 28.81% from 354); Blue value is 124 (48.83% from 255 or 35.03% from 354); Max value from RGB is 128 - color contains mainly: red. Hex color #80667C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80667C is #7F9983. Grayscale: #707070. Windows color (decimal): -8362372 or 8152704. OLE color: 8152704.

HSL color Cylindrical-coordinate representation of color #80667C: hue angle of 309.23º degrees, saturation: 0.11, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #80667C is Cyan = 0, Magento = 0.20, Yellow = 0.03 and Black (K on CMYK) = 0.50.

Color convert

RGB128102124-
CMYK00.200.030.50
HSL309.23º11.3%45.1%-
HSV(B)309.23º20.31%50.2%-
XYZ17.2915.5521.16-
YUV112.28134.61139.21-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 36.16%
GREEN value IS 102 (40.23% from 255) = 28.81%
BLUE value IS 124 (48.83% from 255) = 35.03%
R=36.16%
G=28.81%
B=35.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.03
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12810212400.200.030.50309.2311.345.1
Hex80667C014332135b2d
Octal2001461740243624651355
Binary1000000011001101111100010100111100101001101011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80667C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80667C; }

 p { color: rgb(128,102,124); }

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

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

 a { background-color: rgb(128,102,124); }

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

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

 span { border-color: rgb(128,102,124); }

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