crispedge.com

Color picker

Loading...

#867fed hex color - Blue - Cool color - Information

#867fed hex color - Blue - Cool color

Color Mixture: Blue Magenta

Color Hue/Base color: Blue

Hex #867fed Color code in RGB color code model is created after adding 52.55% red color, 49.8% green color and 92.94% blue color. Hex #867fed Color code in CMYK color (process color) code model is generated after subtraction of 43% cyan, 46% magenta, 0% yellow and 7% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code867fed#867fed
RGB Decimal134, 127, 237rgb(134, 127, 237)
RGB Percent53%, 50%, 93%rgb(53%, 50%, 93%)
CSS RGBa134, 127, 237,1rgba(134,127,237,1)
CMYK Modelcmyk(43%,46%,0%,7%)
HSL Color Space244,75% ,71%hsl(244,75% ,71%)
HSV Color Space244°, 46%, 93%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary100001100111111111101101
Octal206177355
Decimal134127237
Hex867fed

Different shades of #867fed color code.

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

Light Shade of #867fed
#b0acf3
Dark Shade of #867fed
#5c52e7
Saturated Shade of #867fed
#8078f4
Desaturated Shade of #867fed
#8c86e6
Grey scale Shade of #867fed
#b6b6b6
Brighten Shade
#9f98ff
Most Readable Shade
#000000

Shades of #867fed color code

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

#867fed
#7770d2
#6862b8
#59549e
#4a4683
#3b3869
#2c2a4f
#1d1c34
#0e0e1a
#000000

Similar Color like #867fed color

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

#8780ee
#8881ef
#8982f0
#8a83f1
#8b84f2
#8c85f3
#8d86f4
#8e87f5
#8f88f6
#9089f7
#918af8
#928bf9
#938cfa
#948dfb
#857eec
#847deb
#837cea
#827be9
#817ae8
#8079e7
#7f78e6
#7e77e5
#7d76e4
#7c75e3
#7b74e2
#7a73e1
#7972e0
#7871df

Monochromatic Color with #867fed

#867fed
#0e0d18
#262443
#3e3b6d
#565198
#6e68c2

Tints of #867fed Color

#867fed
#938def
#a09bf1
#aea9f3
#bbb7f5
#c9c6f7
#d6d4f9
#e4e2fb
#f1f0fd
#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

#867fed
#e6ed7f

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

Split Complementary

#867fed
#edbd7f
#afed7f

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

Analogous Color

#7fa4ed
#7f8eed
#867fed
#9c7fed
#b27fed

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

#867fed
#ed867f
#7fed86

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

#867fed
#ed7faf
#e6ed7f
#7fedbd

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

#867fed
#e6ed7f
#afed7f
#bd7fed

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 #867fed 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.

#867fed Color Code Preview on Black Background Color

This is how #867fed Color will look on black background color. Color contrast ratio is 6.27

#867fed in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #867fed

HTML with inline CSS

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

Your Example Paragraph content text in with font color #867fed

#867fed color code is use for CSS Background Color

Background color for the above div is #867fed

HTML with inline CSS

<div style="background-color:#867fed;"></div>

#867fed color code is use for CSS Border Color

CSS Border color for the above div is #867fed

HTML with inline CSS

<div style="border:5px solid #867fed;"></div>

CSS Border Left color for the above div is #867fed

HTML with inline CSS

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

CSS Border Right color for the above div is #867fed

HTML with inline CSS

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

CSS Border Bottom color for the above div is #867fed

HTML with inline CSS

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

CSS Border Top color for the above div is #867fed

HTML with inline CSS

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

#867fed hex Color code used as CSS color Codes

Example CSS Class for usage

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

#867fed Color code Preview on White Background

This is how #867fed Color code will look on white background color. Color contrast ratio is 3.35

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

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(134,127,237,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(230,237,127,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(134,127,237,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.