Html Css Color HEX #80697E Old Lavender

📋 copy color: '#80697E'

red 128 ◦ green 105 ◦ blue 126

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

Shades of Old Lavender #80697E

Tints of Old Lavender #80697E

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.1%

R = 35.65%
G = 29.25%
B = 35.1%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.02

 K value IS 0.50

RGB Variations

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

Color information

#80697E (or 0x80697E) is known color: 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

RGB 128 105 126 -
CMYK 0 0.18 0.02 0.50
HSL 305.22º 0.1% 0.46% -
HSV(B) 305.22º 0.18% 0.5% -
XYZ 17.72 16.2 21.93 -
YUV 114.27 134.62 137.79 -
System Red Green Blue C M Y K H S L
Decimal 128 105 126 0 0.18 0.02 0.50 305.22 0.1 0.46
Hex 80 69 7E 0 12 2 32 131 A 2E
Octal 200 151 176 0 22 2 62 461 12 56
Binary 10000000 1101001 1111110 0 10010 10 110010 100110001 1010 101110

Color Harmonies of #80697E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80697E

Black with #80697E

Text Example


Text Example

White with #80697E

Text Example


Text Example

HTML Codes & Css Web 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>