crispedge.com

Color picker

Loading...

#9895da hex color - Blue - Cool color - Information

#9895da hex color - Blue - Cool color

Color Mixture: Blue Magenta

Color Hue/Base color: Blue

Hex #9895da Color code in RGB color code model is created after adding 59.61% red color, 58.43% green color and 85.49% blue color. Hex #9895da Color code in CMYK color (process color) code model is generated after subtraction of 30% cyan, 32% magenta, 0% yellow and 15% black.

Hex #9895da color code is between #9999dd web safe hex color code and #8888cc web safe hex color code. #9999dd is the nearest web safe color code. You can see here many more shades of #9895da color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code9895da#9895da
RGB Decimal152, 149, 218rgb(152, 149, 218)
RGB Percent60%, 58%, 85%rgb(60%, 58%, 85%)
CSS RGBa152, 149, 218,1rgba(152,149,218,1)
CMYK Modelcmyk(30%,32%,0%,15%)
HSL Color Space243,48% ,72%hsl(243,48% ,72%)
HSV Color Space243°, 32%, 85%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary100110001001010111011010
Octal230225332
Decimal152149218
Hex9895da

Different shades of #9895da color code.

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

Light Shade of #9895da
#bdbbe7
Dark Shade of #9895da
#736fcd
Saturated Shade of #9895da
#918ee1
Desaturated Shade of #9895da
#9f9cd3
Grey scale Shade of #9895da
#b7b7b7
Brighten Shade
#b1aef3
Most Readable Shade
#000000

Shades of #9895da color code

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

#9895da
#8784c1
#7673a9
#656391
#545279
#434260
#323148
#212130
#101018
#000000

Similar Color like #9895da color

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

#9996db
#9a97dc
#9b98dd
#9c99de
#9d9adf
#9e9be0
#9f9ce1
#a09de2
#a19ee3
#a29fe4
#a3a0e5
#a4a1e6
#a5a2e7
#a6a3e8
#9794d9
#9693d8
#9592d7
#9491d6
#9390d5
#928fd4
#918ed3
#908dd2
#8f8cd1
#8e8bd0
#8d8acf
#8c89ce
#8b88cd
#8a87cc

Monochromatic Color with #9895da

#9895da
#040405
#212130
#3f3e5a
#5d5b85
#7a78af

Tints of #9895da Color

#9895da
#a3a0de
#aeace2
#bab8e6
#c5c4ea
#d1cfee
#dcdbf2
#e8e7f6
#f3f3fa
#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

#9895da
#d7da95

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

Split Complementary

#9895da
#daba95
#b5da95

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

Analogous Color

#95aeda
#95a0da
#9895da
#a695da
#b495da

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

#9895da
#da9895
#95da98

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

#9895da
#da95b4
#d7da95
#95daba

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

#9895da
#d7da95
#b5da95
#ba95da

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 #9895da 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.

#9895da Color Code Preview on Black Background Color

This is how #9895da Color will look on black background color. Color contrast ratio is 7.65

#9895da in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #9895da

HTML with inline CSS

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

Your Example Paragraph content text in with font color #9895da

#9895da color code is use for CSS Background Color

Background color for the above div is #9895da

HTML with inline CSS

<div style="background-color:#9895da;"></div>

#9895da color code is use for CSS Border Color

CSS Border color for the above div is #9895da

HTML with inline CSS

<div style="border:5px solid #9895da;"></div>

CSS Border Left color for the above div is #9895da

HTML with inline CSS

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

CSS Border Right color for the above div is #9895da

HTML with inline CSS

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

CSS Border Bottom color for the above div is #9895da

HTML with inline CSS

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

CSS Border Top color for the above div is #9895da

HTML with inline CSS

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

#9895da hex Color code used as CSS color Codes

Example CSS Class for usage

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

#9895da Color code Preview on White Background

This is how #9895da Color code will look on white background color. Color contrast ratio is 2.75

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

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(152,149,218,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(215,218,149,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(152,149,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.