#807981

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

Shades of Old Lavender #807981

Tints of Old Lavender #807981

Color information

#807981 (or 0x807981) is unknown color: approx Old Lavender. HEX triplet: 80, 79 and 81. RGB value is (128,121,129). Sum of RGB (Red+Green+Blue) = 128+121+129=378 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.86% from 378); Green value is 121 (47.66% from 255 or 32.01% from 378); Blue value is 129 (50.78% from 255 or 34.13% from 378); Max value from RGB is 129 - color contains mainly: blue. Hex color #807981 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #807981 is #7F867E. Grayscale: #7B7B7B. Windows color (decimal): -8357503 or 8485248. OLE color: 8485248.

HSL color Cylindrical-coordinate representation of color #807981: hue angle of 292.5º degrees, saturation: 0.03, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #807981 is Cyan = 0.01, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB128121129-
CMYK0.010.0600.49
HSL292.5º3.2%49.02%-
HSV(B)292.5º6.2%50.59%-
XYZ19.719.8523.56-
YUV124.01130.82130.85-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 33.86%
GREEN value IS 121 (47.66% from 255) = 32.01%
BLUE value IS 129 (50.78% from 255) = 34.13%
R=33.86%
G=32.01%
B=34.13%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1281211290.010.0600.49292.53.249.02
Hex80798116031125331
Octal20017120116061445361
Binary100000001111001100000011110011000110010010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #807981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #807981; }

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

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

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

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

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

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

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

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