Skip to main content Skip to docs navigation

#98979a hex color | Download Dark Blue 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 Formal Grey and its hex is #97969A Nearest Color Name

Color Hue/Base color: Blue

Hex #98979a Color code in RGB color code model is created after adding 59.61% red color, 59.22% green color and 60.39% blue color. Hex #98979a Color code in CMYK color (process color) code model is generated after subtraction of 1% cyan, 2% magenta, 0% yellow and 39.61% black.

Hex #98979a color code is between #999999 web safe hex color code and #8888aa web safe hex color code. #999999 is the nearest web safe color code. You can see here many more shades of #98979a color code.

RGB Chart

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

Color Table

Hex Color Code 98979a #98979a
RGB Decimal 152, 151, 154 152, 151, 154
RGB Percent 60%, 59%, 60% rgb(60%, 59%, 60%)
CSS RGBa 152, 151, 154,1 rgba(152,151,154,1)
CMYK Model cmyk(1%,2%,0%,39.61%)
HSL Color Space 260,1% ,60% hsl(260,1% ,60%)
HSV Color Space 260°, 2%, 60%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 10011000 10010111 10011010
Octal 230 227 232
Decimal 152 151 154
Hex 98 97 9a

Different shades of #98979a color code.

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

Darkest of #98979a
#4c4b4d
Darker of #98979a
#656467
Dark of #98979a
#7e7d81
Base of #98979a
#98979a
Light of #98979a
#b2b1b3
Lighter
#cbcbcc
Lightest
#e5e5e5

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

#98979a
#999a97

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

Split Complementary

#98979a
#9a9997
#979a97

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

Analogous Color

#97989a
#97979a
#98979a
#99979a
#9a979a

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

#98979a
#979a98
#9a9897

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

#98979a
#9a9897
#999a97
#97999a

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

#98979a
#9a9797
#999a97
#979a99

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 #98979a

#323233
#4c4b4d
#656467
#7e7d81
#98979a
#b2b1b3
#cbcbcc
#e5e5e5
#fefefe

Tints of #98979a Color

#98979a
#a3a2a5
#aeaeb0
#bab9bb
#c5c5c6
#d1d0d2
#dcdcdd
#e8e7e8
#f3f3f3
#ffffff

Shades of #98979a color code

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

#98979a
#878688
#767577
#656466
#545355
#434344
#323233
#212122
#101011
#000000

Tones

#98979a
#989898
#989898
#989898
#989898

Tones

Similar Color like #98979a color

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

#99989b
#9a999c
#9b9a9d
#9c9b9e
#9d9c9f
#9e9da0
#9f9ea1
#a09fa2
#a1a0a3
#a2a1a4
#a3a2a5
#a4a3a6
#a5a4a7
#a6a5a8
#979699
#969598
#959497
#949396
#939295
#929194
#919093
#908f92
#8f8e91
#8e8d90
#8d8c8f
#8c8b8e
#8b8a8d
#8a898c

Download this Dark Blue

Hex #98979a 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.

#98979a Color Code Preview on Black Background Color

This is how #98979a Color will look on black background color. Color contrast ratio is 7.23

#98979a in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#98979a color code is use for CSS Background Color

Background color for the above div is #98979a

HTML with inline CSS

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

#98979a color code is use for CSS Border Color

CSS Border color for the above div is #98979a

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#98979a hex Color code used as CSS color Codes

Example CSS Class for usage

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

#98979a Color code Preview on White Background

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

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 #98979a; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #98979a; }

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(152,151,154,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(153,154,151,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(152,151,154,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }