Skip to main content Skip to docs navigation

#856be6 hex color - Blue - Cool color - Information

On this page
@
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 Mixture: Blue Magenta

Color Hue/Base color: Blue

Hex #856be6 Color code in RGB color code model is created after adding 52.16% red color, 41.96% green color and 90.2% blue color. Hex #856be6 Color code in CMYK color (process color) code model is generated after subtraction of 42% cyan, 53% magenta, 0% yellow and 9.8% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code 856be6 #856be6
RGB Decimal 133, 107, 230 rgb(133, 107, 230)
RGB Percent 52%, 42%, 90% rgb(52%, 42%, 90%)
CSS RGBa 133, 107, 230,1 rgba(133,107,230,1)
CMYK Model cmyk(42%,53%,0%,9.8%)
HSL Color Space 253,71% ,66% hsl(253,71% ,66%)
HSV Color Space 253°, 53%, 90%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 10000101 01101011 11100110
Octal 205 153 346
Decimal 133 107 230
Hex 85 6b e6

Different shades of #856be6 color code.

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

Light Shade of #856be6
#a997ed
Dark Shade of #856be6
#613fdf
Saturated Shade of #856be6
#8062ef
Desaturated Shade of #856be6
#8a74dd
Grey scale Shade of #856be6
#a8a8a8
Brighten Shade
#9e84ff
Most Readable Shade
#FFFFFF

Shades of #856be6 color code

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

#856be6
#765fcc
#6753b2
#584799
#493b7f
#3b2f66
#2c234c
#1d1733
#0e0b19
#000000

Similar Color like #856be6 color

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

#866ce7
#876de8
#886ee9
#896fea
#8a70eb
#8b71ec
#8c72ed
#8d73ee
#8e74ef
#8f75f0
#9076f1
#9177f2
#9278f3
#9379f4
#846ae5
#8369e4
#8268e3
#8167e2
#8066e1
#7f65e0
#7e64df
#7d63de
#7c62dd
#7b61dc
#7a60db
#795fda
#785ed9
#775dd8

Monochromatic Color with #856be6

#856be6
#0a0811
#231c3c
#3b3066
#544391
#6c57bb

Tints of #856be6 Color

#856be6
#927be8
#a08beb
#ad9cee
#bbacf1
#c8bdf3
#d6cdf6
#e3def9
#f1eefc
#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

#856be6
#cce66b

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

Split Complementary

#856be6
#e6c36b
#8fe66b

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

Analogous Color

#6b82e6
#6c6be6
#856be6
#9e6be6
#b66be6

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

#856be6
#e6856b
#6be685

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

#856be6
#e66b8e
#cce66b
#6be6c2

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

#856be6
#cce66b
#8fe66b
#c36be6

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 #856be6 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.

#856be6 Color Code Preview on Black Background Color

This is how #856be6 Color will look on black background color. Color contrast ratio is 5.24

#856be6 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #856be6

HTML with inline CSS

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

Your Example Paragraph content text in with font color #856be6

#856be6 color code is use for CSS Background Color

Background color for the above div is #856be6

HTML with inline CSS

<div style="background-color:#856be6;"></div>

#856be6 color code is use for CSS Border Color

CSS Border color for the above div is #856be6

HTML with inline CSS

<div style="border:5px solid #856be6;"></div>

CSS Border Left color for the above div is #856be6

HTML with inline CSS

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

CSS Border Right color for the above div is #856be6

HTML with inline CSS

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

CSS Border Bottom color for the above div is #856be6

HTML with inline CSS

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

CSS Border Top color for the above div is #856be6

HTML with inline CSS

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

#856be6 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#856be6 Color code Preview on White Background

This is how #856be6 Color code will look on white background color. Color contrast ratio is 4.01

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

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