Skip to main content Skip to docs navigation

#7197CB hex color | Razee | Download Dark Blue BG image | Information

Color Picker

@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

Color Info

Color Hue/Base color: Blue

Hex #7197CB Color Code is also known as | Razee color.

Hex #7197CB Color code in RGB color code model is created after adding 44.31% red color, 59.22% green color and 79.61% blue color. Hex #7197CB Color code in CMYK color (process color) code model is generated after subtraction of 44% cyan, 26% magenta, 0% yellow and 20.39% black.

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

RGB Chart

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

Color Table

Hex Color Code 7197CB #7197CB
RGB Decimal 113, 151, 203 113, 151, 203
RGB Percent 44%, 59%, 80% rgb(44%, 59%, 80%)
CSS RGBa 113, 151, 203,1 rgba(113,151,203,1)
CMYK Model cmyk(44%,26%,0%,20.39%)
HSL Color Space 215,46% ,62% hsl(215,46% ,62%)
HSV Color Space 215°, 44%, 80%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 01110001 10010111 11001011
Octal 161 227 313
Decimal 113 151 203
Hex 71 97 CB

Different shades of #7197CB color code.

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

Darkest of #7197CB
#2c4c77
Darker of #7197CB
#39639d
Dark of #7197CB
#4c7cbd
Base of #7197CB
#7197cb
Light of #7197CB
#96b2d9
Lighter
#bccee6
Lightest
#e1e9f4

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

#7197cb
#cba571

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

Split Complementary

#7197CB
#cb7871
#c4cb71

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

Analogous Color

#71cbcb
#71bccb
#7197cb
#7179cb
#8f71cb

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

#7197CB
#97cb71
#cb7197

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

#7197CB
#cb7197
#cba571
#71cba5

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Square Color

#7197CB
#cb71c4
#cba571
#71cb78

Square 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).

Monochromatic Color with #7197CB

#1e3452
#2c4c77
#39639d
#4c7cbd
#7197cb
#96b2d9
#bccee6
#e1e9f4
#ffffff

Tints of #7197CB Color

#7197cb
#80a2d0
#90aed6
#a0b9dc
#b0c5e2
#bfd0e7
#cfdced
#dfe7f3
#eff3f9
#ffffff

Shades of #7197CB color code

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

#7197cb
#6486b4
#57759d
#4b6487
#3e5370
#32435a
#253243
#19212d
#0c1016
#000000

Tones

#7197cb
#849ab8
#989da4
#9e9e9e
#9e9e9e

Tones

Similar Color like #7197CB color

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

#7298cc
#7399cd
#749ace
#759bcf
#769cd0
#779dd1
#789ed2
#799fd3
#7aa0d4
#7ba1d5
#7ca2d6
#7da3d7
#7ea4d8
#7fa5d9
#7096ca
#6f95c9
#6e94c8
#6d93c7
#6c92c6
#6b91c5
#6a90c4
#698fc3
#688ec2
#678dc1
#668cc0
#658bbf
#648abe
#6389bd

Download this Dark Blue

Hex #7197CB 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.

#7197CB Color Code Preview on Black Background Color

This is how #7197CB Color will look on black background color. Color contrast ratio is 6.99

#7197CB in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #7197CB

HTML with inline CSS

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

Your Example Paragraph content text in with font color #7197CB

#7197CB color code is use for CSS Background Color

Background color for the above div is #7197CB

HTML with inline CSS

<div style="background-color:#7197CB;"></div>

#7197CB color code is use for CSS Border Color

CSS Border color for the above div is #7197CB

HTML with inline CSS

<div style="border:5px solid #7197CB;"></div>

CSS Border Left color for the above div is #7197CB

HTML with inline CSS

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

CSS Border Right color for the above div is #7197CB

HTML with inline CSS

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

CSS Border Bottom color for the above div is #7197CB

HTML with inline CSS

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

CSS Border Top color for the above div is #7197CB

HTML with inline CSS

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

#7197CB hex Color code used as CSS color Codes

Example CSS Class for usage

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

#7197CB Color code Preview on White Background

This is how #7197CB Color code will look on white background color. Color contrast ratio is 3.00

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

Gradient color background

Using gradients with mixed colors is a good idea. Download these backgrounds. Use them in slideshows, cards, and other designs.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(113,151,203,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(203,165,113,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(113,151,203,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }