Html Css Color HEX #80657C Old Lavender

📋 copy color: '#80657C'

red 128 ◦ green 101 ◦ blue 124

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

Shades of Old Lavender #80657C

Tints of Old Lavender #80657C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 35.13%

R = 36.26%
G = 28.61%
B = 35.13%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.03

 K value IS 0.50

RGB Variations

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

Color information

#80657C (or 0x80657C) is known color: Old Lavender. HEX triplet: 80, 65 and 7C. RGB value is (128,101,124). Sum of RGB (Red+Green+Blue) = 128+101+124=353 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.26% from 353); Green value is 101 (39.84% from 255 or 28.61% from 353); Blue value is 124 (48.83% from 255 or 35.13% from 353); Max value from RGB is 128 - color contains mainly: red. Hex color #80657C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80657C is #7F9A83. Grayscale: #6F6F6F. Windows color (decimal): -8362628 or 8152448. OLE color: 8152448.

HSL color Cylindrical-coordinate representation of color #80657C: hue angle of 308.89º 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 #80657C is Cyan = 0, Magento = 0.21, Yellow = 0.03 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 101 124 -
CMYK 0 0.21 0.03 0.50
HSL 308.89º 0.12% 0.45% -
HSV(B) 308.89º 0.21% 0.5% -
XYZ 17.19 15.35 21.13 -
YUV 111.7 134.95 139.63 -
System Red Green Blue C M Y K H S L
Decimal 128 101 124 0 0.21 0.03 0.50 308.89 0.12 0.45
Hex 80 65 7C 0 15 3 32 135 C 2D
Octal 200 145 174 0 25 3 62 465 14 55
Binary 10000000 1100101 1111100 0 10101 11 110010 100110101 1100 101101

Color Harmonies of #80657C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80657C

Black with #80657C

Text Example


Text Example

White with #80657C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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