crispedge.com

Color picker

Loading...

#7894c2 hex color - Blue - Cool color - Information

#7894c2 hex color - Blue - Cool color

Color Mixture: Cyan Blue

Color Hue/Base color: Blue

Hex #7894c2 Color code in RGB color code model is created after adding 47.06% red color, 58.04% green color and 76.08% blue color. Hex #7894c2 Color code in CMYK color (process color) code model is generated after subtraction of 38% cyan, 24% magenta, 0% yellow and 24% black.

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

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Code7894c2#7894c2
RGB Decimal120, 148, 194rgb(120, 148, 194)
RGB Percent47%, 58%, 76%rgb(47%, 58%, 76%)
CSS RGBa120, 148, 194,1rgba(120,148,194,1)
CMYK Modelcmyk(38%,24%,0%,24%)
HSL Color Space217,38% ,62%hsl(217,38% ,62%)
HSV Color Space217°, 38%, 76%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary011110001001010011000010
Octal170224302
Decimal120148194
Hex7894c2

Different shades of #7894c2 color code.

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

Light Shade of #7894c2
#9bb0d2
Dark Shade of #7894c2
#5578b2
Saturated Shade of #7894c2
#6e92cc
Desaturated Shade of #7894c2
#8296b8
Grey scale Shade of #7894c2
#9d9d9d
Brighten Shade
#91addb
Most Readable Shade
#000000

Shades of #7894c2 color code

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

#7894c2
#6a83ac
#5d7396
#506281
#42526b
#354156
#283140
#1a202b
#0d1015
#000000

Similar Color like #7894c2 color

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

#7995c3
#7a96c4
#7b97c5
#7c98c6
#7d99c7
#7e9ac8
#7f9bc9
#809cca
#819dcb
#829ecc
#839fcd
#84a0ce
#85a1cf
#86a2d0
#7793c1
#7692c0
#7591bf
#7490be
#738fbd
#728ebc
#718dbb
#708cba
#6f8bb9
#6e8ab8
#6d89b7
#6c88b6
#6b87b5
#6a86b4

Monochromatic Color with #7894c2

#7894c2
#92b4ec
#0f1218
#293342
#43536d
#5e7497

Tints of #7894c2 Color

#7894c2
#879fc8
#96abcf
#a5b7d6
#b4c3dd
#c3cfe3
#d2dbea
#e1e7f1
#f0f3f8
#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

#7894c2
#c2a678

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

Split Complementary

#7894c2
#c28178
#b9c278

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

Analogous Color

#78b2c2
#78a3c2
#7894c2
#7885c2
#7a78c2

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

#7894c2
#c27894
#94c278

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

#7894c2
#c278b9
#c2a678
#78c281

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

#7894c2
#c2a678
#b9c278
#8178c2

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 #7894c2 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.

#7894c2 Color Code Preview on Black Background Color

This is how #7894c2 Color will look on black background color. Color contrast ratio is 6.81

#7894c2 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #7894c2

HTML with inline CSS

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

Your Example Paragraph content text in with font color #7894c2

#7894c2 color code is use for CSS Background Color

Background color for the above div is #7894c2

HTML with inline CSS

<div style="background-color:#7894c2;"></div>

#7894c2 color code is use for CSS Border Color

CSS Border color for the above div is #7894c2

HTML with inline CSS

<div style="border:5px solid #7894c2;"></div>

CSS Border Left color for the above div is #7894c2

HTML with inline CSS

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

CSS Border Right color for the above div is #7894c2

HTML with inline CSS

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

CSS Border Bottom color for the above div is #7894c2

HTML with inline CSS

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

CSS Border Top color for the above div is #7894c2

HTML with inline CSS

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

#7894c2 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#7894c2 Color code Preview on White Background

This is how #7894c2 Color code will look on white background color. Color contrast ratio is 3.08

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

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(120,148,194,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(194,166,120,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(120,148,194,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.