crispedge.com

Color picker

Loading...

#7785c3 hex color - Violet - Cool color - Information

#7785c3 hex color - Violet - Cool color

Color Hue/Base color: Violet

Hex #7785c3 Color code in RGB color code model is created after adding 46.67% red color, 52.16% green color and 76.47% blue color. Hex #7785c3 Color code in CMYK color (process color) code model is generated after subtraction of 39% cyan, 32% magenta, 0% yellow and 24% black.

Hex #7785c3 color code is between #6688bb web safe hex color code and #8877cc web safe hex color code. #6688bb is the nearest web safe color code. You can see here many more shades of #7785c3 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code7785c3#7785c3
RGB Decimal119, 133, 195rgb(119, 133, 195)
RGB Percent47%, 52%, 76%rgb(47%, 52%, 76%)
CSS RGBa119, 133, 195,1rgba(119,133,195,1)
CMYK Modelcmyk(39%,32%,0%,24%)
HSL Color Space229,39% ,62%hsl(229,39% ,62%)
HSV Color Space229°, 39%, 76%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary011101111000010111000011
Octal167205303
Decimal119133195
Hex7785c3

Different shades of #7785c3 color code.

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

Light Shade of #7785c3
#9aa5d3
Dark Shade of #7785c3
#5465b3
Saturated Shade of #7785c3
#6d7fcd
Desaturated Shade of #7785c3
#818bb9
Grey scale Shade of #7785c3
#9d9d9d
Brighten Shade
#909edc
Most Readable Shade
#000000

Shades of #7785c3 color code

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

#7785c3
#6976ad
#5c6797
#4f5882
#42496c
#343b56
#272c41
#1a1d2b
#0d0e15
#000000

Similar Color like #7785c3 color

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

#7886c4
#7987c5
#7a88c6
#7b89c7
#7c8ac8
#7d8bc9
#7e8cca
#7f8dcb
#808ecc
#818fcd
#8290ce
#8391cf
#8492d0
#8593d1
#7684c2
#7583c1
#7482c0
#7381bf
#7280be
#717fbd
#707ebc
#6f7dbb
#6e7cba
#6d7bb9
#6c7ab8
#6b79b7
#6a78b6
#6977b5

Monochromatic Color with #7785c3

#7785c3
#91a2ed
#0f1119
#292e43
#434b6e
#5d6898

Tints of #7785c3 Color

#7785c3
#8692c9
#95a0d0
#a4add7
#b3bbdd
#c2c8e4
#d1d6eb
#e0e3f1
#eff1f8
#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

#7785c3
#c3b577

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

Split Complementary

#7785c3
#c38f77
#abc377

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

Analogous Color

#77a3c3
#7794c3
#7785c3
#7877c3
#8777c3

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

#7785c3
#c37785
#85c377

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

#7785c3
#c377ab
#c3b577
#77c38f

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

#7785c3
#c3b577
#abc377
#8f77c3

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 #7785c3 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.

#7785c3 Color Code Preview on Black Background Color

This is how #7785c3 Color will look on black background color. Color contrast ratio is 5.93

#7785c3 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #7785c3

HTML with inline CSS

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

Your Example Paragraph content text in with font color #7785c3

#7785c3 color code is use for CSS Background Color

Background color for the above div is #7785c3

HTML with inline CSS

<div style="background-color:#7785c3;"></div>

#7785c3 color code is use for CSS Border Color

CSS Border color for the above div is #7785c3

HTML with inline CSS

<div style="border:5px solid #7785c3;"></div>

CSS Border Left color for the above div is #7785c3

HTML with inline CSS

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

CSS Border Right color for the above div is #7785c3

HTML with inline CSS

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

CSS Border Bottom color for the above div is #7785c3

HTML with inline CSS

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

CSS Border Top color for the above div is #7785c3

HTML with inline CSS

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

#7785c3 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#7785c3 Color code Preview on White Background

This is how #7785c3 Color code will look on white background color. Color contrast ratio is 3.54

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

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(119,133,195,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(195,181,119,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(119,133,195,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.