crispedge.com

Color picker

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

#7fa1cb hex color - Blue - Cool color - Information

#7fa1cb hex color - Blue - Cool color

Color Mixture: Cyan Blue

Color Hue/Base color: Blue

Hex #7fa1cb Color code in RGB color code model is created after adding 49.8% red color, 63.14% green color and 79.61% blue color. Hex #7fa1cb Color code in CMYK color (process color) code model is generated after subtraction of 37% cyan, 21% magenta, 0% yellow and 20% black.

Hex #7fa1cb color code is between #7799cc web safe hex color code and #88aabb web safe hex color code. #7799cc is the nearest web safe color code. You can see here many more shades of #7fa1cb color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code7fa1cb#7fa1cb
RGB Decimal127, 161, 203rgb(127, 161, 203)
RGB Percent50%, 63%, 80%rgb(50%, 63%, 80%)
CSS RGBa127, 161, 203,1rgba(127,161,203,1)
CMYK Modelcmyk(37%,21%,0%,20%)
HSL Color Space213,42% ,65%hsl(213,42% ,65%)
HSV Color Space213°, 37%, 80%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary011111111010000111001011
Octal177241313
Decimal127161203
Hex7fa1cb

Different shades of #7fa1cb color code.

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

Light Shade of #7fa1cb
#a3bcda
Dark Shade of #7fa1cb
#5b86bc
Saturated Shade of #7fa1cb
#76a0d4
Desaturated Shade of #7fa1cb
#88a2c2
Grey scale Shade of #7fa1cb
#a5a5a5
Brighten Shade
#98bae4
Most Readable Shade
#000000

Shades of #7fa1cb color code

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

#7fa1cb
#708fb4
#627d9d
#546b87
#465970
#38475a
#2a3543
#1c232d
#0e1116
#000000

Similar Color like #7fa1cb color

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

#80a2cc
#81a3cd
#82a4ce
#83a5cf
#84a6d0
#85a7d1
#86a8d2
#87a9d3
#88aad4
#89abd5
#8aacd6
#8badd7
#8caed8
#8dafd9
#7ea0ca
#7d9fc9
#7c9ec8
#7b9dc7
#7a9cc6
#799bc5
#789ac4
#7799c3
#7698c2
#7597c1
#7496c0
#7395bf
#7294be
#7193bd

Monochromatic Color with #7fa1cb

#7fa1cb
#9ac3f5
#151a21
#2f3c4b
#4a5e76
#647fa0

Tints of #7fa1cb Color

#7fa1cb
#8dabd0
#9bb5d6
#a9c0dc
#b7cae2
#c6d5e7
#d4dfed
#e2eaf3
#f0f4f9
#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

#7fa1cb
#cba97f

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

Split Complementary

#7fa1cb
#cb837f
#c7cb7f

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

Analogous Color

#7fbfcb
#7fb0cb
#7fa1cb
#7f92cb
#7f83cb

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

#7fa1cb
#cb7fa1
#a1cb7f

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

#7fa1cb
#cb7fc7
#cba97f
#7fcb83

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

#7fa1cb
#cba97f
#c7cb7f
#837fcb

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 #7fa1cb 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.

#7fa1cb Color Code Preview on Black Background Color

This is how #7fa1cb Color will look on black background color. Color contrast ratio is 7.86

#7fa1cb in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #7fa1cb

HTML with inline CSS

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

Your Example Paragraph content text in with font color #7fa1cb

#7fa1cb color code is use for CSS Background Color

Background color for the above div is #7fa1cb

HTML with inline CSS

<div style="background-color:#7fa1cb;"></div>

#7fa1cb color code is use for CSS Border Color

CSS Border color for the above div is #7fa1cb

HTML with inline CSS

<div style="border:5px solid #7fa1cb;"></div>

CSS Border Left color for the above div is #7fa1cb

HTML with inline CSS

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

CSS Border Right color for the above div is #7fa1cb

HTML with inline CSS

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

CSS Border Bottom color for the above div is #7fa1cb

HTML with inline CSS

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

CSS Border Top color for the above div is #7fa1cb

HTML with inline CSS

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

#7fa1cb hex Color code used as CSS color Codes

Example CSS Class for usage

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

#7fa1cb Color code Preview on White Background

This is how #7fa1cb Color code will look on white background color. Color contrast ratio is 2.67

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

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.