crispedge.com

Color picker

Loading...

#8383a5 hex color - Blue - Cool color - Information

#8383a5 hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #8383a5 Color code in RGB color code model is created after adding 51.37% red color, 51.37% green color and 64.71% blue color. Hex #8383a5 Color code in CMYK color (process color) code model is generated after subtraction of 21% cyan, 21% magenta, 0% yellow and 35% black.

Hex #8383a5 color code is between #8888aa web safe hex color code and #777799 web safe hex color code. #8888aa is the nearest web safe color code. You can see here many more shades of #8383a5 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code8383a5#8383a5
RGB Decimal131, 131, 165rgb(131, 131, 165)
RGB Percent51%, 51%, 65%rgb(51%, 51%, 65%)
CSS RGBa131, 131, 165,1rgba(131,131,165,1)
CMYK Modelcmyk(21%,21%,0%,35%)
HSL Color Space240,16% ,58%hsl(240,16% ,58%)
HSV Color Space240°, 21%, 65%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary100000111000001110100101
Octal203203245
Decimal131131165
Hex8383a5

Different shades of #8383a5 color code.

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

Light Shade of #8383a5
#a1a1ba
Dark Shade of #8383a5
#67678e
Saturated Shade of #8383a5
#7878b0
Desaturated Shade of #8383a5
#8e8e9a
Grey scale Shade of #8383a5
#949494
Brighten Shade
#9c9cbe
Most Readable Shade
#FFFFFF

Shades of #8383a5 color code

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

#8383a5
#747492
#656580
#57576e
#48485b
#3a3a49
#2b2b37
#1d1d24
#0e0e12
#000000

Similar Color like #8383a5 color

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

#8484a6
#8585a7
#8686a8
#8787a9
#8888aa
#8989ab
#8a8aac
#8b8bad
#8c8cae
#8d8daf
#8e8eb0
#8f8fb1
#9090b2
#9191b3
#8282a4
#8181a3
#8080a2
#7f7fa1
#7e7ea0
#7d7d9f
#7c7c9e
#7b7b9d
#7a7a9c
#79799b
#78789a
#777799
#767698
#757597

Monochromatic Color with #8383a5

#8383a5
#a5a5cf
#c6c6fa
#1e1e25
#404050
#61617a

Tints of #8383a5 Color

#8383a5
#9090af
#9e9eb9
#acacc3
#babacd
#c7c7d7
#d5d5e1
#e3e3eb
#f1f1f5
#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

#8383a5
#a5a583

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

Split Complementary

#8383a5
#a59483
#94a583

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

Analogous Color

#8391a5
#838aa5
#8383a5
#8a83a5
#9183a5

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

#8383a5
#a58383
#83a583

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

#8383a5
#a58394
#a5a583
#83a594

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

#8383a5
#a5a583
#94a583
#9483a5

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 #8383a5 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.

#8383a5 Color Code Preview on Black Background Color

This is how #8383a5 Color will look on black background color. Color contrast ratio is 5.75

#8383a5 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #8383a5

HTML with inline CSS

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

Your Example Paragraph content text in with font color #8383a5

#8383a5 color code is use for CSS Background Color

Background color for the above div is #8383a5

HTML with inline CSS

<div style="background-color:#8383a5;"></div>

#8383a5 color code is use for CSS Border Color

CSS Border color for the above div is #8383a5

HTML with inline CSS

<div style="border:5px solid #8383a5;"></div>

CSS Border Left color for the above div is #8383a5

HTML with inline CSS

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

CSS Border Right color for the above div is #8383a5

HTML with inline CSS

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

CSS Border Bottom color for the above div is #8383a5

HTML with inline CSS

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

CSS Border Top color for the above div is #8383a5

HTML with inline CSS

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

#8383a5 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#8383a5 Color code Preview on White Background

This is how #8383a5 Color code will look on white background color. Color contrast ratio is 3.65

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

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(131,131,165,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(165,165,131,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(131,131,165,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.