crispedge.com

Color picker

Loading...

#9396ab hex color - Blue - Cool color - Information

#9396ab hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #9396ab Color code in RGB color code model is created after adding 57.65% red color, 58.82% green color and 67.06% blue color. Hex #9396ab Color code in CMYK color (process color) code model is generated after subtraction of 14% cyan, 12% magenta, 0% yellow and 33% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code9396ab#9396ab
RGB Decimal147, 150, 171rgb(147, 150, 171)
RGB Percent58%, 59%, 67%rgb(58%, 59%, 67%)
CSS RGBa147, 150, 171,1rgba(147,150,171,1)
CMYK Modelcmyk(14%,12%,0%,33%)
HSL Color Space233,13% ,62%hsl(233,13% ,62%)
HSV Color Space233°, 14%, 67%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary100100111001011010101011
Octal223226253
Decimal147150171
Hex9396ab

Different shades of #9396ab color code.

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

Light Shade of #9396ab
#b0b2c1
Dark Shade of #9396ab
#767a95
Saturated Shade of #9396ab
#898fb5
Desaturated Shade of #9396ab
#9d9da1
Grey scale Shade of #9396ab
#9f9f9f
Brighten Shade
#acafc4
Most Readable Shade
#000000

Shades of #9396ab color code

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

#9396ab
#828598
#727485
#626472
#51535f
#41424c
#313239
#202126
#101013
#000000

Similar Color like #9396ab color

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

#9497ac
#9598ad
#9699ae
#979aaf
#989bb0
#999cb1
#9a9db2
#9b9eb3
#9c9fb4
#9da0b5
#9ea1b6
#9fa2b7
#a0a3b8
#a1a4b9
#9295aa
#9194a9
#9093a8
#8f92a7
#8e91a6
#8d90a5
#8c8fa4
#8b8ea3
#8a8da2
#898ca1
#888ba0
#878a9f
#86899e
#85889d

Monochromatic Color with #9396ab

#9396ab
#b8bbd5
#010101
#25262b
#4a4b56
#6e7180

Tints of #9396ab Color

#9396ab
#9fa1b4
#abadbd
#b7b9c7
#c3c4d0
#cfd0d9
#dbdce3
#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

#9396ab
#aba893

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

Split Complementary

#9396ab
#ab9c93
#a2ab93

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

Analogous Color

#93a0ab
#939bab
#9396ab
#9593ab
#9a93ab

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

#9396ab
#ab9396
#96ab93

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

#9396ab
#ab93a2
#aba893
#93ab9c

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

#9396ab
#aba893
#a2ab93
#9c93ab

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 #9396ab 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.

#9396ab Color Code Preview on Black Background Color

This is how #9396ab Color will look on black background color. Color contrast ratio is 7.19

#9396ab in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #9396ab

HTML with inline CSS

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

Your Example Paragraph content text in with font color #9396ab

#9396ab color code is use for CSS Background Color

Background color for the above div is #9396ab

HTML with inline CSS

<div style="background-color:#9396ab;"></div>

#9396ab color code is use for CSS Border Color

CSS Border color for the above div is #9396ab

HTML with inline CSS

<div style="border:5px solid #9396ab;"></div>

CSS Border Left color for the above div is #9396ab

HTML with inline CSS

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

CSS Border Right color for the above div is #9396ab

HTML with inline CSS

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

CSS Border Bottom color for the above div is #9396ab

HTML with inline CSS

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

CSS Border Top color for the above div is #9396ab

HTML with inline CSS

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

#9396ab hex Color code used as CSS color Codes

Example CSS Class for usage

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

#9396ab Color code Preview on White Background

This is how #9396ab Color code will look on white background color. Color contrast ratio is 2.92

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

Gradient Background

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

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE


 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(147,150,171,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(171,168,147,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(147,150,171,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.