crispedge.com

Color picker

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

#787b94 hex color - Grey - Cool color - Information

#787b94 hex color - Grey - Cool color

Color Hue/Base color: Grey

Hex #787b94 Color code in RGB color code model is created after adding 47.06% red color, 48.24% green color and 58.04% blue color. Hex #787b94 Color code in CMYK color (process color) code model is generated after subtraction of 19% cyan, 17% magenta, 0% yellow and 42% black.

Hex #787b94 color code is between #777799 web safe hex color code and #888888 web safe hex color code. #777799 is the nearest web safe color code. You can see here many more shades of #787b94 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code787b94#787b94
RGB Decimal120, 123, 148rgb(120, 123, 148)
RGB Percent47%, 48%, 58%rgb(47%, 48%, 58%)
CSS RGBa120, 123, 148,1rgba(120,123,148,1)
CMYK Modelcmyk(19%,17%,0%,42%)
HSL Color Space234,12% ,53%hsl(234,12% ,53%)
HSV Color Space234°, 19%, 58%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary011110000111101110010100
Octal170173224
Decimal120123148
Hex787b94

Different shades of #787b94 color code.

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

Light Shade of #787b94
#9497ab
Dark Shade of #787b94
#606379
Saturated Shade of #787b94
#6c71a0
Desaturated Shade of #787b94
#848488
Grey scale Shade of #787b94
#868686
Brighten Shade
#9194ad
Most Readable Shade
#FFFFFF

Shades of #787b94 color code

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

#787b94
#6a6d83
#5d5f73
#505262
#424452
#353641
#282931
#1a1b20
#0d0d10
#000000

Similar Color like #787b94 color

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

#797c95
#7a7d96
#7b7e97
#7c7f98
#7d8099
#7e819a
#7f829b
#80839c
#81849d
#82859e
#83869f
#8487a0
#8588a1
#8689a2
#777a93
#767992
#757891
#747790
#73768f
#72758e
#71748d
#70738c
#6f728b
#6e718a
#6d7089
#6c6f88
#6b6e87
#6a6d86

Monochromatic Color with #787b94

#787b94
#9a9ebe
#bdc2e9
#111114
#33343f
#565869

Tints of #787b94 Color

#787b94
#87899f
#9698ab
#a5a7b7
#b4b5c3
#c3c4cf
#d2d3db
#e1e1e7
#f0f0f3
#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

#787b94
#949178

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

Split Complementary

#787b94
#948378
#899478

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

Analogous Color

#788694
#788194
#787b94
#7b7894
#807894

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

#787b94
#94787b
#7b9478

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

#787b94
#947889
#949178
#789483

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

#787b94
#949178
#899478
#837894

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 #787b94 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.

#787b94 Color Code Preview on Black Background Color

This is how #787b94 Color will look on black background color. Color contrast ratio is 5.06

#787b94 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #787b94

HTML with inline CSS

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

Your Example Paragraph content text in with font color #787b94

#787b94 color code is use for CSS Background Color

Background color for the above div is #787b94

HTML with inline CSS

<div style="background-color:#787b94;"></div>

#787b94 color code is use for CSS Border Color

CSS Border color for the above div is #787b94

HTML with inline CSS

<div style="border:5px solid #787b94;"></div>

CSS Border Left color for the above div is #787b94

HTML with inline CSS

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

CSS Border Right color for the above div is #787b94

HTML with inline CSS

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

CSS Border Bottom color for the above div is #787b94

HTML with inline CSS

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

CSS Border Top color for the above div is #787b94

HTML with inline CSS

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

#787b94 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#787b94 Color code Preview on White Background

This is how #787b94 Color code will look on white background color. Color contrast ratio is 4.15

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

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.