Html Css Color HEX #80667E Old Lavender

📋 copy color: '#80667E'

red 128 ◦ green 102 ◦ blue 126

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

Shades of Old Lavender #80667E

Tints of Old Lavender #80667E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 35.39%

R = 35.96%
G = 28.65%
B = 35.39%

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

#80667E (or 0x80667E) is known color: Old Lavender. HEX triplet: 80, 66 and 7E. RGB value is (128,102,126). Sum of RGB (Red+Green+Blue) = 128+102+126=356 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.96% from 356); Green value is 102 (40.23% from 255 or 28.65% from 356); Blue value is 126 (49.61% from 255 or 35.39% from 356); Max value from RGB is 128 - color contains mainly: red. Hex color #80667E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80667E is #7F9981. Grayscale: #707070. Windows color (decimal): -8362370 or 8283776. OLE color: 8283776.

HSL color Cylindrical-coordinate representation of color #80667E: hue angle of 304.62º 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 #80667E is Cyan = 0, Magento = 0.20, Yellow = 0.02 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 102 126 -
CMYK 0 0.20 0.02 0.50
HSL 304.62º 0.11% 0.45% -
HSV(B) 304.62º 0.2% 0.5% -
XYZ 17.42 15.6 21.83 -
YUV 112.51 135.61 139.05 -
System Red Green Blue C M Y K H S L
Decimal 128 102 126 0 0.20 0.02 0.50 304.62 0.11 0.45
Hex 80 66 7E 0 14 2 32 131 B 2D
Octal 200 146 176 0 24 2 62 461 13 55
Binary 10000000 1100110 1111110 0 10100 10 110010 100110001 1011 101101

Color Harmonies of #80667E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80667E

Black with #80667E

Text Example


Text Example

White with #80667E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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