Skip to main content Skip to docs navigation

#80909a hex color | Download Dark Grey BG image | Information

Color Picker

@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

Color Info

Woow we have a nearby visually matching color name available. It's name is London Square and its hex is #7F909D Nearest Color Name

Color Hue/Base color: Grey

Hex #80909a Color code in RGB color code model is created after adding 50.2% red color, 56.47% green color and 60.39% blue color. Hex #80909a Color code in CMYK color (process color) code model is generated after subtraction of 17% cyan, 6% magenta, 0% yellow and 39.61% black.

Hex #80909a color code is between #888899 web safe hex color code and #7799aa web safe hex color code. #888899 is the nearest web safe color code. You can see here many more shades of #80909a color code.

RGB Chart

RGB Chart using SVG and CSS mix-blend-mode: lighten;

Color Table

Hex Color Code 80909a #80909a
RGB Decimal 128, 144, 154 128, 144, 154
RGB Percent 50%, 56%, 60% rgb(50%, 56%, 60%)
CSS RGBa 128, 144, 154,1 rgba(128,144,154,1)
CMYK Model cmyk(17%,6%,0%,39.61%)
HSL Color Space 203,11% ,55% hsl(203,11% ,55%)
HSV Color Space 203°, 17%, 60%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 10000000 10010000 10011010
Octal 200 220 232
Decimal 128 144 154
Hex 80 90 9a

Different shades of #80909a color code.

Different color shades are produced by adding adding white or black (respectively). Generate more color shades with shades generator.

Darkest of #80909a
#394248
Darker of #80909a
#505c64
Dark of #80909a
#667781
Base of #80909a
#80909a
Light of #80909a
#9ca9b1
Lighter
#b9c2c7
Lightest
#d5dade

Color Schemes

A good color harmony is perfect looking color combinations or colors that look good together. Everyone from designers to developers are looking for colors that go well together. Color schemes above are different relative position on color spectrum. Using them together will create aesthetic looks.

Complimentary

#80909a
#9a8a80

Complimentary Colors are colors on opposite sides of the color wheel that goes well together.

Split Complementary

#80909a
#9a8083
#9a9780

Split Complimentary Colors are two secondary colors with one color as the main color. Secondary colors be used for accents and highlights.

Analogous Color

#809a95
#809a99
#80909a
#80879a
#83809a

Analogous colors are a slight variation in one color or related colors or neighboring colors on either side of color wheel . Example like Red, Orange and Yellow with red as central color. An analogous color scheme creates a rich, monochromatic look. Analogous scheme lacks contrast and is not as vibrant as complementary schemes.

Triadic Color

#80909a
#909a80
#9a8090

The primary colors are Red, Green Blue. They are an example of a triadic color scheme. Put a triangle on color wheel and find all three triadic colors. Triadic color schemes are vibrant with high color contrast with color harmony.

Tetrad/Square Color

#80909a
#9a8090
#9a8a80
#809a8a

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Square Color

#80909a
#97809a
#9a8a80
#839a80

Square is Four color (a mix of primar and secondary colors) scheme with two colors (hues) are next to each other on the color wheel are paired with two adjacent colors (hues) on the opposite side. For examle Red (Primary) and Orange (Secondary) with adjacent to Blue (Primary) and Green (Secondary).

Monochromatic Color with #80909a

#23282b
#394248
#505c64
#667781
#80909a
#9ca9b1
#b9c2c7
#d5dade
#f2f3f4

Tints of #80909a Color

#80909a
#8e9ca5
#9ca8b0
#aab5bb
#b8c1c6
#c6cdd2
#d4dadd
#e2e6e8
#f0f2f3
#ffffff

Shades of #80909a color code

Generate more color scales with scales (color stack) generator.

#80909a
#718088
#637077
#556066
#475055
#384044
#2a3033
#1c2022
#0e1011
#000000

Tones

#80909a
#8d8d8d
#8d8d8d
#8d8d8d
#8d8d8d

Tones

Similar Color like #80909a color

Find visually similar hex color codes nearing to #80909a hex color. Similar colors can help you tweak and adjust for your project until it’s just right.

#81919b
#82929c
#83939d
#84949e
#85959f
#8696a0
#8797a1
#8898a2
#8999a3
#8a9aa4
#8b9ba5
#8c9ca6
#8d9da7
#8e9ea8
#7f8f99
#7e8e98
#7d8d97
#7c8c96
#7b8b95
#7a8a94
#798993
#788892
#778791
#768690
#75858f
#74848e
#73838d
#72828c

Download this Dark Grey

Hex #80909a Color Code use in CSS Color, CSS Font/Text Color, CSS Background Color, CSS Border Color, CSS placeholder color, CSS rgba, Box Shadow Color, Text Shadow color.

#80909a Color Code Preview on Black Background Color

This is how #80909a Color will look on black background color. Color contrast ratio is 6.37

#80909a in use for CSS Font/Text Color

HTML with inline CSS

<p style="color:#80909a">Your Example Paragraph content text in with font color #80909a </p>

Your Example Paragraph content text in with font color #80909a

HTML with inline CSS

<div style="color:#80909a">Your Paragraph text in with font color #80909a </div>

Your Example Paragraph content text in with font color #80909a

#80909a color code is use for CSS Background Color

Background color for the above div is #80909a

HTML with inline CSS

<div style="background-color:#80909a;"></div>

#80909a color code is use for CSS Border Color

CSS Border color for the above div is #80909a

HTML with inline CSS

<div style="border:5px solid #80909a;"></div>

CSS Border Left color for the above div is #80909a

HTML with inline CSS

<div style="border-left:5px solid #80909a;"></div>

CSS Border Right color for the above div is #80909a

HTML with inline CSS

<div style="border-right:5px solid #80909a;"></div>

CSS Border Bottom color for the above div is #80909a

HTML with inline CSS

<div style="border-bottom:5px solid #80909a;"></div>

CSS Border Top color for the above div is #80909a

HTML with inline CSS

<div style="border-top:5px solid #80909a;"></div>

#80909a hex Color code used as CSS color Codes

Example CSS Class for usage

.examplebgclass {background-color:#80909a; } .examplecolorclass {color:#80909a; } .examplebordercolor {border:3px solid #80909a; }

#80909a Color code Preview on White Background

This is how #80909a Color code will look on white background color. Color contrast ratio is 3.29

Different text-shadow examples and usage

coming soon...

CSS3 text-shadow and box-shadow Usage

Example CSS Class for usage

.exampleTextShadowClass { text-shadow: 4px 4px 2px #80909a; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #80909a; }

Gradient color background

Using gradients with mixed colors is a good idea. Download these backgrounds. Use them in slideshows, cards, and other designs.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(128,144,154,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(154,138,128,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(128,144,154,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }