crispedge.com

Color picker

Loading...

#7baabd hex color - Blue - Cool color - Information

#7baabd hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #7baabd Color code in RGB color code model is created after adding 48.24% red color, 66.67% green color and 74.12% blue color. Hex #7baabd Color code in CMYK color (process color) code model is generated after subtraction of 35% cyan, 10% magenta, 0% yellow and 26% black.

Hex #7baabd color code is between #7799bb web safe hex color code and #88bbcc web safe hex color code. #7799bb is the nearest web safe color code. You can see here many more shades of #7baabd color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code7baabd#7baabd
RGB Decimal123, 170, 189rgb(123, 170, 189)
RGB Percent48%, 67%, 74%rgb(48%, 67%, 74%)
CSS RGBa123, 170, 189,1rgba(123,170,189,1)
CMYK Modelcmyk(35%,10%,0%,26%)
HSL Color Space197,33% ,61%hsl(197,33% ,61%)
HSV Color Space197°, 35%, 74%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary011110111010101010111101
Octal173252275
Decimal123170189
Hex7baabd

Different shades of #7baabd color code.

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

Light Shade of #7baabd
#9dc0ce
Dark Shade of #7baabd
#5994ac
Saturated Shade of #7baabd
#71aec7
Desaturated Shade of #7baabd
#85a6b3
Grey scale Shade of #7baabd
#9c9c9c
Brighten Shade
#94c3d6
Most Readable Shade
#000000

Shades of #7baabd color code

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

#7baabd
#6d97a8
#5f8493
#52717e
#445e69
#364b54
#29383f
#1b252a
#0d1215
#000000

Similar Color like #7baabd color

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

#7cabbe
#7dacbf
#7eadc0
#7faec1
#80afc2
#81b0c3
#82b1c4
#83b2c5
#84b3c6
#85b4c7
#86b5c8
#87b6c9
#88b7ca
#89b8cb
#7aa9bc
#79a8bb
#78a7ba
#77a6b9
#76a5b8
#75a4b7
#74a3b6
#73a2b5
#72a1b4
#71a0b3
#709fb2
#6f9eb1
#6e9db0
#6d9caf

Monochromatic Color with #7baabd

#7baabd
#97d0e7
#0c1113
#28373d
#445e68
#5f8492

Tints of #7baabd Color

#7baabd
#89b3c4
#98bccb
#a7c6d3
#b5cfda
#c4d9e1
#d3e2e9
#e1ecf0
#f0f5f7
#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

#7baabd
#bd8e7b

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

Split Complementary

#7baabd
#bd7b89
#bdaf7b

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

Analogous Color

#7bbdb6
#7bb7bd
#7baabd
#7b9dbd
#7b90bd

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

#7baabd
#bd7baa
#aabd7b

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

#7baabd
#af7bbd
#bd8e7b
#89bd7b

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

#7baabd
#bd8e7b
#bdaf7b
#7b89bd

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 #7baabd 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.

#7baabd Color Code Preview on Black Background Color

This is how #7baabd Color will look on black background color. Color contrast ratio is 8.33

#7baabd in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #7baabd

HTML with inline CSS

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

Your Example Paragraph content text in with font color #7baabd

#7baabd color code is use for CSS Background Color

Background color for the above div is #7baabd

HTML with inline CSS

<div style="background-color:#7baabd;"></div>

#7baabd color code is use for CSS Border Color

CSS Border color for the above div is #7baabd

HTML with inline CSS

<div style="border:5px solid #7baabd;"></div>

CSS Border Left color for the above div is #7baabd

HTML with inline CSS

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

CSS Border Right color for the above div is #7baabd

HTML with inline CSS

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

CSS Border Bottom color for the above div is #7baabd

HTML with inline CSS

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

CSS Border Top color for the above div is #7baabd

HTML with inline CSS

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

#7baabd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#7baabd Color code Preview on White Background

This is how #7baabd Color code will look on white background color. Color contrast ratio is 2.52

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

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(123,170,189,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(189,142,123,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(123,170,189,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.