Skip to main content Skip to docs navigation

#797ffe hex color | Download Light Blue BG image | Information

Color Picker

@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

Color Info

Woow we have a nearby visually matching color name available. It's name is Orchid and its hex is #7A81FF Nearest Color Name

Color Hue/Base color: Blue

Hex #797ffe Color code in RGB color code model is created after adding 47.45% red color, 49.8% green color and 99.61% blue color. Hex #797ffe Color code in CMYK color (process color) code model is generated after subtraction of 52% cyan, 50% magenta, 0% yellow and 0.39% black.

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

RGB Chart

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

Color Table

Hex Color Code 797ffe #797ffe
RGB Decimal 121, 127, 254 121, 127, 254
RGB Percent 47%, 50%, 100% rgb(47%, 50%, 100%)
CSS RGBa 121, 127, 254,1 rgba(121,127,254,1)
CMYK Model cmyk(52%,50%,0%,0.39%)
HSL Color Space 237,99% ,74% hsl(237,99% ,74%)
HSV Color Space 237°, 52%, 100%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 01111001 01111111 11111110
Octal 171 177 376
Decimal 121 127 254
Hex 79 7f fe

Different shades of #797ffe color code.

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

Darkest of #797ffe
#020cdc
Darker of #797ffe
#141efd
Dark of #797ffe
#464ffe
Base of #797ffe
#797ffe
Light of #797ffe
#acaffe
Lighter
#dee0ff
Lightest
#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

#797ffe
#fef879

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

Split Complementary

#797ffe
#feb579
#c2fe79

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

Analogous Color

#79cdfe
#79b6fe
#797ffe
#9f79fe
#d779fe

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

#797ffe
#7ffe79
#fe797f

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

#797ffe
#fe797f
#fef879
#79fef8

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Square Color

#797ffe
#fe79c2
#fef879
#79feb5

Square 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).

Monochromatic Color with #797ffe

#0109aa
#020cdc
#141efd
#464ffe
#797ffe
#acaffe
#dee0ff
#ffffff
#ffffff

Tints of #797ffe Color

#797ffe
#878dfe
#969bfe
#a5a9fe
#b4b7fe
#c3c6fe
#d2d4fe
#e1e2fe
#f0f0fe
#ffffff

Shades of #797ffe color code

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

#797ffe
#6b70e1
#5e62c5
#5054a9
#43468d
#353870
#282a54
#1a1c38
#0d0e1c
#000000

Tones

#797ffe
#878bf1
#9498e3
#a2a4d6
#afb0c8

Tones

Similar Color like #797ffe color

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

#7a80ff
#7b81ff
#7c82ff
#7d83ff
#7e84ff
#7f85ff
#8086ff
#8187ff
#8288ff
#8389ff
#848aff
#858bff
#868cff
#878dff
#787efd
#777dfc
#767cfb
#757bfa
#747af9
#7379f8
#7278f7
#7177f6
#7076f5
#6f75f4
#6e74f3
#6d73f2
#6c72f1
#6b71f0

Download this Light Blue

Hex #797ffe 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.

#797ffe Color Code Preview on Black Background Color

This is how #797ffe Color will look on black background color. Color contrast ratio is 6.28

#797ffe in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #797ffe

HTML with inline CSS

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

Your Example Paragraph content text in with font color #797ffe

#797ffe color code is use for CSS Background Color

Background color for the above div is #797ffe

HTML with inline CSS

<div style="background-color:#797ffe;"></div>

#797ffe color code is use for CSS Border Color

CSS Border color for the above div is #797ffe

HTML with inline CSS

<div style="border:5px solid #797ffe;"></div>

CSS Border Left color for the above div is #797ffe

HTML with inline CSS

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

CSS Border Right color for the above div is #797ffe

HTML with inline CSS

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

CSS Border Bottom color for the above div is #797ffe

HTML with inline CSS

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

CSS Border Top color for the above div is #797ffe

HTML with inline CSS

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

#797ffe hex Color code used as CSS color Codes

Example CSS Class for usage

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

#797ffe Color code Preview on White Background

This is how #797ffe Color code will look on white background color. Color contrast ratio is 3.34

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

Gradient color background

Using gradients with mixed colors is a good idea. Download these backgrounds. Use them in slideshows, cards, and other designs.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(121,127,254,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(254,248,121,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(121,127,254,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }