Skip to main content Skip to docs navigation

#8296be hex color | Dark Blue & Cool color | 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 Soothsayer and its hex is #8092BC Nearest Color Name

Color Hue/Base color: Blue

Hex #8296be Color code in RGB color code model is created after adding 50.98% red color, 58.82% green color and 74.51% blue color. Hex #8296be Color code in CMYK color (process color) code model is generated after subtraction of 32% cyan, 21% magenta, 0% yellow and 25.49% black.

Hex #8296be color code is between #8899bb web safe hex color code and #7788cc web safe hex color code. #8899bb is the nearest web safe color code. You can see here many more shades of #8296be color code.

RGB Chart

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

Color Table

Hex Color Code 8296be #8296be
RGB Decimal 130, 150, 190 130, 150, 190
RGB Percent 51%, 59%, 75% rgb(51%, 59%, 75%)
CSS RGBa 130, 150, 190,1 rgba(130,150,190,1)
CMYK Model cmyk(32%,21%,0%,25.49%)
HSL Color Space 220,32% ,63% hsl(220,32% ,63%)
HSV Color Space 220°, 32%, 75%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 10000010 10010110 10111110
Octal 202 226 276
Decimal 130 150 190
Hex 82 96 be

Different shades of #8296be color code.

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

Darkest of #8296be
#394b6e
Darker of #8296be
#4b628f
Dark of #8296be
#607aad
Base of #8296be
#8296be
Light of #8296be
#a4b2cf
Lighter
#c5cee1
Lightest
#e7ebf2

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

#8296be
#beaa82

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

Split Complementary

#8296be
#be8c82
#b4be82

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

Analogous Color

#82b9be
#82afbe
#8296be
#8282be
#9b82be

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

#8296be
#96be82
#be8296

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

#8296be
#be8296
#beaa82
#82beaa

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

#8296be
#be82b4
#beaa82
#82be8c

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 #8296be

#28344c
#394b6e
#4b628f
#607aad
#8296be
#a4b2cf
#c5cee1
#e7ebf2
#ffffff

Tints of #8296be Color

#8296be
#8fa1c5
#9dadcc
#abb9d3
#b9c4da
#c7d0e2
#d5dce9
#e3e7f0
#f1f3f7
#ffffff

Shades of #8296be color code

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

#8296be
#7385a8
#657493
#56647e
#485369
#394254
#2b323f
#1c212a
#0e1015
#000000

Tones

#8296be
#959cab
#a0a0a0
#a0a0a0
#a0a0a0

Tones

Similar Color like #8296be color

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

#8397bf
#8498c0
#8599c1
#869ac2
#879bc3
#889cc4
#899dc5
#8a9ec6
#8b9fc7
#8ca0c8
#8da1c9
#8ea2ca
#8fa3cb
#90a4cc
#8195bd
#8094bc
#7f93bb
#7e92ba
#7d91b9
#7c90b8
#7b8fb7
#7a8eb6
#798db5
#788cb4
#778bb3
#768ab2
#7589b1
#7488b0

Download this

Hex #8296be 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.

#8296be Color Code Preview on Black Background Color

This is how #8296be Color will look on black background color. Color contrast ratio is 7.06

#8296be in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #8296be

HTML with inline CSS

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

Your Example Paragraph content text in with font color #8296be

#8296be color code is use for CSS Background Color

Background color for the above div is #8296be

HTML with inline CSS

<div style="background-color:#8296be;"></div>

#8296be color code is use for CSS Border Color

CSS Border color for the above div is #8296be

HTML with inline CSS

<div style="border:5px solid #8296be;"></div>

CSS Border Left color for the above div is #8296be

HTML with inline CSS

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

CSS Border Right color for the above div is #8296be

HTML with inline CSS

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

CSS Border Bottom color for the above div is #8296be

HTML with inline CSS

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

CSS Border Top color for the above div is #8296be

HTML with inline CSS

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

#8296be hex Color code used as CSS color Codes

Example CSS Class for usage

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

#8296be Color code Preview on White Background

This is how #8296be Color code will look on white background color. Color contrast ratio is 2.98

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

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(130,150,190,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(190,170,130,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(130,150,190,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }