crispedge.com

Color picker

Loading...

#7985d9 hex color - Blue - Cool color - Information

#7985d9 hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #7985d9 Color code in RGB color code model is created after adding 47.45% red color, 52.16% green color and 85.1% blue color. Hex #7985d9 Color code in CMYK color (process color) code model is generated after subtraction of 44% cyan, 39% magenta, 0% yellow and 15% black.

Hex #7985d9 color code is between #7788dd web safe hex color code and #8877cc web safe hex color code. #7788dd is the nearest web safe color code. You can see here many more shades of #7985d9 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code7985d9#7985d9
RGB Decimal121, 133, 217rgb(121, 133, 217)
RGB Percent47%, 52%, 85%rgb(47%, 52%, 85%)
CSS RGBa121, 133, 217,1rgba(121,133,217,1)
CMYK Modelcmyk(44%,39%,0%,15%)
HSL Color Space233,56% ,66%hsl(233,56% ,66%)
HSV Color Space233°, 44%, 85%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary011110011000010111011001
Octal171205331
Decimal121133217
Hex7985d9

Different shades of #7985d9 color code.

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

Light Shade of #7985d9
#a1a9e4
Dark Shade of #7985d9
#5161ce
Saturated Shade of #7985d9
#707fe2
Desaturated Shade of #7985d9
#828bd0
Grey scale Shade of #7985d9
#a9a9a9
Brighten Shade
#929ef2
Most Readable Shade
#000000

Shades of #7985d9 color code

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

#7985d9
#6b76c0
#5e67a8
#505890
#434978
#353b60
#282c48
#1a1d30
#0d0e18
#000000

Similar Color like #7985d9 color

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

#7a86da
#7b87db
#7c88dc
#7d89dd
#7e8ade
#7f8bdf
#808ce0
#818de1
#828ee2
#838fe3
#8490e4
#8591e5
#8692e6
#8793e7
#7884d8
#7783d7
#7682d6
#7581d5
#7480d4
#737fd3
#727ed2
#717dd1
#707cd0
#6f7bcf
#6e7ace
#6d79cd
#6c78cc
#6b77cb

Monochromatic Color with #7985d9

#7985d9
#030304
#1a1d2f
#323759
#4a5184
#616bae

Tints of #7985d9 Color

#7985d9
#8792dd
#96a0e1
#a5ade5
#b4bbe9
#c3c8ee
#d2d6f2
#e1e3f6
#f0f1fa
#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

#7985d9
#d9cd79

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

Split Complementary

#7985d9
#d99d79
#b5d979

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

Analogous Color

#79abd9
#7998d9
#7985d9
#8079d9
#9379d9

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

#7985d9
#d97985
#85d979

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

#7985d9
#d979b5
#d9cd79
#79d99d

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

#7985d9
#d9cd79
#b5d979
#9d79d9

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 #7985d9 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.

#7985d9 Color Code Preview on Black Background Color

This is how #7985d9 Color will look on black background color. Color contrast ratio is 6.17

#7985d9 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #7985d9

HTML with inline CSS

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

Your Example Paragraph content text in with font color #7985d9

#7985d9 color code is use for CSS Background Color

Background color for the above div is #7985d9

HTML with inline CSS

<div style="background-color:#7985d9;"></div>

#7985d9 color code is use for CSS Border Color

CSS Border color for the above div is #7985d9

HTML with inline CSS

<div style="border:5px solid #7985d9;"></div>

CSS Border Left color for the above div is #7985d9

HTML with inline CSS

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

CSS Border Right color for the above div is #7985d9

HTML with inline CSS

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

CSS Border Bottom color for the above div is #7985d9

HTML with inline CSS

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

CSS Border Top color for the above div is #7985d9

HTML with inline CSS

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

#7985d9 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#7985d9 Color code Preview on White Background

This is how #7985d9 Color code will look on white background color. Color contrast ratio is 3.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 #7985d9; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #7985d9; }

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(121,133,217,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(217,205,121,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(121,133,217,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.