crispedge.com

Color picker

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

#7979ec hex color - Blue - Cool color - Information

#7979ec hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #7979ec Color code in RGB color code model is created after adding 47.45% red color, 47.45% green color and 92.55% blue color. Hex #7979ec Color code in CMYK color (process color) code model is generated after subtraction of 49% cyan, 49% magenta, 0% yellow and 7% black.

Hex #7979ec color code is between #7777ee web safe hex color code and #8888dd web safe hex color code. #7777ee is the nearest web safe color code. You can see here many more shades of #7979ec color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code7979ec#7979ec
RGB Decimal121, 121, 236rgb(121, 121, 236)
RGB Percent47%, 47%, 93%rgb(47%, 47%, 93%)
CSS RGBa121, 121, 236,1rgba(121,121,236,1)
CMYK Modelcmyk(49%,49%,0%,7%)
HSL Color Space240,75% ,70%hsl(240,75% ,70%)
HSV Color Space240°, 49%, 93%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary011110010111100111101100
Octal171171354
Decimal121121236
Hex7979ec

Different shades of #7979ec color code.

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

Light Shade of #7979ec
#a6a6f2
Dark Shade of #7979ec
#4c4ce6
Saturated Shade of #7979ec
#7171f4
Desaturated Shade of #7979ec
#8181e4
Grey scale Shade of #7979ec
#b3b3b3
Brighten Shade
#9292ff
Most Readable Shade
#FFFFFF

Shades of #7979ec color code

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

#7979ec
#6b6bd1
#5e5eb7
#50509d
#434383
#353568
#28284e
#1a1a34
#0d0d1a
#000000

Similar Color like #7979ec color

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

#7a7aed
#7b7bee
#7c7cef
#7d7df0
#7e7ef1
#7f7ff2
#8080f3
#8181f4
#8282f5
#8383f6
#8484f7
#8585f8
#8686f9
#8787fa
#7878eb
#7777ea
#7676e9
#7575e8
#7474e7
#7373e6
#7272e5
#7171e4
#7070e3
#6f6fe2
#6e6ee1
#6d6de0
#6c6cdf
#6b6bde

Monochromatic Color with #7979ec

#7979ec
#0c0c17
#222242
#38386c
#4d4d97
#6363c1

Tints of #7979ec Color

#7979ec
#8787ee
#9696f0
#a5a5f2
#b4b4f4
#c3c3f6
#d2d2f8
#e1e1fa
#f0f0fc
#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

#7979ec
#ecec79

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

Split Complementary

#7979ec
#ecb379
#b3ec79

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

Analogous Color

#79a7ec
#7990ec
#7979ec
#9079ec
#a779ec

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

#7979ec
#ec7979
#79ec79

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

#7979ec
#ec79b3
#ecec79
#79ecb3

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

#7979ec
#ecec79
#b3ec79
#b379ec

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 #7979ec 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.

#7979ec Color Code Preview on Black Background Color

This is how #7979ec Color will look on black background color. Color contrast ratio is 5.76

#7979ec in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #7979ec

HTML with inline CSS

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

Your Example Paragraph content text in with font color #7979ec

#7979ec color code is use for CSS Background Color

Background color for the above div is #7979ec

HTML with inline CSS

<div style="background-color:#7979ec;"></div>

#7979ec color code is use for CSS Border Color

CSS Border color for the above div is #7979ec

HTML with inline CSS

<div style="border:5px solid #7979ec;"></div>

CSS Border Left color for the above div is #7979ec

HTML with inline CSS

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

CSS Border Right color for the above div is #7979ec

HTML with inline CSS

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

CSS Border Bottom color for the above div is #7979ec

HTML with inline CSS

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

CSS Border Top color for the above div is #7979ec

HTML with inline CSS

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

#7979ec hex Color code used as CSS color Codes

Example CSS Class for usage

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

#7979ec Color code Preview on White Background

This is how #7979ec Color code will look on white background color. Color contrast ratio is 3.65

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

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.