crispedge.com

Color picker

Loading...

#96a7da hex color - Blue - Cool color - Information

#96a7da hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #96a7da Color code in RGB color code model is created after adding 58.82% red color, 65.49% green color and 85.49% blue color. Hex #96a7da Color code in CMYK color (process color) code model is generated after subtraction of 31% cyan, 23% magenta, 0% yellow and 15% black.

Hex #96a7da color code is between #99aadd web safe hex color code and #8899cc web safe hex color code. #99aadd is the nearest web safe color code. You can see here many more shades of #96a7da color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code96a7da#96a7da
RGB Decimal150, 167, 218rgb(150, 167, 218)
RGB Percent59%, 65%, 85%rgb(59%, 65%, 85%)
CSS RGBa150, 167, 218,1rgba(150,167,218,1)
CMYK Modelcmyk(31%,23%,0%,15%)
HSL Color Space225,48% ,72%hsl(225,48% ,72%)
HSV Color Space225°, 31%, 85%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary100101101010011111011010
Octal226247332
Decimal150167218
Hex96a7da

Different shades of #96a7da color code.

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

Light Shade of #96a7da
#bcc7e7
Dark Shade of #96a7da
#7087cd
Saturated Shade of #96a7da
#8fa3e1
Desaturated Shade of #96a7da
#9dabd3
Grey scale Shade of #96a7da
#b8b8b8
Brighten Shade
#afc0f3
Most Readable Shade
#000000

Shades of #96a7da color code

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

#96a7da
#8594c1
#7481a9
#646f91
#535c79
#424a60
#323748
#212530
#101218
#000000

Similar Color like #96a7da color

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

#97a8db
#98a9dc
#99aadd
#9aabde
#9bacdf
#9cade0
#9daee1
#9eafe2
#9fb0e3
#a0b1e4
#a1b2e5
#a2b3e6
#a3b4e7
#a4b5e8
#95a6d9
#94a5d8
#93a4d7
#92a3d6
#91a2d5
#90a1d4
#8fa0d3
#8e9fd2
#8d9ed1
#8c9dd0
#8b9ccf
#8a9bce
#899acd
#8899cc

Monochromatic Color with #96a7da

#96a7da
#040405
#212530
#3e455a
#5c6685
#7986af

Tints of #96a7da Color

#96a7da
#a1b0de
#adbae2
#b9c4e6
#c4ceea
#d0d7ee
#dce1f2
#e7ebf6
#f3f5fa
#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

#96a7da
#dac996

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

Split Complementary

#96a7da
#daa796
#c9da96

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

Analogous Color

#96c2da
#96b5da
#96a7da
#9699da
#a096da

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

#96a7da
#da96a7
#a7da96

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

#96a7da
#da96c9
#dac996
#96daa7

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

#96a7da
#dac996
#c9da96
#a796da

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 #96a7da 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.

#96a7da Color Code Preview on Black Background Color

This is how #96a7da Color will look on black background color. Color contrast ratio is 8.84

#96a7da in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #96a7da

HTML with inline CSS

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

Your Example Paragraph content text in with font color #96a7da

#96a7da color code is use for CSS Background Color

Background color for the above div is #96a7da

HTML with inline CSS

<div style="background-color:#96a7da;"></div>

#96a7da color code is use for CSS Border Color

CSS Border color for the above div is #96a7da

HTML with inline CSS

<div style="border:5px solid #96a7da;"></div>

CSS Border Left color for the above div is #96a7da

HTML with inline CSS

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

CSS Border Right color for the above div is #96a7da

HTML with inline CSS

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

CSS Border Bottom color for the above div is #96a7da

HTML with inline CSS

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

CSS Border Top color for the above div is #96a7da

HTML with inline CSS

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

#96a7da hex Color code used as CSS color Codes

Example CSS Class for usage

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

#96a7da Color code Preview on White Background

This is how #96a7da Color code will look on white background color. Color contrast ratio is 2.38

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

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(150,167,218,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(218,201,150,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(150,167,218,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.