crispedge.com

Color picker

Loading...

#9ca1ed hex color - Blue - Cool color - Information

#9ca1ed hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #9ca1ed Color code in RGB color code model is created after adding 61.18% red color, 63.14% green color and 92.94% blue color. Hex #9ca1ed Color code in CMYK color (process color) code model is generated after subtraction of 34% cyan, 32% magenta, 0% yellow and 7% black.

Hex #9ca1ed color code is between #9999ee web safe hex color code and #aaaadd web safe hex color code. #9999ee is the nearest web safe color code. You can see here many more shades of #9ca1ed color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code9ca1ed#9ca1ed
RGB Decimal156, 161, 237rgb(156, 161, 237)
RGB Percent61%, 63%, 93%rgb(61%, 63%, 93%)
CSS RGBa156, 161, 237,1rgba(156,161,237,1)
CMYK Modelcmyk(34%,32%,0%,7%)
HSL Color Space236,69% ,77%hsl(236,69% ,77%)
HSV Color Space236°, 34%, 93%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary100111001010000111101101
Octal234241355
Decimal156161237
Hex9ca1ed

Different shades of #9ca1ed color code.

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

Light Shade of #9ca1ed
#c7caf5
Dark Shade of #9ca1ed
#7178e5
Saturated Shade of #9ca1ed
#969cf3
Desaturated Shade of #9ca1ed
#a2a6e7
Grey scale Shade of #9ca1ed
#c4c4c4
Brighten Shade
#b5baff
Most Readable Shade
#000000

Shades of #9ca1ed color code

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

#9ca1ed
#8a8fd2
#797db8
#686b9e
#565983
#454769
#34354f
#222334
#11111a
#000000

Similar Color like #9ca1ed color

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

#9da2ee
#9ea3ef
#9fa4f0
#a0a5f1
#a1a6f2
#a2a7f3
#a3a8f4
#a4a9f5
#a5aaf6
#a6abf7
#a7acf8
#a8adf9
#a9aefa
#aaaffb
#9ba0ec
#9a9feb
#999eea
#989de9
#979ce8
#969be7
#959ae6
#9499e5
#9398e4
#9297e3
#9196e2
#9095e1
#8f94e0
#8e93df

Monochromatic Color with #9ca1ed

#9ca1ed
#101118
#2c2e43
#484a6d
#646798
#8084c2

Tints of #9ca1ed Color

#9ca1ed
#a7abef
#b2b5f1
#bdc0f3
#c8caf5
#d3d5f7
#dedff9
#e9eafb
#f4f4fd
#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

#9ca1ed
#ede89c

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

Split Complementary

#9ca1ed
#edc09c
#caed9c

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

Analogous Color

#9cc1ed
#9cb1ed
#9ca1ed
#a79ced
#b79ced

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

#9ca1ed
#ed9ca1
#a1ed9c

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

#9ca1ed
#ed9cc9
#ede89c
#9cedbf

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

#9ca1ed
#ede89c
#caed9c
#c09ced

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 #9ca1ed 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.

#9ca1ed Color Code Preview on Black Background Color

This is how #9ca1ed Color will look on black background color. Color contrast ratio is 8.73

#9ca1ed in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#9ca1ed color code is use for CSS Background Color

Background color for the above div is #9ca1ed

HTML with inline CSS

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

#9ca1ed color code is use for CSS Border Color

CSS Border color for the above div is #9ca1ed

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#9ca1ed hex Color code used as CSS color Codes

Example CSS Class for usage

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

#9ca1ed Color code Preview on White Background

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

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

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(156,161,237,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(237,232,156,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(156,161,237,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.