crispedge.com

Color picker

Loading...

#899bb8 hex color - Forever Blue - Blue - Cool color - Information

#899bb8 hex color - Forever Blue - Blue - Cool color

Color Mixture: Cyan Blue

Color Hue/Base color: Blue

Hex #899bb8 Color Code is also known as Forever Blue color.

Hex #899bb8 Color code in RGB color code model is created after adding 53.73% red color, 60.78% green color and 72.16% blue color. Hex #899bb8 Color code in CMYK color (process color) code model is generated after subtraction of 26% cyan, 16% magenta, 0% yellow and 28% black.

Hex #899bb8 color code is between #8899bb web safe hex color code and #99aaaa web safe hex color code. #8899bb is the nearest web safe color code. You can see here many more shades of #899bb8 color code.

0 Likes 0 Comments | 53 Views

RGB Chart

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

Color Table

Hex Color Code899bb8#899bb8
RGB Decimal137, 155, 184rgb(137, 155, 184)
RGB Percent54%, 61%, 72%rgb(54%, 61%, 72%)
CSS RGBa137, 155, 184,1rgba(137,155,184,1)
CMYK Modelcmyk(26%,16%,0%,28%)
HSL Color Space217,25% ,63%hsl(217,25% ,63%)
HSV Color Space217°, 26%, 72%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary100010011001101110111000
Octal211233270
Decimal137155184
Hex899bb8

Different shades of #899bb8 color code.

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

Light Shade of #899bb8
#a9b6cb
Dark Shade of #899bb8
#6980a5
Saturated Shade of #899bb8
#8099c1
Desaturated Shade of #899bb8
#929daf
Grey scale Shade of #899bb8
#a0a0a0
Brighten Shade
#a2b4d1
Most Readable Shade
#000000

Shades of #899bb8 color code

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

#899bb8
#7989a3
#6a788f
#5b677a
#4c5666
#3c4451
#2d333d
#1e2228
#0f1114
#000000

Similar Color like #899bb8 color

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

#8a9cb9
#8b9dba
#8c9ebb
#8d9fbc
#8ea0bd
#8fa1be
#90a2bf
#91a3c0
#92a4c1
#93a5c2
#94a6c3
#95a7c4
#96a8c5
#97a9c6
#889ab7
#8799b6
#8698b5
#8597b4
#8496b3
#8395b2
#8294b1
#8193b0
#8092af
#7f91ae
#7e90ad
#7d8fac
#7c8eab
#7b8daa

Monochromatic Color with #899bb8

#899bb8
#a9bfe2
#0a0c0e
#2a3038
#4a5363
#69778d

Tints of #899bb8 Color

#899bb8
#96a6bf
#a3b1c7
#b0bccf
#bdc7d7
#cad2df
#d7dde7
#e4e8ef
#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

#899bb8
#b8a689

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

Split Complementary

#899bb8
#b88e89
#b3b889

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

Analogous Color

#89aeb8
#89a4b8
#899bb8
#8992b8
#8a89b8

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

#899bb8
#b8899b
#9bb889

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

#899bb8
#b889b2
#b8a689
#89b88f

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

#899bb8
#b8a689
#b3b889
#8e89b8

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 #899bb8 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.

#899bb8 Color Code Preview on Black Background Color

This is how #899bb8 Color will look on black background color. Color contrast ratio is 7.44

#899bb8 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #899bb8

HTML with inline CSS

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

Your Example Paragraph content text in with font color #899bb8

#899bb8 color code is use for CSS Background Color

Background color for the above div is #899bb8

HTML with inline CSS

<div style="background-color:#899bb8;"></div>

#899bb8 color code is use for CSS Border Color

CSS Border color for the above div is #899bb8

HTML with inline CSS

<div style="border:5px solid #899bb8;"></div>

CSS Border Left color for the above div is #899bb8

HTML with inline CSS

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

CSS Border Right color for the above div is #899bb8

HTML with inline CSS

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

CSS Border Bottom color for the above div is #899bb8

HTML with inline CSS

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

CSS Border Top color for the above div is #899bb8

HTML with inline CSS

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

#899bb8 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#899bb8 Color code Preview on White Background

This is how #899bb8 Color code will look on white background color. Color contrast ratio is 2.82

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

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(137,155,184,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(184,166,137,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(137,155,184,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 53 Views

Post your comment:-

By submitting comment you agree to our privacy policy.