Skip to main content Skip to docs navigation

#84809b hex color | Download Dark Blue BG image | 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 Live Jazz and its hex is #87819B Nearest Color Name

Color Hue/Base color: Blue

Hex #84809b Color code in RGB color code model is created after adding 51.76% red color, 50.2% green color and 60.78% blue color. Hex #84809b Color code in CMYK color (process color) code model is generated after subtraction of 15% cyan, 17% magenta, 0% yellow and 39.22% black.

Hex #84809b color code is between #888899 web safe hex color code and #7777aa web safe hex color code. #888899 is the nearest web safe color code. You can see here many more shades of #84809b color code.

RGB Chart

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

Color Table

Hex Color Code 84809b #84809b
RGB Decimal 132, 128, 155 132, 128, 155
RGB Percent 52%, 50%, 61% rgb(52%, 50%, 61%)
CSS RGBa 132, 128, 155,1 rgba(132,128,155,1)
CMYK Model cmyk(15%,17%,0%,39.22%)
HSL Color Space 249,12% ,55% hsl(249,12% ,55%)
HSV Color Space 249°, 17%, 61%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 10000100 10000000 10011011
Octal 204 200 233
Decimal 132 128 155
Hex 84 80 9b

Different shades of #84809b color code.

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

Darkest of #84809b
#3c3949
Darker of #84809b
#535065
Dark of #84809b
#6a6682
Base of #84809b
#84809b
Light of #84809b
#a09db1
Lighter
#bbb9c8
Lightest
#d7d6de

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

#84809b
#979b80

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

Split Complementary

#84809b
#9b9180
#8a9b80

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

Analogous Color

#808c9b
#80879b
#84809b
#8d809b
#98809b

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

#84809b
#809b84
#9b8480

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

#84809b
#9b8480
#979b80
#80979b

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

#84809b
#9b808a
#979b80
#809b91

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 #84809b

#24232c
#3c3949
#535065
#6a6682
#84809b
#a09db1
#bbb9c8
#d7d6de
#f3f2f5

Tints of #84809b Color

#84809b
#918ea6
#9f9cb1
#adaabc
#bab8c7
#c8c6d2
#d6d4dd
#e3e2e8
#f1f0f3
#ffffff

Shades of #84809b color code

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

#84809b
#757189
#666378
#585567
#494756
#3a3844
#2c2a33
#1d1c22
#0e0e11
#000000

Tones

#84809b
#8d8d8d
#8d8d8d
#8d8d8d
#8d8d8d

Tones

Similar Color like #84809b color

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

#85819c
#86829d
#87839e
#88849f
#8985a0
#8a86a1
#8b87a2
#8c88a3
#8d89a4
#8e8aa5
#8f8ba6
#908ca7
#918da8
#928ea9
#837f9a
#827e99
#817d98
#807c97
#7f7b96
#7e7a95
#7d7994
#7c7893
#7b7792
#7a7691
#797590
#78748f
#77738e
#76728d

Download this Dark Blue

Hex #84809b 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.

#84809b Color Code Preview on Black Background Color

This is how #84809b Color will look on black background color. Color contrast ratio is 5.54

#84809b in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #84809b

HTML with inline CSS

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

Your Example Paragraph content text in with font color #84809b

#84809b color code is use for CSS Background Color

Background color for the above div is #84809b

HTML with inline CSS

<div style="background-color:#84809b;"></div>

#84809b color code is use for CSS Border Color

CSS Border color for the above div is #84809b

HTML with inline CSS

<div style="border:5px solid #84809b;"></div>

CSS Border Left color for the above div is #84809b

HTML with inline CSS

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

CSS Border Right color for the above div is #84809b

HTML with inline CSS

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

CSS Border Bottom color for the above div is #84809b

HTML with inline CSS

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

CSS Border Top color for the above div is #84809b

HTML with inline CSS

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

#84809b hex Color code used as CSS color Codes

Example CSS Class for usage

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

#84809b Color code Preview on White Background

This is how #84809b Color code will look on white background color. Color contrast ratio is 3.79

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

Gradient color background

Using gradients with mixed colors is a good idea. Download these backgrounds. Use them in slideshows, cards, and other designs.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(132,128,155,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(151,155,128,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(132,128,155,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }