Html Css Color HEX #807881 Old Lavender

📋 copy color: '#807881'

red 128 ◦ green 120 ◦ blue 129

#807881
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Old Lavender #807881

Tints of Old Lavender #807881

RGB

 RED value IS 128 (50.39% from 255) = 33.95%

 GREEN value IS 120 (47.27% from 255) = 31.83%

 BLUE value IS 129 (50.78% from 255) = 34.22%

R = 33.95%
G = 31.83%
B = 34.22%

CMYK

 C value IS 0.01

 M value IS 0.07

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#807881 (or 0x807881) is known color: Old Lavender. HEX triplet: 80, 78 and 81. RGB value is (128,120,129). Sum of RGB (Red+Green+Blue) = 128+120+129=377 (49% of max value = 765). Red value is 128 (50.39% from 255 or 33.95% from 377); Green value is 120 (47.27% from 255 or 31.83% from 377); Blue value is 129 (50.78% from 255 or 34.22% from 377); Max value from RGB is 129 - color contains mainly: blue. Hex color #807881 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #807881 is #7F877E. Grayscale: #7B7B7B. Windows color (decimal): -8357759 or 8484992. OLE color: 8484992.

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

Color convert

RGB 128 120 129 -
CMYK 0.01 0.07 0 0.49
HSL 293.33º 0.04% 0.49% -
HSV(B) 293.33º 0.07% 0.51% -
XYZ 19.58 19.61 23.52 -
YUV 123.42 131.15 131.27 -
System Red Green Blue C M Y K H S L
Decimal 128 120 129 0.01 0.07 0 0.49 293.33 0.04 0.49
Hex 80 78 81 1 7 0 31 125 4 31
Octal 200 170 201 1 7 0 61 445 4 61
Binary 10000000 1111000 10000001 1 111 0 110001 100100101 100 110001

Color Harmonies of #807881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807881

Black with #807881

Text Example


Text Example

White with #807881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #807881; }

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

 H1.HeaderClassName
 {
   color: #807881;
 }
 .AnyTagClassName
 {
   color: #807881;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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