crispedge.com

Color picker

Loading...

#9493ca hex color - Blue - Cool color - Information

#9493ca hex color - Blue - Cool color

Color Mixture: Blue Magenta

Color Hue/Base color: Blue

Hex #9493ca Color code in RGB color code model is created after adding 58.04% red color, 57.65% green color and 79.22% blue color. Hex #9493ca Color code in CMYK color (process color) code model is generated after subtraction of 27% cyan, 27% magenta, 0% yellow and 21% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code9493ca#9493ca
RGB Decimal148, 147, 202rgb(148, 147, 202)
RGB Percent58%, 58%, 79%rgb(58%, 58%, 79%)
CSS RGBa148, 147, 202,1rgba(148,147,202,1)
CMYK Modelcmyk(27%,27%,0%,21%)
HSL Color Space241,34% ,68%hsl(241,34% ,68%)
HSV Color Space241°, 27%, 79%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary100101001001001111001010
Octal224223312
Decimal148147202
Hex9493ca

Different shades of #9493ca color code.

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

Light Shade of #9493ca
#b6b5db
Dark Shade of #9493ca
#7271b9
Saturated Shade of #9493ca
#8c8bd2
Desaturated Shade of #9493ca
#9c9bc2
Grey scale Shade of #9493ca
#aeaeae
Brighten Shade
#adace3
Most Readable Shade
#000000

Shades of #9493ca color code

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

#9493ca
#8382b3
#73729d
#626286
#525170
#414159
#313143
#20202c
#101016
#000000

Similar Color like #9493ca color

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

#9594cb
#9695cc
#9796cd
#9897ce
#9998cf
#9a99d0
#9b9ad1
#9c9bd2
#9d9cd3
#9e9dd4
#9f9ed5
#a09fd6
#a1a0d7
#a2a1d8
#9392c9
#9291c8
#9190c7
#908fc6
#8f8ec5
#8e8dc4
#8d8cc3
#8c8bc2
#8b8ac1
#8a89c0
#8988bf
#8887be
#8786bd
#8685bc

Monochromatic Color with #9493ca

#9493ca
#b3b2f4
#171720
#37364a
#565575
#75749f

Tints of #9493ca Color

#9493ca
#9f9fcf
#ababd5
#b7b7db
#c3c3e1
#cfcfe7
#dbdbed
#e7e7f3
#f3f3f9
#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

#9493ca
#c9ca93

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

Split Complementary

#9493ca
#cab093
#adca93

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

Analogous Color

#93a8ca
#939dca
#9493ca
#9f93ca
#aa93ca

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

#9493ca
#ca9493
#93ca94

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

#9493ca
#ca93ad
#c9ca93
#93caaf

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

#9493ca
#c9ca93
#adca93
#b093ca

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 #9493ca 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.

#9493ca Color Code Preview on Black Background Color

This is how #9493ca Color will look on black background color. Color contrast ratio is 7.29

#9493ca in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #9493ca

HTML with inline CSS

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

Your Example Paragraph content text in with font color #9493ca

#9493ca color code is use for CSS Background Color

Background color for the above div is #9493ca

HTML with inline CSS

<div style="background-color:#9493ca;"></div>

#9493ca color code is use for CSS Border Color

CSS Border color for the above div is #9493ca

HTML with inline CSS

<div style="border:5px solid #9493ca;"></div>

CSS Border Left color for the above div is #9493ca

HTML with inline CSS

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

CSS Border Right color for the above div is #9493ca

HTML with inline CSS

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

CSS Border Bottom color for the above div is #9493ca

HTML with inline CSS

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

CSS Border Top color for the above div is #9493ca

HTML with inline CSS

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

#9493ca hex Color code used as CSS color Codes

Example CSS Class for usage

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

#9493ca Color code Preview on White Background

This is how #9493ca 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 #9493ca; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #9493ca; }

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(148,147,202,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(201,202,147,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(148,147,202,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.