Html Css Color HEX #80667D Old Lavender

📋 copy color: '#80667D'

red 128 ◦ green 102 ◦ blue 125

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

Shades of Old Lavender #80667D

Tints of Old Lavender #80667D

RGB

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

 GREEN value IS 102 (40.23% from 255) = 28.73%

 BLUE value IS 125 (49.22% from 255) = 35.21%

R = 36.06%
G = 28.73%
B = 35.21%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.02

 K value IS 0.50

RGB Variations

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

Color information

#80667D (or 0x80667D) is known color: Old Lavender. HEX triplet: 80, 66 and 7D. RGB value is (128,102,125). Sum of RGB (Red+Green+Blue) = 128+102+125=355 (47% of max value = 765). Red value is 128 (50.39% from 255 or 36.06% from 355); Green value is 102 (40.23% from 255 or 28.73% from 355); Blue value is 125 (49.22% from 255 or 35.21% from 355); Max value from RGB is 128 - color contains mainly: red. Hex color #80667D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80667D is #7F9982. Grayscale: #707070. Windows color (decimal): -8362371 or 8218240. OLE color: 8218240.

HSL color Cylindrical-coordinate representation of color #80667D: hue angle of 306.92º degrees, saturation: 0.11, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #80667D is Cyan = 0, Magento = 0.20, Yellow = 0.02 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 102 125 -
CMYK 0 0.20 0.02 0.50
HSL 306.92º 0.11% 0.45% -
HSV(B) 306.92º 0.2% 0.5% -
XYZ 17.36 15.57 21.49 -
YUV 112.4 135.11 139.13 -
System Red Green Blue C M Y K H S L
Decimal 128 102 125 0 0.20 0.02 0.50 306.92 0.11 0.45
Hex 80 66 7D 0 14 2 32 133 B 2D
Octal 200 146 175 0 24 2 62 463 13 55
Binary 10000000 1100110 1111101 0 10100 10 110010 100110011 1011 101101

Color Harmonies of #80667D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80667D

Black with #80667D

Text Example


Text Example

White with #80667D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80667D; }

 p { color: rgb(128,102,125); }

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

background-color css

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

 a { background-color: rgb(128,102,125); }

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

border-color css

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

 span { border-color: rgb(128,102,125); }

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