Html Css Color HEX #806279 Old Lavender

📋 copy color: '#806279'

red 128 ◦ green 98 ◦ blue 121

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

Shades of Old Lavender #806279

Tints of Old Lavender #806279

RGB

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

 GREEN value IS 98 (38.67% from 255) = 28.24%

 BLUE value IS 121 (47.66% from 255) = 34.87%

R = 36.89%
G = 28.24%
B = 34.87%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.05

 K value IS 0.50

RGB Variations

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

Color information

#806279 (or 0x806279) is known color: Old Lavender. HEX triplet: 80, 62 and 79. RGB value is (128,98,121). Sum of RGB (Red+Green+Blue) = 128+98+121=347 (45% of max value = 765). Red value is 128 (50.39% from 255 or 36.89% from 347); Green value is 98 (38.67% from 255 or 28.24% from 347); Blue value is 121 (47.66% from 255 or 34.87% from 347); Max value from RGB is 128 - color contains mainly: red. Hex color #806279 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #806279 is #7F9D86. Grayscale: #6D6D6D. Windows color (decimal): -8363399 or 7955072. OLE color: 7955072.

HSL color Cylindrical-coordinate representation of color #806279: hue angle of 314º degrees, saturation: 0.13, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #806279 is Cyan = 0, Magento = 0.23, Yellow = 0.05 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 98 121 -
CMYK 0 0.23 0.05 0.50
HSL 314º 0.13% 0.44% -
HSV(B) 314º 0.23% 0.5% -
XYZ 16.72 14.71 20.05 -
YUV 109.59 134.44 141.13 -
System Red Green Blue C M Y K H S L
Decimal 128 98 121 0 0.23 0.05 0.50 314 0.13 0.44
Hex 80 62 79 0 17 5 32 13A D 2C
Octal 200 142 171 0 27 5 62 472 15 54
Binary 10000000 1100010 1111001 0 10111 101 110010 100111010 1101 101100

Color Harmonies of #806279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806279

Black with #806279

Text Example


Text Example

White with #806279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #806279; }

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

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

background-color css

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

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

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

border-color css

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

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

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