#80697D

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

Shades of Old Lavender #80697D

Tints of Old Lavender #80697D

Color information

#80697D (or 0x80697D) is unknown color: approx Old Lavender. HEX triplet: 80, 69 and 7D. RGB value is (128,105,125). Sum of RGB (Red+Green+Blue) = 128+105+125=358 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.75% from 358); Green value is 105 (41.41% from 255 or 29.33% from 358); Blue value is 125 (49.22% from 255 or 34.92% from 358); Max value from RGB is 128 - color contains mainly: red. Hex color #80697D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80697D is #7F9682. Grayscale: #727272. Windows color (decimal): -8361603 or 8219008. OLE color: 8219008.

HSL color Cylindrical-coordinate representation of color #80697D: hue angle of 307.83º 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 #80697D is Cyan = 0, Magento = 0.18, Yellow = 0.02 and Black (K on CMYK) = 0.50.

Color convert

RGB128105125-
CMYK00.180.020.50
HSL307.83º9.87%45.69%-
HSV(B)307.83º17.97%50.2%-
XYZ17.6616.1721.59-
YUV114.16134.12137.87-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 35.75%
GREEN value IS 105 (41.41% from 255) = 29.33%
BLUE value IS 125 (49.22% from 255) = 34.92%
R=35.75%
G=29.33%
B=34.92%

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
Decimal12810512500.180.020.50307.839.8745.69
Hex80697D012232134a2e
Octal2001511750222624641256
Binary1000000011010011111101010010101100101001101001010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80697D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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