crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#8497b3 hex color - Blue - Cool color - Information

#8497b3 hex color - Blue - Cool color

Color Mixture: Cyan Blue

Color Hue/Base color: Blue

Hex #8497b3 Color code in RGB color code model is created after adding 51.76% red color, 59.22% green color and 70.2% blue color. Hex #8497b3 Color code in CMYK color (process color) code model is generated after subtraction of 26% cyan, 16% magenta, 0% yellow and 30% black.

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

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code8497b3#8497b3
RGB Decimal132, 151, 179rgb(132, 151, 179)
RGB Percent52%, 59%, 70%rgb(52%, 59%, 70%)
CSS RGBa132, 151, 179,1rgba(132,151,179,1)
CMYK Modelcmyk(26%,16%,0%,30%)
HSL Color Space216,24% ,61%hsl(216,24% ,61%)
HSV Color Space216°, 26%, 70%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary100001001001011110110011
Octal204227263
Decimal132151179
Hex8497b3

Different shades of #8497b3 color code.

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

Light Shade of #8497b3
#a4b2c6
Dark Shade of #8497b3
#647ca0
Saturated Shade of #8497b3
#7a95bd
Desaturated Shade of #8497b3
#8e99a9
Grey scale Shade of #8497b3
#9b9b9b
Brighten Shade
#9db0cc
Most Readable Shade
#000000

Shades of #8497b3 color code

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

#8497b3
#75869f
#66758b
#586477
#495363
#3a434f
#2c323b
#1d2127
#0e1013
#000000

Similar Color like #8497b3 color

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

#8598b4
#8699b5
#879ab6
#889bb7
#899cb8
#8a9db9
#8b9eba
#8c9fbb
#8da0bc
#8ea1bd
#8fa2be
#90a3bf
#91a4c0
#92a5c1
#8396b2
#8295b1
#8194b0
#8093af
#7f92ae
#7e91ad
#7d90ac
#7c8fab
#7b8eaa
#7a8da9
#798ca8
#788ba7
#778aa6
#7689a5

Monochromatic Color with #8497b3

#8497b3
#a3bbdd
#070809
#262b33
#454f5e
#657388

Tints of #8497b3 Color

#8497b3
#91a2bb
#9faec3
#adb9cc
#bac5d4
#c8d0dd
#d6dce5
#e3e7ee
#f1f3f6
#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

#8497b3
#b3a084

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

Split Complementary

#8497b3
#b38984
#aeb384

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

Analogous Color

#84aab3
#84a0b3
#8497b3
#848eb3
#8484b3

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

#8497b3
#b38497
#97b384

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

#8497b3
#b384ae
#b3a084
#84b389

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

#8497b3
#b3a084
#aeb384
#8984b3

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 #8497b3 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.

#8497b3 Color Code Preview on Black Background Color

This is how #8497b3 Color will look on black background color. Color contrast ratio is 7.06

#8497b3 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #8497b3

HTML with inline CSS

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

Your Example Paragraph content text in with font color #8497b3

#8497b3 color code is use for CSS Background Color

Background color for the above div is #8497b3

HTML with inline CSS

<div style="background-color:#8497b3;"></div>

#8497b3 color code is use for CSS Border Color

CSS Border color for the above div is #8497b3

HTML with inline CSS

<div style="border:5px solid #8497b3;"></div>

CSS Border Left color for the above div is #8497b3

HTML with inline CSS

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

CSS Border Right color for the above div is #8497b3

HTML with inline CSS

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

CSS Border Bottom color for the above div is #8497b3

HTML with inline CSS

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

CSS Border Top color for the above div is #8497b3

HTML with inline CSS

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

#8497b3 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#8497b3 Color code Preview on White Background

This is how #8497b3 Color code will look on white background color. Color contrast ratio is 2.98

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

Related Gradients

Beautiful Colored Gradient Background. Find awesome Gradient for your next project.

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.