crispedge.com

Color picker

Loading...

#7754bf hex color - Blue - Cool color - Information

#7754bf hex color - Blue - Cool color

Color Mixture: Blue Magenta

Color Hue/Base color: Blue

Hex #7754bf Color code in RGB color code model is created after adding 46.67% red color, 32.94% green color and 74.9% blue color. Hex #7754bf Color code in CMYK color (process color) code model is generated after subtraction of 38% cyan, 56% magenta, 0% yellow and 25% black.

Hex #7754bf color code is between #6655bb web safe hex color code and #8844cc web safe hex color code. #6655bb is the nearest web safe color code. You can see here many more shades of #7754bf color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code7754bf#7754bf
RGB Decimal119, 84, 191rgb(119, 84, 191)
RGB Percent47%, 33%, 75%rgb(47%, 33%, 75%)
CSS RGBa119, 84, 191,1rgba(119,84,191,1)
CMYK Modelcmyk(38%,56%,0%,25%)
HSL Color Space260,46% ,54%hsl(260,46% ,54%)
HSV Color Space260°, 56%, 75%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary011101110101010010111111
Octal167124277
Decimal11984191
Hex7754bf

Different shades of #7754bf color code.

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

Light Shade of #7754bf
#9579cd
Dark Shade of #7754bf
#5e3da3
Saturated Shade of #7754bf
#7348cb
Desaturated Shade of #7754bf
#7b60b3
Grey scale Shade of #7754bf
#898989
Brighten Shade
#906dd8
Most Readable Shade
#FFFFFF

Shades of #7754bf color code

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

#7754bf
#694aa9
#5c4194
#4f387f
#422e6a
#342554
#271c3f
#1a122a
#0d0915
#000000

Similar Color like #7754bf color

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

#7855c0
#7956c1
#7a57c2
#7b58c3
#7c59c4
#7d5ac5
#7e5bc6
#7f5cc7
#805dc8
#815ec9
#825fca
#8360cb
#8461cc
#8562cd
#7653be
#7552bd
#7451bc
#7350bb
#724fba
#714eb9
#704db8
#6f4cb7
#6e4bb6
#6d4ab5
#6c49b4
#6b48b3
#6a47b2
#6946b1

Monochromatic Color with #7754bf

#7754bf
#9167e9
#0d0915
#281c3f
#422f6a
#5d4194

Tints of #7754bf Color

#7754bf
#8667c6
#957acd
#a48dd4
#b3a0db
#c2b3e2
#d1c6e9
#e0d9f0
#efecf7
#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

#7754bf
#9cbf54

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

Split Complementary

#7754bf
#bfad54
#66bf54

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

Analogous Color

#545cbf
#6254bf
#7754bf
#8c54bf
#a254bf

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

#7754bf
#bf7754
#54bf77

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

#7754bf
#bf5466
#9cbf54
#54bfac

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

#7754bf
#9cbf54
#66bf54
#ad54bf

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 #7754bf 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.

#7754bf Color Code Preview on Black Background Color

This is how #7754bf Color will look on black background color. Color contrast ratio is 3.80

#7754bf in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #7754bf

HTML with inline CSS

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

Your Example Paragraph content text in with font color #7754bf

#7754bf color code is use for CSS Background Color

Background color for the above div is #7754bf

HTML with inline CSS

<div style="background-color:#7754bf;"></div>

#7754bf color code is use for CSS Border Color

CSS Border color for the above div is #7754bf

HTML with inline CSS

<div style="border:5px solid #7754bf;"></div>

CSS Border Left color for the above div is #7754bf

HTML with inline CSS

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

CSS Border Right color for the above div is #7754bf

HTML with inline CSS

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

CSS Border Bottom color for the above div is #7754bf

HTML with inline CSS

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

CSS Border Top color for the above div is #7754bf

HTML with inline CSS

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

#7754bf hex Color code used as CSS color Codes

Example CSS Class for usage

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

#7754bf Color code Preview on White Background

This is how #7754bf Color code will look on white background color. Color contrast ratio is 5.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 #7754bf; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #7754bf; }

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,84,191,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(156,191,84,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(119,84,191,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.