Skip to main content Skip to docs navigation

#9a92a7 hex color | Delectable | 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

Color Hue/Base color: Blue

Hex #9a92a7 Color Code is also known as | Delectable color.

Hex #9a92a7 Color code in RGB color code model is created after adding 60.39% red color, 57.25% green color and 65.49% blue color. Hex #9a92a7 Color code in CMYK color (process color) code model is generated after subtraction of 8% cyan, 13% magenta, 0% yellow and 34.51% black.

Hex #9a92a7 color code is between #9999aa web safe hex color code and #aa8899 web safe hex color code. #9999aa is the nearest web safe color code. You can see here many more shades of #9a92a7 color code.

RGB Chart

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

Color Table

Hex Color Code 9a92a7 #9a92a7
RGB Decimal 154, 146, 167 154, 146, 167
RGB Percent 60%, 57%, 65% rgb(60%, 57%, 65%)
CSS RGBa 154, 146, 167,1 rgba(154,146,167,1)
CMYK Model cmyk(8%,13%,0%,34.51%)
HSL Color Space 263,11% ,61% hsl(263,11% ,61%)
HSV Color Space 263°, 13%, 65%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 10011010 10010010 10100111
Octal 232 222 247
Decimal 154 146 167
Hex 9a 92 a7

Different shades of #9a92a7 color code.

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

Darkest of #9a92a7
#4e4759
Darker of #9a92a7
#675e75
Dark of #9a92a7
#807690
Base of #9a92a7
#9a92a7
Light of #9a92a7
#b4aebe
Lighter
#cecad5
Lightest
#e8e7eb

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

#9a92a7
#9fa792

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

Split Complementary

#9a92a7
#a7a492
#94a792

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

Analogous Color

#9296a7
#9293a7
#9a92a7
#a192a7
#a792a4

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

#9a92a7
#92a79a
#a79a92

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

#9a92a7
#a79a92
#9fa792
#929fa7

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

#9a92a7
#a79294
#9fa792
#92a7a4

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 #9a92a7

#35313c
#4e4759
#675e75
#807690
#9a92a7
#b4aebe
#cecad5
#e8e7eb
#ffffff

Tints of #9a92a7 Color

#9a92a7
#a59eb0
#b0aaba
#bbb6c4
#c6c2ce
#d2ced7
#dddae1
#e8e6eb
#f3f2f5
#ffffff

Shades of #9a92a7 color code

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

#9a92a7
#888194
#777181
#66616f
#55515c
#44404a
#333037
#222025
#111012
#000000

Tones

#9a92a7
#9c9c9c
#9c9c9c
#9c9c9c
#9c9c9c

Tones

Similar Color like #9a92a7 color

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

#9b93a8
#9c94a9
#9d95aa
#9e96ab
#9f97ac
#a098ad
#a199ae
#a29aaf
#a39bb0
#a49cb1
#a59db2
#a69eb3
#a79fb4
#a8a0b5
#9991a6
#9890a5
#978fa4
#968ea3
#958da2
#948ca1
#938ba0
#928a9f
#91899e
#90889d
#8f879c
#8e869b
#8d859a
#8c8499

Download this Dark Blue

Hex #9a92a7 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.

#9a92a7 Color Code Preview on Black Background Color

This is how #9a92a7 Color will look on black background color. Color contrast ratio is 7.04

#9a92a7 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #9a92a7

HTML with inline CSS

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

Your Example Paragraph content text in with font color #9a92a7

#9a92a7 color code is use for CSS Background Color

Background color for the above div is #9a92a7

HTML with inline CSS

<div style="background-color:#9a92a7;"></div>

#9a92a7 color code is use for CSS Border Color

CSS Border color for the above div is #9a92a7

HTML with inline CSS

<div style="border:5px solid #9a92a7;"></div>

CSS Border Left color for the above div is #9a92a7

HTML with inline CSS

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

CSS Border Right color for the above div is #9a92a7

HTML with inline CSS

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

CSS Border Bottom color for the above div is #9a92a7

HTML with inline CSS

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

CSS Border Top color for the above div is #9a92a7

HTML with inline CSS

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

#9a92a7 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#9a92a7 Color code Preview on White Background

This is how #9a92a7 Color code will look on white background color. Color contrast ratio is 2.98

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

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