Skip to main content Skip to docs navigation

#717cbf hex color | 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

Woow we have a nearby visually matching color name available. It's name is Pantone 2115 C and its hex is #6F79BD Nearest Color Name

Color Hue/Base color: Blue

Hex #717cbf Color code in RGB color code model is created after adding 44.31% red color, 48.63% green color and 74.9% blue color. Hex #717cbf Color code in CMYK color (process color) code model is generated after subtraction of 41% cyan, 35% magenta, 0% yellow and 25.1% black.

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

RGB Chart

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

Color Table

Hex Color Code 717cbf #717cbf
RGB Decimal 113, 124, 191 113, 124, 191
RGB Percent 44%, 49%, 75% rgb(44%, 49%, 75%)
CSS RGBa 113, 124, 191,1 rgba(113,124,191,1)
CMYK Model cmyk(41%,35%,0%,25.1%)
HSL Color Space 232,38% ,60% hsl(232,38% ,60%)
HSV Color Space 232°, 41%, 75%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 01110001 01111100 10111111
Octal 161 174 277
Decimal 113 124 191
Hex 71 7c bf

Different shades of #717cbf color code.

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

Darkest of #717cbf
#2f3768
Darker of #717cbf
#3f4a8b
Dark of #717cbf
#4f5cae
Base of #717cbf
#717cbf
Light of #717cbf
#949ccf
Lighter
#b7bddf
Lightest
#daddef

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

#717cbf
#bfb471

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

Split Complementary

#717cbf
#bf8d71
#a3bf71

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

Analogous Color

#71aabf
#719dbf
#717cbf
#8071bf
#a171bf

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

#717cbf
#7cbf71
#bf717c

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

#717cbf
#bf717c
#bfb471
#71bfb4

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

#717cbf
#bf71a3
#bfb471
#71bf8d

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 #717cbf

#1f2445
#2f3768
#3f4a8b
#4f5cae
#717cbf
#949ccf
#b7bddf
#daddef
#fefefe

Tints of #717cbf Color

#717cbf
#808ac6
#9099cd
#a0a7d4
#b0b6db
#bfc4e2
#cfd3e9
#dfe1f0
#eff0f7
#ffffff

Shades of #717cbf color code

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

#717cbf
#646ea9
#576094
#4b527f
#3e446a
#323754
#25293f
#191b2a
#0c0d15
#000000

Tones

#717cbf
#868baa
#989898
#989898
#989898

Tones

Similar Color like #717cbf color

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

#727dc0
#737ec1
#747fc2
#7580c3
#7681c4
#7782c5
#7883c6
#7984c7
#7a85c8
#7b86c9
#7c87ca
#7d88cb
#7e89cc
#7f8acd
#707bbe
#6f7abd
#6e79bc
#6d78bb
#6c77ba
#6b76b9
#6a75b8
#6974b7
#6873b6
#6772b5
#6671b4
#6570b3
#646fb2
#636eb1

Download this Dark Blue

Hex #717cbf 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.

#717cbf Color Code Preview on Black Background Color

This is how #717cbf Color will look on black background color. Color contrast ratio is 5.34

#717cbf in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #717cbf

HTML with inline CSS

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

Your Example Paragraph content text in with font color #717cbf

#717cbf color code is use for CSS Background Color

Background color for the above div is #717cbf

HTML with inline CSS

<div style="background-color:#717cbf;"></div>

#717cbf color code is use for CSS Border Color

CSS Border color for the above div is #717cbf

HTML with inline CSS

<div style="border:5px solid #717cbf;"></div>

CSS Border Left color for the above div is #717cbf

HTML with inline CSS

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

CSS Border Right color for the above div is #717cbf

HTML with inline CSS

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

CSS Border Bottom color for the above div is #717cbf

HTML with inline CSS

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

CSS Border Top color for the above div is #717cbf

HTML with inline CSS

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

#717cbf hex Color code used as CSS color Codes

Example CSS Class for usage

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

#717cbf Color code Preview on White Background

This is how #717cbf Color code will look on white background color. Color contrast ratio is 3.93

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

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