Html Css Color HEX #80657A Old Lavender

📋 copy color: '#80657A'

red 128 ◦ green 101 ◦ blue 122

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

Shades of Old Lavender #80657A

Tints of Old Lavender #80657A

RGB

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

 GREEN value IS 101 (39.84% from 255) = 28.77%

 BLUE value IS 122 (48.05% from 255) = 34.76%

R = 36.47%
G = 28.77%
B = 34.76%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.05

 K value IS 0.50

RGB Variations

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

Color information

#80657A (or 0x80657A) is known color: Old Lavender. HEX triplet: 80, 65 and 7A. RGB value is (128,101,122). Sum of RGB (Red+Green+Blue) = 128+101+122=351 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.47% from 351); Green value is 101 (39.84% from 255 or 28.77% from 351); Blue value is 122 (48.05% from 255 or 34.76% from 351); Max value from RGB is 128 - color contains mainly: red. Hex color #80657A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80657A is #7F9A85. Grayscale: #6F6F6F. Windows color (decimal): -8362630 or 8021376. OLE color: 8021376.

HSL color Cylindrical-coordinate representation of color #80657A: hue angle of 313.33º degrees, saturation: 0.12, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #80657A is Cyan = 0, Magento = 0.21, Yellow = 0.05 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 101 122 -
CMYK 0 0.21 0.05 0.50
HSL 313.33º 0.12% 0.45% -
HSV(B) 313.33º 0.21% 0.5% -
XYZ 17.07 15.3 20.47 -
YUV 111.47 133.95 139.79 -
System Red Green Blue C M Y K H S L
Decimal 128 101 122 0 0.21 0.05 0.50 313.33 0.12 0.45
Hex 80 65 7A 0 15 5 32 139 C 2D
Octal 200 145 172 0 25 5 62 471 14 55
Binary 10000000 1100101 1111010 0 10101 101 110010 100111001 1100 101101

Color Harmonies of #80657A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80657A

Black with #80657A

Text Example


Text Example

White with #80657A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80657A; }

 p { color: rgb(128,101,122); }

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

background-color css

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

 a { background-color: rgb(128,101,122); }

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

border-color css

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

 span { border-color: rgb(128,101,122); }

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