crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#979dde hex color - Blue - Cool color - Information

#979dde hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #979dde Color code in RGB color code model is created after adding 59.22% red color, 61.57% green color and 87.06% blue color. Hex #979dde Color code in CMYK color (process color) code model is generated after subtraction of 32% cyan, 29% magenta, 0% yellow and 13% black.

Hex #979dde color code is between #9999dd web safe hex color code and #88aaee web safe hex color code. #9999dd is the nearest web safe color code. You can see here many more shades of #979dde color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code979dde#979dde
RGB Decimal151, 157, 222rgb(151, 157, 222)
RGB Percent59%, 62%, 87%rgb(59%, 62%, 87%)
CSS RGBa151, 157, 222,1rgba(151,157,222,1)
CMYK Modelcmyk(32%,29%,0%,13%)
HSL Color Space235,52% ,73%hsl(235,52% ,73%)
HSV Color Space235°, 32%, 87%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary100101111001110111011110
Octal227235336
Decimal151157222
Hex979dde

Different shades of #979dde color code.

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

Light Shade of #979dde
#bec1ea
Dark Shade of #979dde
#7078d2
Saturated Shade of #979dde
#9097e5
Desaturated Shade of #979dde
#9ea3d7
Grey scale Shade of #979dde
#bababa
Brighten Shade
#b0b6f7
Most Readable Shade
#000000

Shades of #979dde color code

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

#979dde
#868bc5
#757aac
#646894
#53577b
#434562
#32344a
#212231
#101118
#000000

Similar Color like #979dde color

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

#989edf
#999fe0
#9aa0e1
#9ba1e2
#9ca2e3
#9da3e4
#9ea4e5
#9fa5e6
#a0a6e7
#a1a7e8
#a2a8e9
#a3a9ea
#a4aaeb
#a5abec
#969cdd
#959bdc
#949adb
#9399da
#9298d9
#9197d8
#9096d7
#8f95d6
#8e94d5
#8d93d4
#8c92d3
#8b91d2
#8a90d1
#898fd0

Monochromatic Color with #979dde

#979dde
#060709
#232534
#40435e
#5d6189
#7a7fb3

Tints of #979dde Color

#979dde
#a2a7e1
#aeb2e5
#b9bde9
#c5c8ec
#d0d3f0
#dcdef4
#e7e9f7
#f3f4fb
#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

#979dde
#ded897

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

Split Complementary

#979dde
#deb597
#c1de97

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

Analogous Color

#97b9de
#97abde
#979dde
#9f97de
#ad97de

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

#979dde
#de979d
#9dde97

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

#979dde
#de97c0
#ded897
#97deb4

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

#979dde
#ded897
#c1de97
#b597de

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 #979dde 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.

#979dde Color Code Preview on Black Background Color

This is how #979dde Color will look on black background color. Color contrast ratio is 8.19

#979dde in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #979dde

HTML with inline CSS

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

Your Example Paragraph content text in with font color #979dde

#979dde color code is use for CSS Background Color

Background color for the above div is #979dde

HTML with inline CSS

<div style="background-color:#979dde;"></div>

#979dde color code is use for CSS Border Color

CSS Border color for the above div is #979dde

HTML with inline CSS

<div style="border:5px solid #979dde;"></div>

CSS Border Left color for the above div is #979dde

HTML with inline CSS

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

CSS Border Right color for the above div is #979dde

HTML with inline CSS

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

CSS Border Bottom color for the above div is #979dde

HTML with inline CSS

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

CSS Border Top color for the above div is #979dde

HTML with inline CSS

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

#979dde hex Color code used as CSS color Codes

Example CSS Class for usage

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

#979dde Color code Preview on White Background

This is how #979dde Color code will look on white background color. Color contrast ratio is 2.56

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

Related Gradients

Beautiful Colored Gradient Background. Find awesome Gradient for your next project.

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.