crispedge.com

Color picker

Loading...

#87a6ca hex color - Blue - Cool color - Information

#87a6ca hex color - Blue - Cool color

Color Mixture: Cyan Blue

Color Hue/Base color: Blue

Hex #87a6ca Color code in RGB color code model is created after adding 52.94% red color, 65.1% green color and 79.22% blue color. Hex #87a6ca Color code in CMYK color (process color) code model is generated after subtraction of 33% cyan, 18% magenta, 0% yellow and 21% black.

Hex #87a6ca color code is between #88aacc web safe hex color code and #7799bb web safe hex color code. #88aacc is the nearest web safe color code. You can see here many more shades of #87a6ca color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code87a6ca#87a6ca
RGB Decimal135, 166, 202rgb(135, 166, 202)
RGB Percent53%, 65%, 79%rgb(53%, 65%, 79%)
CSS RGBa135, 166, 202,1rgba(135,166,202,1)
CMYK Modelcmyk(33%,18%,0%,21%)
HSL Color Space212,39% ,66%hsl(212,39% ,66%)
HSV Color Space212°, 33%, 79%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary100001111010011011001010
Octal207246312
Decimal135166202
Hex87a6ca

Different shades of #87a6ca color code.

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

Light Shade of #87a6ca
#aac0da
Dark Shade of #87a6ca
#648cba
Saturated Shade of #87a6ca
#7ea5d3
Desaturated Shade of #87a6ca
#90a7c1
Grey scale Shade of #87a6ca
#a8a8a8
Brighten Shade
#a0bfe3
Most Readable Shade
#000000

Shades of #87a6ca color code

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

#87a6ca
#7893b3
#69819d
#5a6e86
#4b5c70
#3c4959
#2d3743
#1e242c
#0f1216
#000000

Similar Color like #87a6ca color

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

#88a7cb
#89a8cc
#8aa9cd
#8baace
#8cabcf
#8dacd0
#8eadd1
#8faed2
#90afd3
#91b0d4
#92b1d5
#93b2d6
#94b3d7
#95b4d8
#86a5c9
#85a4c8
#84a3c7
#83a2c6
#82a1c5
#81a0c4
#809fc3
#7f9ec2
#7e9dc1
#7d9cc0
#7c9bbf
#7b9abe
#7a99bd
#7998bc

Monochromatic Color with #87a6ca

#87a6ca
#a3c9f4
#151a20
#323d4a
#4e6075
#6b839f

Tints of #87a6ca Color

#87a6ca
#94afcf
#a1b9d5
#afc3db
#bccde1
#c9d7e7
#d7e1ed
#e4ebf3
#f1f5f9
#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

#87a6ca
#caab87

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

Split Complementary

#87a6ca
#ca8a87
#c8ca87

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

Analogous Color

#87c1ca
#87b3ca
#87a6ca
#8799ca
#878bca

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

#87a6ca
#ca87a6
#a6ca87

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

#87a6ca
#ca87c7
#caab87
#87ca89

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

#87a6ca
#caab87
#c8ca87
#8a87ca

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 #87a6ca 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.

#87a6ca Color Code Preview on Black Background Color

This is how #87a6ca Color will look on black background color. Color contrast ratio is 8.34

#87a6ca in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #87a6ca

HTML with inline CSS

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

Your Example Paragraph content text in with font color #87a6ca

#87a6ca color code is use for CSS Background Color

Background color for the above div is #87a6ca

HTML with inline CSS

<div style="background-color:#87a6ca;"></div>

#87a6ca color code is use for CSS Border Color

CSS Border color for the above div is #87a6ca

HTML with inline CSS

<div style="border:5px solid #87a6ca;"></div>

CSS Border Left color for the above div is #87a6ca

HTML with inline CSS

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

CSS Border Right color for the above div is #87a6ca

HTML with inline CSS

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

CSS Border Bottom color for the above div is #87a6ca

HTML with inline CSS

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

CSS Border Top color for the above div is #87a6ca

HTML with inline CSS

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

#87a6ca hex Color code used as CSS color Codes

Example CSS Class for usage

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

#87a6ca Color code Preview on White Background

This is how #87a6ca Color code will look on white background color. Color contrast ratio is 2.52

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

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

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.