@
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.

#829ee8 hex color - Blue - Cool color - Information

#829ee8 hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #829ee8 Color code in RGB color code model is created after adding 50.98% red color, 61.96% green color and 90.98% blue color. Hex #829ee8 Color code in CMYK color (process color) code model is generated after subtraction of 44% cyan, 32% magenta, 0% yellow and 9.02% black.

Hex #829ee8 color code is between #8899ee web safe hex color code and #77aadd web safe hex color code. #8899ee is the nearest web safe color code. You can see here many more shades of #829ee8 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 829ee8 #829ee8
RGB Decimal 130, 158, 232 rgb(130, 158, 232)
RGB Percent 51%, 62%, 91% rgb(51%, 62%, 91%)
CSS RGBa 130, 158, 232,1 rgba(130,158,232,1)
CMYK Model cmyk(44%,32%,0%,9.02%)
HSL Color Space 224,69% ,71% hsl(224,69% ,71%)
HSV Color Space 224°, 44%, 91%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 10000010 10011110 11101000
Octal 202 236 350
Decimal 130 158 232
Hex 82 9e e8

Different shades of #829ee8 color code.

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

Light Shade of #829ee8
#adbff0
Dark Shade of #829ee8
#577de0
Saturated Shade of #829ee8
#7b9bef
Desaturated Shade of #829ee8
#89a1e1
Grey scale Shade of #829ee8
#b5b5b5
Brighten Shade
#9bb7ff
Most Readable Shade
#000000

Shades of #829ee8 color code

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

#829ee8
#738cce
#657ab4
#56699a
#485780
#394667
#2b344d
#1c2333
#0e1119
#000000

Similar Color like #829ee8 color

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

#839fe9
#84a0ea
#85a1eb
#86a2ec
#87a3ed
#88a4ee
#89a5ef
#8aa6f0
#8ba7f1
#8ca8f2
#8da9f3
#8eaaf4
#8fabf5
#90acf6
#819de7
#809ce6
#7f9be5
#7e9ae4
#7d99e3
#7c98e2
#7b97e1
#7a96e0
#7995df
#7894de
#7793dd
#7692dc
#7591db
#7490da

Monochromatic Color with #829ee8

#829ee8
#0b0d13
#232a3e
#3b4768
#526493
#6a81bd

Tints of #829ee8 Color

#829ee8
#8fa8ea
#9db3ed
#abbeef
#b9c9f2
#c7d3f4
#d5def7
#e3e9f9
#f1f4fc
#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

#829ee8
#e8cc82

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

Split Complementary

#829ee8
#e89982
#d1e882

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

Analogous Color

#82c7e8
#82b2e8
#829ee8
#828ae8
#8f82e8

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

#829ee8
#e8829e
#9ee882

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

#829ee8
#e882d1
#e8cc82
#82e899

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

#829ee8
#e8cc82
#d1e882
#9982e8

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 #829ee8 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.

#829ee8 Color Code Preview on Black Background Color

This is how #829ee8 Color will look on black background color. Color contrast ratio is 8.01

#829ee8 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #829ee8

HTML with inline CSS

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

Your Example Paragraph content text in with font color #829ee8

#829ee8 color code is use for CSS Background Color

Background color for the above div is #829ee8

HTML with inline CSS

<div style="background-color:#829ee8;"></div>

#829ee8 color code is use for CSS Border Color

CSS Border color for the above div is #829ee8

HTML with inline CSS

<div style="border:5px solid #829ee8;"></div>

CSS Border Left color for the above div is #829ee8

HTML with inline CSS

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

CSS Border Right color for the above div is #829ee8

HTML with inline CSS

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

CSS Border Bottom color for the above div is #829ee8

HTML with inline CSS

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

CSS Border Top color for the above div is #829ee8

HTML with inline CSS

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

#829ee8 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#829ee8 Color code Preview on White Background

This is how #829ee8 Color code will look on white background color. Color contrast ratio is 2.62

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

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,158,232,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(232,204,130,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(130,158,232,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.