crispedge.com

Color picker

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

#88999a hex color - Blue - Cool color - Information

#88999a hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #88999a Color code in RGB color code model is created after adding 53.33% red color, 60% green color and 60.39% blue color. Hex #88999a Color code in CMYK color (process color) code model is generated after subtraction of 12% cyan, 1% magenta, 0% yellow and 40% black.

Hex #88999a color code is between #778899 web safe hex color code and #99aaaa web safe hex color code. #778899 is the nearest web safe color code. You can see here many more shades of #88999a color code.

0 Likes 0 Comments | 16 Views

Color Table

Hex Color Code88999a#88999a
RGB Decimal136, 153, 154rgb(136, 153, 154)
RGB Percent53%, 60%, 60%rgb(53%, 60%, 60%)
CSS RGBa136, 153, 154,1rgba(136,153,154,1)
CMYK Modelcmyk(12%,1%,0%,40%)
HSL Color Space183,8% ,57%hsl(183,8% ,57%)
HSV Color Space183°, 12%, 60%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary100010001001100110011010
Octal210231232
Decimal136153154
Hex88999a

Different shades of #88999a color code.

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

Light Shade of #88999a
#a4b1b1
Dark Shade of #88999a
#6e8081
Saturated Shade of #88999a
#7da3a5
Desaturated Shade of #88999a
#919191
Grey scale Shade of #88999a
#919191
Brighten Shade
#a1b2b3
Most Readable Shade
#000000

Shades of #88999a color code

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

#88999a
#788888
#697777
#5a6666
#4b5555
#3c4444
#2d3333
#1e2222
#0f1111
#000000

Similar Color like #88999a color

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

#899a9b
#8a9b9c
#8b9c9d
#8c9d9e
#8d9e9f
#8e9fa0
#8fa0a1
#90a1a2
#91a2a3
#92a3a4
#93a4a5
#94a5a6
#95a6a7
#96a7a8
#879899
#869798
#859697
#849596
#839495
#829394
#819293
#809192
#7f9091
#7e8f90
#7d8e8f
#7c8d8e
#7b8c8d
#7a8b8c

Monochromatic Color with #88999a

#88999a
#aec3c4
#d3edef
#171a1a
#3d4545
#626f6f

Tints of #88999a Color

#88999a
#95a4a5
#a2afb0
#afbbbb
#bcc6c6
#cad1d2
#d7dddd
#e4e8e8
#f1f3f3
#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

#88999a
#9a8988

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

Split Complementary

#88999a
#9a8890
#9a9288

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

Analogous Color

#889a94
#889a97
#88999a
#88959a
#88929a

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

#88999a
#9a8899
#999a88

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

#88999a
#92889a
#9a8988
#909a88

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

#88999a
#9a8988
#9a9288
#88909a

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 #88999a 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.

#88999a Color Code Preview on Black Background Color

This is how #88999a Color will look on black background color. Color contrast ratio is 7.07

#88999a in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #88999a

HTML with inline CSS

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

Your Example Paragraph content text in with font color #88999a

#88999a color code is use for CSS Background Color

Background color for the above div is #88999a

HTML with inline CSS

<div style="background-color:#88999a;"></div>

#88999a color code is use for CSS Border Color

CSS Border color for the above div is #88999a

HTML with inline CSS

<div style="border:5px solid #88999a;"></div>

CSS Border Left color for the above div is #88999a

HTML with inline CSS

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

CSS Border Right color for the above div is #88999a

HTML with inline CSS

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

CSS Border Bottom color for the above div is #88999a

HTML with inline CSS

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

CSS Border Top color for the above div is #88999a

HTML with inline CSS

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

#88999a hex Color code used as CSS color Codes

Example CSS Class for usage

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

#88999a Color code Preview on White Background

This is how #88999a Color code will look on white background color. Color contrast ratio is 2.97

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

Related Gradients

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

0 Likes 0 Comments | 16 Views

Post your comment:-

By submitting comment you agree to our privacy policy.