crispedge.com

Color picker

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

#98a5ba hex color - Blue - Cool color - Information

#98a5ba hex color - Blue - Cool color

Color Mixture: Cyan Blue

Color Hue/Base color: Blue

Hex #98a5ba Color code in RGB color code model is created after adding 59.61% red color, 64.71% green color and 72.94% blue color. Hex #98a5ba Color code in CMYK color (process color) code model is generated after subtraction of 18% cyan, 11% magenta, 0% yellow and 27% black.

Hex #98a5ba color code is between #99aabb web safe hex color code and #8899aa web safe hex color code. #99aabb is the nearest web safe color code. You can see here many more shades of #98a5ba color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code98a5ba#98a5ba
RGB Decimal152, 165, 186rgb(152, 165, 186)
RGB Percent60%, 65%, 73%rgb(60%, 65%, 73%)
CSS RGBa152, 165, 186,1rgba(152,165,186,1)
CMYK Modelcmyk(18%,11%,0%,27%)
HSL Color Space217,20% ,66%hsl(217,20% ,66%)
HSV Color Space217°, 18%, 73%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary100110001010010110111010
Octal230245272
Decimal152165186
Hex98a5ba

Different shades of #98a5ba color code.

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

Light Shade of #98a5ba
#b7c0ce
Dark Shade of #98a5ba
#798aa6
Saturated Shade of #98a5ba
#8fa3c3
Desaturated Shade of #98a5ba
#a1a7b1
Grey scale Shade of #98a5ba
#a9a9a9
Brighten Shade
#b1bed3
Most Readable Shade
#000000

Shades of #98a5ba color code

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

#98a5ba
#8792a5
#768090
#656e7c
#545b67
#434952
#32373e
#212429
#101214
#000000

Similar Color like #98a5ba color

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

#99a6bb
#9aa7bc
#9ba8bd
#9ca9be
#9daabf
#9eabc0
#9facc1
#a0adc2
#a1aec3
#a2afc4
#a3b0c5
#a4b1c6
#a5b2c7
#a6b3c8
#97a4b9
#96a3b8
#95a2b7
#94a1b6
#93a0b5
#929fb4
#919eb3
#909db2
#8f9cb1
#8e9bb0
#8d9aaf
#8c99ae
#8b98ad
#8a97ac

Monochromatic Color with #98a5ba

#98a5ba
#bbcbe4
#0d0e10
#30343a
#535a65
#757f8f

Tints of #98a5ba Color

#98a5ba
#a3afc1
#aeb9c9
#bac3d1
#c5cdd8
#d1d7e0
#dce1e8
#e8ebef
#f3f5f7
#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

#98a5ba
#baad98

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

Split Complementary

#98a5ba
#ba9c98
#b6ba98

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

Analogous Color

#98b3ba
#98acba
#98a5ba
#989eba
#9998ba

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

#98a5ba
#ba98a5
#a5ba98

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

#98a5ba
#ba98b6
#baad98
#98ba9c

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

#98a5ba
#baad98
#b6ba98
#9c98ba

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 #98a5ba 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.

#98a5ba Color Code Preview on Black Background Color

This is how #98a5ba Color will look on black background color. Color contrast ratio is 8.43

#98a5ba in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #98a5ba

HTML with inline CSS

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

Your Example Paragraph content text in with font color #98a5ba

#98a5ba color code is use for CSS Background Color

Background color for the above div is #98a5ba

HTML with inline CSS

<div style="background-color:#98a5ba;"></div>

#98a5ba color code is use for CSS Border Color

CSS Border color for the above div is #98a5ba

HTML with inline CSS

<div style="border:5px solid #98a5ba;"></div>

CSS Border Left color for the above div is #98a5ba

HTML with inline CSS

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

CSS Border Right color for the above div is #98a5ba

HTML with inline CSS

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

CSS Border Bottom color for the above div is #98a5ba

HTML with inline CSS

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

CSS Border Top color for the above div is #98a5ba

HTML with inline CSS

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

#98a5ba hex Color code used as CSS color Codes

Example CSS Class for usage

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

#98a5ba Color code Preview on White Background

This is how #98a5ba Color code will look on white background color. Color contrast ratio is 2.49

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

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.