crispedge.com

Color picker

Loading...

#7644cc hex color - Blue - Cool color - Information

#7644cc hex color - Blue - Cool color

Color Mixture: Blue Magenta

Color Hue/Base color: Blue

Hex #7644cc Color code in RGB color code model is created after adding 46.27% red color, 26.67% green color and 80% blue color. Hex #7644cc Color code in CMYK color (process color) code model is generated after subtraction of 42% cyan, 67% magenta, 0% yellow and 20% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code7644cc#7644cc
RGB Decimal118, 68, 204rgb(118, 68, 204)
RGB Percent46%, 27%, 80%rgb(46%, 27%, 80%)
CSS RGBa118, 68, 204,1rgba(118,68,204,1)
CMYK Modelcmyk(42%,67%,0%,20%)
HSL Color Space262,57% ,53%hsl(262,57% ,53%)
HSV Color Space262°, 67%, 80%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary011101100100010011001100
Octal166104314
Decimal11868204
Hex7644cc

Different shades of #7644cc color code.

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

Light Shade of #7644cc
#936cd7
Dark Shade of #7644cc
#5e2fae
Saturated Shade of #7644cc
#7338d8
Desaturated Shade of #7644cc
#7950c0
Grey scale Shade of #7644cc
#888888
Brighten Shade
#8f5de5
Most Readable Shade
#FFFFFF

Shades of #7644cc color code

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

#7644cc
#683cb5
#5b349e
#4e2d88
#412571
#341e5a
#271644
#1a0f2d
#0d0716
#000000

Similar Color like #7644cc color

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

#7745cd
#7846ce
#7947cf
#7a48d0
#7b49d1
#7c4ad2
#7d4bd3
#7e4cd4
#7f4dd5
#804ed6
#814fd7
#8250d8
#8351d9
#8452da
#7543cb
#7442ca
#7341c9
#7240c8
#713fc7
#703ec6
#6f3dc5
#6e3cc4
#6d3bc3
#6c3ac2
#6b39c1
#6a38c0
#6937bf
#6836be

Monochromatic Color with #7644cc

#7644cc
#8f52f6
#140b22
#2c194c
#452877
#5d36a1

Tints of #7644cc Color

#7644cc
#8558d1
#946dd7
#a382dd
#b297e2
#c2abe8
#d1c0ee
#e0d5f3
#efeaf9
#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

#7644cc
#9acc44

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

Split Complementary

#7644cc
#ccba44
#56cc44

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

Analogous Color

#4448cc
#5b44cc
#7644cc
#9144cc
#ac44cc

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

#7644cc
#cc7644
#44cc76

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

#7644cc
#cc4456
#9acc44
#44ccba

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

#7644cc
#9acc44
#56cc44
#ba44cc

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 #7644cc 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.

#7644cc Color Code Preview on Black Background Color

This is how #7644cc Color will look on black background color. Color contrast ratio is 3.47

#7644cc in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #7644cc

HTML with inline CSS

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

Your Example Paragraph content text in with font color #7644cc

#7644cc color code is use for CSS Background Color

Background color for the above div is #7644cc

HTML with inline CSS

<div style="background-color:#7644cc;"></div>

#7644cc color code is use for CSS Border Color

CSS Border color for the above div is #7644cc

HTML with inline CSS

<div style="border:5px solid #7644cc;"></div>

CSS Border Left color for the above div is #7644cc

HTML with inline CSS

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

CSS Border Right color for the above div is #7644cc

HTML with inline CSS

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

CSS Border Bottom color for the above div is #7644cc

HTML with inline CSS

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

CSS Border Top color for the above div is #7644cc

HTML with inline CSS

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

#7644cc hex Color code used as CSS color Codes

Example CSS Class for usage

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

#7644cc Color code Preview on White Background

This is how #7644cc Color code will look on white background color. Color contrast ratio is 6.05

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

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(118,68,204,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(154,204,68,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(118,68,204,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.