#80697E

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

Shades of Old Lavender #80697E

Tints of Old Lavender #80697E

Color information

#80697E (or 0x80697E) is unknown color: approx Old Lavender. HEX triplet: 80, 69 and 7E. RGB value is (128,105,126). Sum of RGB (Red+Green+Blue) = 128+105+126=359 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.65% from 359); Green value is 105 (41.41% from 255 or 29.25% from 359); Blue value is 126 (49.61% from 255 or 35.10% from 359); Max value from RGB is 128 - color contains mainly: red. Hex color #80697E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80697E is #7F9681. Grayscale: #727272. Windows color (decimal): -8361602 or 8284544. OLE color: 8284544.

HSL color Cylindrical-coordinate representation of color #80697E: hue angle of 305.22º degrees, saturation: 0.1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #80697E is Cyan = 0, Magento = 0.18, Yellow = 0.02 and Black (K on CMYK) = 0.50.

Color convert

RGB128105126-
CMYK00.180.020.50
HSL305.22º9.87%45.69%-
HSV(B)305.22º17.97%50.2%-
XYZ17.7216.221.93-
YUV114.27134.62137.79-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 35.65%
GREEN value IS 105 (41.41% from 255) = 29.25%
BLUE value IS 126 (49.61% from 255) = 35.10%
R=35.65%
G=29.25%
B=35.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.02
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12810512600.180.020.50305.229.8745.69
Hex80697E012232131a2e
Octal2001511760222624611256
Binary1000000011010011111110010010101100101001100011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80697E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80697E; }

 p { color: rgb(128,105,126); }

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

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

 a { background-color: rgb(128,105,126); }

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

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

 span { border-color: rgb(128,105,126); }

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