crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#9597aa hex color - Blue - Cool color - Information

#9597aa hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #9597aa Color code in RGB color code model is created after adding 58.43% red color, 59.22% green color and 66.67% blue color. Hex #9597aa Color code in CMYK color (process color) code model is generated after subtraction of 12% cyan, 11% magenta, 0% yellow and 33% black.

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

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code9597aa#9597aa
RGB Decimal149, 151, 170rgb(149, 151, 170)
RGB Percent58%, 59%, 67%rgb(58%, 59%, 67%)
CSS RGBa149, 151, 170,1rgba(149,151,170,1)
CMYK Modelcmyk(12%,11%,0%,33%)
HSL Color Space234,11% ,63%hsl(234,11% ,63%)
HSV Color Space234°, 12%, 67%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary100101011001011110101010
Octal225227252
Decimal149151170
Hex9597aa

Different shades of #9597aa color code.

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

Light Shade of #9597aa
#b1b3c1
Dark Shade of #9597aa
#797b93
Saturated Shade of #9597aa
#8b8fb4
Desaturated Shade of #9597aa
#9f9fa0
Grey scale Shade of #9597aa
#9f9f9f
Brighten Shade
#aeb0c3
Most Readable Shade
#000000

Shades of #9597aa color code

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

#9597aa
#848697
#737584
#636471
#52535e
#42434b
#313238
#212125
#101012
#000000

Similar Color like #9597aa color

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

#9698ab
#9799ac
#989aad
#999bae
#9a9caf
#9b9db0
#9c9eb1
#9d9fb2
#9ea0b3
#9fa1b4
#a0a2b5
#a1a3b6
#a2a4b7
#a3a5b8
#9496a9
#9395a8
#9294a7
#9193a6
#9092a5
#8f91a4
#8e90a3
#8d8fa2
#8c8ea1
#8b8da0
#8a8c9f
#898b9e
#888a9d
#87899c

Monochromatic Color with #9597aa

#9597aa
#babdd4
#dfe2ff
#25262a
#4a4b55
#70717f

Tints of #9597aa Color

#9597aa
#a0a2b3
#acaebc
#b8b9c6
#c4c5cf
#cfd0d9
#dbdce2
#e7e7ec
#f3f3f5
#ffffff

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

#9597aa
#aaa895

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

Split Complementary

#9597aa
#aa9e95
#a1aa95

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

Analogous Color

#959faa
#959baa
#9597aa
#9795aa
#9b95aa

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

#9597aa
#aa9597
#97aa95

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

#9597aa
#aa95a1
#aaa895
#95aa9d

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

Double Complementary Color

#9597aa
#aaa895
#a1aa95
#9e95aa

Double Complementary 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).

Hex #9597aa 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.

#9597aa Color Code Preview on Black Background Color

This is how #9597aa Color will look on black background color. Color contrast ratio is 7.29

#9597aa in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #9597aa

HTML with inline CSS

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

Your Example Paragraph content text in with font color #9597aa

#9597aa color code is use for CSS Background Color

Background color for the above div is #9597aa

HTML with inline CSS

<div style="background-color:#9597aa;"></div>

#9597aa color code is use for CSS Border Color

CSS Border color for the above div is #9597aa

HTML with inline CSS

<div style="border:5px solid #9597aa;"></div>

CSS Border Left color for the above div is #9597aa

HTML with inline CSS

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

CSS Border Right color for the above div is #9597aa

HTML with inline CSS

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

CSS Border Bottom color for the above div is #9597aa

HTML with inline CSS

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

CSS Border Top color for the above div is #9597aa

HTML with inline CSS

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

#9597aa hex Color code used as CSS color Codes

Example CSS Class for usage

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

#9597aa Color code Preview on White Background

This is how #9597aa Color code will look on white background color. Color contrast ratio is 2.88

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

Related Gradients

Beautiful Colored Gradient Background. Find awesome Gradient for your next project.

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.