crispedge.com

Color picker

Loading...

#7884ff hex color - Blue - Cool color - Information

#7884ff hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #7884ff Color code in RGB color code model is created after adding 47.06% red color, 51.76% green color and 100% blue color. Hex #7884ff Color code in CMYK color (process color) code model is generated after subtraction of 53% cyan, 48% magenta, 0% yellow and 0% black.

Hex #7884ff color code is between #7788ee web safe hex color code and #8877dd web safe hex color code. #7788ee is the nearest web safe color code. You can see here many more shades of #7884ff color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code7884ff#7884ff
RGB Decimal120, 132, 255rgb(120, 132, 255)
RGB Percent47%, 52%, 100%rgb(47%, 52%, 100%)
CSS RGBa120, 132, 255,1rgba(120,132,255,1)
CMYK Modelcmyk(53%,48%,0%,0%)
HSL Color Space235,100% ,74%hsl(235,100% ,74%)
HSV Color Space235°, 53%, 100%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary011110001000010011111111
Octal170204377
Decimal120132255
Hex7884ff

Different shades of #7884ff color code.

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

Light Shade of #7884ff
#abb2ff
Dark Shade of #7884ff
#4555ff
Saturated Shade of #7884ff
#7884ff
Desaturated Shade of #7884ff
#7f8af8
Grey scale Shade of #7884ff
#bbbbbb
Brighten Shade
#919dff
Most Readable Shade
#000000

Shades of #7884ff color code

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

#7884ff
#6a75e2
#5d66c6
#5058aa
#42498d
#353a71
#282c55
#1a1d38
#0d0e1c
#000000

Similar Color like #7884ff color

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

#7985ff
#7a86ff
#7b87ff
#7c88ff
#7d89ff
#7e8aff
#7f8bff
#808cff
#818dff
#828eff
#838fff
#8490ff
#8591ff
#8692ff
#7783fe
#7682fd
#7581fc
#7480fb
#737ffa
#727ef9
#717df8
#707cf7
#6f7bf6
#6e7af5
#6d79f4
#6c78f3
#6b77f2
#6a76f1

Monochromatic Color with #7884ff

#7884ff
#14162a
#282c55
#3c4280
#5058aa
#646ed4

Tints of #7884ff Color

#7884ff
#8791ff
#969fff
#a5adff
#b4baff
#c3c8ff
#d2d6ff
#e1e3ff
#f0f1ff
#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

#7884ff
#fff378

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

Split Complementary

#7884ff
#ffaf78
#c8ff78

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

Analogous Color

#78baff
#789fff
#7884ff
#8778ff
#a278ff

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

#7884ff
#ff7884
#84ff78

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

#7884ff
#ff78c7
#fff378
#78ffaf

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

#7884ff
#fff378
#c8ff78
#af78ff

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 #7884ff 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.

#7884ff Color Code Preview on Black Background Color

This is how #7884ff Color will look on black background color. Color contrast ratio is 6.54

#7884ff in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #7884ff

HTML with inline CSS

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

Your Example Paragraph content text in with font color #7884ff

#7884ff color code is use for CSS Background Color

Background color for the above div is #7884ff

HTML with inline CSS

<div style="background-color:#7884ff;"></div>

#7884ff color code is use for CSS Border Color

CSS Border color for the above div is #7884ff

HTML with inline CSS

<div style="border:5px solid #7884ff;"></div>

CSS Border Left color for the above div is #7884ff

HTML with inline CSS

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

CSS Border Right color for the above div is #7884ff

HTML with inline CSS

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

CSS Border Bottom color for the above div is #7884ff

HTML with inline CSS

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

CSS Border Top color for the above div is #7884ff

HTML with inline CSS

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

#7884ff hex Color code used as CSS color Codes

Example CSS Class for usage

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

#7884ff Color code Preview on White Background

This is how #7884ff Color code will look on white background color. Color contrast ratio is 3.21

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

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(120,132,255,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(255,243,120,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(120,132,255,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.