crispedge.com

Color picker

Loading...

#7189ae hex color - Blue - Cool color - Information

#7189ae hex color - Blue - Cool color

Color Mixture: Cyan Blue

Color Hue/Base color: Blue

Hex #7189ae Color code in RGB color code model is created after adding 44.31% red color, 53.73% green color and 68.24% blue color. Hex #7189ae Color code in CMYK color (process color) code model is generated after subtraction of 35% cyan, 21% magenta, 0% yellow and 32% black.

Hex #7189ae color code is between #7788aa web safe hex color code and #6699bb web safe hex color code. #7788aa is the nearest web safe color code. You can see here many more shades of #7189ae color code.

0 Likes 0 Comments | 6 Views

RGB Chart

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

Color Table

Hex Color Code7189ae#7189ae
RGB Decimal113, 137, 174rgb(113, 137, 174)
RGB Percent44%, 54%, 68%rgb(44%, 54%, 68%)
CSS RGBa113, 137, 174,1rgba(113,137,174,1)
CMYK Modelcmyk(35%,21%,0%,32%)
HSL Color Space216,27% ,56%hsl(216,27% ,56%)
HSV Color Space216°, 35%, 68%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary011100011000100110101110
Octal161211256
Decimal113137174
Hex7189ae

Different shades of #7189ae color code.

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

Light Shade of #7189ae
#91a4c1
Dark Shade of #7189ae
#566f96
Saturated Shade of #7189ae
#6687b9
Desaturated Shade of #7189ae
#7c8ba3
Grey scale Shade of #7189ae
#8f8f8f
Brighten Shade
#8aa2c7
Most Readable Shade
#FFFFFF

Shades of #7189ae color code

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

#7189ae
#64799a
#576a87
#4b5b74
#3e4c60
#323c4d
#252d3a
#191e26
#0c0f13
#000000

Similar Color like #7189ae color

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

#728aaf
#738bb0
#748cb1
#758db2
#768eb3
#778fb4
#7890b5
#7991b6
#7a92b7
#7b93b8
#7c94b9
#7d95ba
#7e96bb
#7f97bc
#7088ad
#6f87ac
#6e86ab
#6d85aa
#6c84a9
#6b83a8
#6a82a7
#6981a6
#6880a5
#677fa4
#667ea3
#657da2
#647ca1
#637ba0

Monochromatic Color with #7189ae

#7189ae
#8daad8
#030304
#1e252e
#3a4659
#556883

Tints of #7189ae Color

#7189ae
#8096b7
#90a3c0
#a0b0c9
#b0bdd2
#bfcadb
#cfd7e4
#dfe4ed
#eff1f6
#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

#7189ae
#ae9671

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

Split Complementary

#7189ae
#ae7871
#a8ae71

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

Analogous Color

#71a1ae
#7195ae
#7189ae
#717dae
#7171ae

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

#7189ae
#ae7189
#89ae71

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

#7189ae
#ae71a7
#ae9671
#71ae77

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

#7189ae
#ae9671
#a8ae71
#7871ae

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 #7189ae 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.

#7189ae Color Code Preview on Black Background Color

This is how #7189ae Color will look on black background color. Color contrast ratio is 5.89

#7189ae in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #7189ae

HTML with inline CSS

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

Your Example Paragraph content text in with font color #7189ae

#7189ae color code is use for CSS Background Color

Background color for the above div is #7189ae

HTML with inline CSS

<div style="background-color:#7189ae;"></div>

#7189ae color code is use for CSS Border Color

CSS Border color for the above div is #7189ae

HTML with inline CSS

<div style="border:5px solid #7189ae;"></div>

CSS Border Left color for the above div is #7189ae

HTML with inline CSS

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

CSS Border Right color for the above div is #7189ae

HTML with inline CSS

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

CSS Border Bottom color for the above div is #7189ae

HTML with inline CSS

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

CSS Border Top color for the above div is #7189ae

HTML with inline CSS

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

#7189ae hex Color code used as CSS color Codes

Example CSS Class for usage

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

#7189ae Color code Preview on White Background

This is how #7189ae Color code will look on white background color. Color contrast ratio is 3.56

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

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(113,137,174,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(174,150,113,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(113,137,174,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 6 Views

Post your comment:-

By submitting comment you agree to our privacy policy.