crispedge.com

Color picker

Loading...

#757abb hex color - Blue - Cool color - Information

#757abb hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #757abb Color code in RGB color code model is created after adding 45.88% red color, 47.84% green color and 73.33% blue color. Hex #757abb Color code in CMYK color (process color) code model is generated after subtraction of 37% cyan, 35% magenta, 0% yellow and 27% black.

Hex #757abb color code is between #7777aa web safe hex color code and #6688cc web safe hex color code. #7777aa is the nearest web safe color code. You can see here many more shades of #757abb color code.

0 Likes 0 Comments | 3 Views

RGB Chart

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

Color Table

Hex Color Code757abb#757abb
RGB Decimal117, 122, 187rgb(117, 122, 187)
RGB Percent46%, 48%, 73%rgb(46%, 48%, 73%)
CSS RGBa117, 122, 187,1rgba(117,122,187,1)
CMYK Modelcmyk(37%,35%,0%,27%)
HSL Color Space236,34% ,60%hsl(236,34% ,60%)
HSV Color Space236°, 37%, 73%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary011101010111101010111011
Octal165172273
Decimal117122187
Hex757abb

Different shades of #757abb color code.

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

Light Shade of #757abb
#979bcc
Dark Shade of #757abb
#545aa9
Saturated Shade of #757abb
#6b71c5
Desaturated Shade of #757abb
#7f83b1
Grey scale Shade of #757abb
#989898
Brighten Shade
#8e93d4
Most Readable Shade
#FFFFFF

Shades of #757abb color code

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

#757abb
#686ca6
#5b5e91
#4e517c
#414367
#343653
#27283e
#1a1b29
#0d0d14
#000000

Similar Color like #757abb color

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

#767bbc
#777cbd
#787dbe
#797ebf
#7a7fc0
#7b80c1
#7c81c2
#7d82c3
#7e83c4
#7f84c5
#8085c6
#8186c7
#8287c8
#8388c9
#7479ba
#7378b9
#7277b8
#7176b7
#7075b6
#6f74b5
#6e73b4
#6d72b3
#6c71b2
#6b70b1
#6a6fb0
#696eaf
#686dae
#676cad

Monochromatic Color with #757abb

#757abb
#9096e5
#0b0b11
#25273b
#404366
#5a5e90

Tints of #757abb Color

#757abb
#8488c2
#9397ca
#a3a6d1
#b2b5d9
#c1c3e0
#d1d2e8
#e0e1ef
#eff0f7
#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

#757abb
#bbb675

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

Split Complementary

#757abb
#bb9375
#9dbb75

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

Analogous Color

#7596bb
#7588bb
#757abb
#7e75bb
#8c75bb

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

#757abb
#bb757a
#7abb75

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

#757abb
#bb759d
#bbb675
#75bb93

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

#757abb
#bbb675
#9dbb75
#9375bb

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 #757abb 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.

#757abb Color Code Preview on Black Background Color

This is how #757abb Color will look on black background color. Color contrast ratio is 5.26

#757abb in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #757abb

HTML with inline CSS

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

Your Example Paragraph content text in with font color #757abb

#757abb color code is use for CSS Background Color

Background color for the above div is #757abb

HTML with inline CSS

<div style="background-color:#757abb;"></div>

#757abb color code is use for CSS Border Color

CSS Border color for the above div is #757abb

HTML with inline CSS

<div style="border:5px solid #757abb;"></div>

CSS Border Left color for the above div is #757abb

HTML with inline CSS

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

CSS Border Right color for the above div is #757abb

HTML with inline CSS

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

CSS Border Bottom color for the above div is #757abb

HTML with inline CSS

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

CSS Border Top color for the above div is #757abb

HTML with inline CSS

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

#757abb hex Color code used as CSS color Codes

Example CSS Class for usage

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

#757abb Color code Preview on White Background

This is how #757abb Color code will look on white background color. Color contrast ratio is 3.99

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

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(117,122,187,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(187,182,117,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(117,122,187,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 3 Views

Post your comment:-

By submitting comment you agree to our privacy policy.