crispedge.com

Color picker

Loading...

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

#8691ec hex color - Blue - Cool color

Color Hue/Base color: Blue

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

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code8691ec#8691ec
RGB Decimal134, 145, 236rgb(134, 145, 236)
RGB Percent53%, 57%, 93%rgb(53%, 57%, 93%)
CSS RGBa134, 145, 236,1rgba(134,145,236,1)
CMYK Modelcmyk(43%,39%,0%,7%)
HSL Color Space234,73% ,73%hsl(234,73% ,73%)
HSV Color Space234°, 43%, 93%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary100001101001000111101100
Octal206221354
Decimal134145236
Hex8691ec

Different shades of #8691ec color code.

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

Light Shade of #8691ec
#b2b9f3
Dark Shade of #8691ec
#5a69e5
Saturated Shade of #8691ec
#7f8bf3
Desaturated Shade of #8691ec
#8d96e5
Grey scale Shade of #8691ec
#b9b9b9
Brighten Shade
#9faaff
Most Readable Shade
#000000

Shades of #8691ec color code

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

#8691ec
#7780d1
#6870b7
#59609d
#4a5083
#3b4068
#2c304e
#1d2034
#0e101a
#000000

Similar Color like #8691ec color

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

#8792ed
#8893ee
#8994ef
#8a95f0
#8b96f1
#8c97f2
#8d98f3
#8e99f4
#8f9af5
#909bf6
#919cf7
#929df8
#939ef9
#949ffa
#8590eb
#848fea
#838ee9
#828de8
#818ce7
#808be6
#7f8ae5
#7e89e4
#7d88e3
#7c87e2
#7b86e1
#7a85e0
#7984df
#7883de

Monochromatic Color with #8691ec

#8691ec
#0d0e17
#252942
#3e436c
#565d97
#6e77c1

Tints of #8691ec Color

#8691ec
#939dee
#a0a9f0
#aeb5f2
#bbc1f4
#c9cef6
#d6daf8
#e4e6fa
#f1f2fc
#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

#8691ec
#ece186

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

Split Complementary

#8691ec
#ecae86
#c4ec86

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

Analogous Color

#86baec
#86a5ec
#8691ec
#8f86ec
#a486ec

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

#8691ec
#ec8691
#91ec86

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

#8691ec
#ec86c4
#ece186
#86ecae

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

#8691ec
#ece186
#c4ec86
#ae86ec

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

#8691ec Color Code Preview on Black Background Color

This is how #8691ec Color will look on black background color. Color contrast ratio is 7.28

#8691ec in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#8691ec color code is use for CSS Background Color

Background color for the above div is #8691ec

HTML with inline CSS

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

#8691ec color code is use for CSS Border Color

CSS Border color for the above div is #8691ec

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#8691ec hex Color code used as CSS color Codes

Example CSS Class for usage

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

#8691ec Color code Preview on White Background

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

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

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