crispedge.com

Color picker

Loading...

#7392ca hex color - Blue - Cool color - Information

#7392ca hex color - Blue - Cool color

Color Mixture: Cyan Blue

Color Hue/Base color: Blue

Hex #7392ca Color code in RGB color code model is created after adding 45.1% red color, 57.25% green color and 79.22% blue color. Hex #7392ca Color code in CMYK color (process color) code model is generated after subtraction of 43% cyan, 28% magenta, 0% yellow and 21% black.

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

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Code7392ca#7392ca
RGB Decimal115, 146, 202rgb(115, 146, 202)
RGB Percent45%, 57%, 79%rgb(45%, 57%, 79%)
CSS RGBa115, 146, 202,1rgba(115,146,202,1)
CMYK Modelcmyk(43%,28%,0%,21%)
HSL Color Space219,45% ,62%hsl(219,45% ,62%)
HSV Color Space219°, 43%, 79%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary011100111001001011001010
Octal163222312
Decimal115146202
Hex7392ca

Different shades of #7392ca color code.

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

Light Shade of #7392ca
#98afd8
Dark Shade of #7392ca
#4e75bc
Saturated Shade of #7392ca
#698fd4
Desaturated Shade of #7392ca
#7d95c0
Grey scale Shade of #7392ca
#9e9e9e
Brighten Shade
#8cabe3
Most Readable Shade
#000000

Shades of #7392ca color code

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

#7392ca
#6681b3
#59719d
#4c6186
#3f5170
#334059
#263043
#19202c
#0c1016
#000000

Similar Color like #7392ca color

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

#7493cb
#7594cc
#7695cd
#7796ce
#7897cf
#7998d0
#7a99d1
#7b9ad2
#7c9bd3
#7d9cd4
#7e9dd5
#7f9ed6
#809fd7
#81a0d8
#7291c9
#7190c8
#708fc7
#6f8ec6
#6e8dc5
#6d8cc4
#6c8bc3
#6b8ac2
#6a89c1
#6988c0
#6887bf
#6786be
#6685bd
#6584bc

Monochromatic Color with #7392ca

#7392ca
#8bb1f4
#121720
#2a364a
#435575
#5b739f

Tints of #7392ca Color

#7392ca
#829ecf
#92aad5
#a1b6db
#b1c2e1
#c0cee7
#d0daed
#dfe6f3
#eff2f9
#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

#7392ca
#caab73

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

Split Complementary

#7392ca
#ca8073
#bdca73

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

Analogous Color

#73b5ca
#73a3ca
#7392ca
#7381ca
#7773ca

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

#7392ca
#ca7392
#92ca73

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

#7392ca
#ca73bd
#caab73
#73ca7f

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

#7392ca
#caab73
#bdca73
#8073ca

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 #7392ca 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.

#7392ca Color Code Preview on Black Background Color

This is how #7392ca Color will look on black background color. Color contrast ratio is 6.69

#7392ca in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #7392ca

HTML with inline CSS

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

Your Example Paragraph content text in with font color #7392ca

#7392ca color code is use for CSS Background Color

Background color for the above div is #7392ca

HTML with inline CSS

<div style="background-color:#7392ca;"></div>

#7392ca color code is use for CSS Border Color

CSS Border color for the above div is #7392ca

HTML with inline CSS

<div style="border:5px solid #7392ca;"></div>

CSS Border Left color for the above div is #7392ca

HTML with inline CSS

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

CSS Border Right color for the above div is #7392ca

HTML with inline CSS

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

CSS Border Bottom color for the above div is #7392ca

HTML with inline CSS

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

CSS Border Top color for the above div is #7392ca

HTML with inline CSS

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

#7392ca hex Color code used as CSS color Codes

Example CSS Class for usage

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

#7392ca Color code Preview on White Background

This is how #7392ca Color code will look on white background color. Color contrast ratio is 3.14

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

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(115,146,202,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(202,171,115,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(115,146,202,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.