crispedge.com

Color picker

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

#7673f1 hex color - Blue - Cool color - Information

#7673f1 hex color - Blue - Cool color

Color Mixture: Blue Magenta

Color Hue/Base color: Blue

Hex #7673f1 Color code in RGB color code model is created after adding 46.27% red color, 45.1% green color and 94.51% blue color. Hex #7673f1 Color code in CMYK color (process color) code model is generated after subtraction of 51% cyan, 52% magenta, 0% yellow and 5% black.

Hex #7673f1 color code is between #7777ee web safe hex color code and #6666ff web safe hex color code. #7777ee is the nearest web safe color code. You can see here many more shades of #7673f1 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code7673f1#7673f1
RGB Decimal118, 115, 241rgb(118, 115, 241)
RGB Percent46%, 45%, 95%rgb(46%, 45%, 95%)
CSS RGBa118, 115, 241,1rgba(118,115,241,1)
CMYK Modelcmyk(51%,52%,0%,5%)
HSL Color Space241,82% ,70%hsl(241,82% ,70%)
HSV Color Space241°, 52%, 95%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary011101100111001111110001
Octal166163361
Decimal118115241
Hex7673f1

Different shades of #7673f1 color code.

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

Light Shade of #7673f1
#a3a1f6
Dark Shade of #7673f1
#4945ec
Saturated Shade of #7673f1
#6f6bf9
Desaturated Shade of #7673f1
#7d7be9
Grey scale Shade of #7673f1
#b2b2b2
Brighten Shade
#8f8cff
Most Readable Shade
#FFFFFF

Shades of #7673f1 color code

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

#7673f1
#6866d6
#5b59bb
#4e4ca0
#413f85
#34336b
#272650
#1a1935
#0d0c1a
#000000

Similar Color like #7673f1 color

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

#7774f2
#7875f3
#7976f4
#7a77f5
#7b78f6
#7c79f7
#7d7af8
#7e7bf9
#7f7cfa
#807dfb
#817efc
#827ffd
#8380fe
#8481ff
#7572f0
#7471ef
#7370ee
#726fed
#716eec
#706deb
#6f6cea
#6e6be9
#6d6ae8
#6c69e7
#6b68e6
#6a67e5
#6966e4
#6865e3

Monochromatic Color with #7673f1

#7673f1
#0e0e1c
#232247
#383671
#4c4a9c
#615fc6

Tints of #7673f1 Color

#7673f1
#8582f2
#9492f4
#a3a1f5
#b2b1f7
#c2c0f8
#d1d0fa
#e0dffb
#efeffd
#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

#7673f1
#eef173

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

Split Complementary

#7673f1
#f1b573
#aff173

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

Analogous Color

#73a2f1
#7389f1
#7673f1
#8f73f1
#a873f1

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

#7673f1
#f17673
#73f176

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

#7673f1
#f173af
#eef173
#73f1b5

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

#7673f1
#eef173
#aff173
#b573f1

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 #7673f1 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.

#7673f1 Color Code Preview on Black Background Color

This is how #7673f1 Color will look on black background color. Color contrast ratio is 5.49

#7673f1 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #7673f1

HTML with inline CSS

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

Your Example Paragraph content text in with font color #7673f1

#7673f1 color code is use for CSS Background Color

Background color for the above div is #7673f1

HTML with inline CSS

<div style="background-color:#7673f1;"></div>

#7673f1 color code is use for CSS Border Color

CSS Border color for the above div is #7673f1

HTML with inline CSS

<div style="border:5px solid #7673f1;"></div>

CSS Border Left color for the above div is #7673f1

HTML with inline CSS

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

CSS Border Right color for the above div is #7673f1

HTML with inline CSS

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

CSS Border Bottom color for the above div is #7673f1

HTML with inline CSS

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

CSS Border Top color for the above div is #7673f1

HTML with inline CSS

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

#7673f1 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#7673f1 Color code Preview on White Background

This is how #7673f1 Color code will look on white background color. Color contrast ratio is 3.82

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

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.