crispedge.com

Color picker

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

#8995bf hex color - Blue - Cool color - Information

#8995bf hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #8995bf Color code in RGB color code model is created after adding 53.73% red color, 58.43% green color and 74.9% blue color. Hex #8995bf Color code in CMYK color (process color) code model is generated after subtraction of 28% cyan, 22% magenta, 0% yellow and 25% black.

Hex #8995bf color code is between #8899bb web safe hex color code and #9988cc web safe hex color code. #8899bb is the nearest web safe color code. You can see here many more shades of #8995bf color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code8995bf#8995bf
RGB Decimal137, 149, 191rgb(137, 149, 191)
RGB Percent54%, 58%, 75%rgb(54%, 58%, 75%)
CSS RGBa137, 149, 191,1rgba(137,149,191,1)
CMYK Modelcmyk(28%,22%,0%,25%)
HSL Color Space227,30% ,64%hsl(227,30% ,64%)
HSV Color Space227°, 28%, 75%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary100010011001010110111111
Octal211225277
Decimal137149191
Hex8995bf

Different shades of #8995bf color code.

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

Light Shade of #8995bf
#aab3d1
Dark Shade of #8995bf
#6877ad
Saturated Shade of #8995bf
#8090c8
Desaturated Shade of #8995bf
#929ab6
Grey scale Shade of #8995bf
#a4a4a4
Brighten Shade
#a2aed8
Most Readable Shade
#000000

Shades of #8995bf color code

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

#8995bf
#7984a9
#6a7394
#5b637f
#4c526a
#3c4254
#2d313f
#1e212a
#0f1015
#000000

Similar Color like #8995bf color

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

#8a96c0
#8b97c1
#8c98c2
#8d99c3
#8e9ac4
#8f9bc5
#909cc6
#919dc7
#929ec8
#939fc9
#94a0ca
#95a1cb
#96a2cc
#97a3cd
#8894be
#8793bd
#8692bc
#8591bb
#8490ba
#838fb9
#828eb8
#818db7
#808cb6
#7f8bb5
#7e8ab4
#7d89b3
#7c88b2
#7b87b1

Monochromatic Color with #8995bf

#8995bf
#a7b6e9
#0f1015
#2e323f
#4c536a
#6b7494

Tints of #8995bf Color

#8995bf
#96a0c6
#a3accd
#b0b8d4
#bdc4db
#cacfe2
#d7dbe9
#e4e7f0
#f1f3f7
#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

#8995bf
#bfb389

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

Split Complementary

#8995bf
#bf9889
#b0bf89

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

Analogous Color

#89abbf
#89a0bf
#8995bf
#898abf
#9389bf

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

#8995bf
#bf8995
#95bf89

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

#8995bf
#bf89b0
#bfb389
#89bf98

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

#8995bf
#bfb389
#b0bf89
#9889bf

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 #8995bf 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.

#8995bf Color Code Preview on Black Background Color

This is how #8995bf Color will look on black background color. Color contrast ratio is 7.11

#8995bf in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #8995bf

HTML with inline CSS

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

Your Example Paragraph content text in with font color #8995bf

#8995bf color code is use for CSS Background Color

Background color for the above div is #8995bf

HTML with inline CSS

<div style="background-color:#8995bf;"></div>

#8995bf color code is use for CSS Border Color

CSS Border color for the above div is #8995bf

HTML with inline CSS

<div style="border:5px solid #8995bf;"></div>

CSS Border Left color for the above div is #8995bf

HTML with inline CSS

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

CSS Border Right color for the above div is #8995bf

HTML with inline CSS

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

CSS Border Bottom color for the above div is #8995bf

HTML with inline CSS

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

CSS Border Top color for the above div is #8995bf

HTML with inline CSS

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

#8995bf hex Color code used as CSS color Codes

Example CSS Class for usage

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

#8995bf Color code Preview on White Background

This is how #8995bf Color code will look on white background color. Color contrast ratio is 2.95

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

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.