Html Css Color HEX #80697F Old Lavender

📋 copy color: '#80697F'

red 128 ◦ green 105 ◦ blue 127

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

Shades of Old Lavender #80697F

Tints of Old Lavender #80697F

RGB

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

 GREEN value IS 105 (41.41% from 255) = 29.17%

 BLUE value IS 127 (50% from 255) = 35.28%

R = 35.56%
G = 29.17%
B = 35.28%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.01

 K value IS 0.50

RGB Variations

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

Color information

#80697F (or 0x80697F) is known color: Old Lavender. HEX triplet: 80, 69 and 7F. RGB value is (128,105,127). Sum of RGB (Red+Green+Blue) = 128+105+127=360 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.56% from 360); Green value is 105 (41.41% from 255 or 29.17% from 360); Blue value is 127 (50% from 255 or 35.28% from 360); Max value from RGB is 128 - color contains mainly: red. Hex color #80697F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80697F is #7F9680. Grayscale: #727272. Windows color (decimal): -8361601 or 8350080. OLE color: 8350080.

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

Color convert

RGB 128 105 127 -
CMYK 0 0.18 0.01 0.50
HSL 302.61º 0.1% 0.46% -
HSV(B) 302.61º 0.18% 0.5% -
XYZ 17.78 16.22 22.27 -
YUV 114.39 135.12 137.71 -
System Red Green Blue C M Y K H S L
Decimal 128 105 127 0 0.18 0.01 0.50 302.61 0.1 0.46
Hex 80 69 7F 0 12 1 32 12F A 2E
Octal 200 151 177 0 22 1 62 457 12 56
Binary 10000000 1101001 1111111 0 10010 1 110010 100101111 1010 101110

Color Harmonies of #80697F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80697F

Black with #80697F

Text Example


Text Example

White with #80697F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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