crispedge.com

Color picker

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

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

#979dff hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #979dff Color code in RGB color code model is created after adding 59.22% red color, 61.57% green color and 100% blue color. Hex #979dff Color code in CMYK color (process color) code model is generated after subtraction of 41% cyan, 38% magenta, 0% yellow and 0% black.

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

0 Likes 0 Comments | 16 Views

Color Table

Hex Color Code979dff#979dff
RGB Decimal151, 157, 255rgb(151, 157, 255)
RGB Percent59%, 62%, 100%rgb(59%, 62%, 100%)
CSS RGBa151, 157, 255,1rgba(151,157,255,1)
CMYK Modelcmyk(41%,38%,0%,0%)
HSL Color Space237,100% ,80%hsl(237,100% ,80%)
HSV Color Space237°, 41%, 100%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary100101111001110111111111
Octal227235377
Decimal151157255
Hex979dff

Different shades of #979dff color code.

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

Light Shade of #979dff
#cacdff
Dark Shade of #979dff
#646dff
Saturated Shade of #979dff
#979dff
Desaturated Shade of #979dff
#9ca2fa
Grey scale Shade of #979dff
#cbcbcb
Brighten Shade
#b0b6ff
Most Readable Shade
#000000

Shades of #979dff color code

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

#979dff
#868be2
#757ac6
#6468aa
#53578d
#434571
#323455
#212238
#10111c
#000000

Similar Color like #979dff color

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

#989eff
#999fff
#9aa0ff
#9ba1ff
#9ca2ff
#9da3ff
#9ea4ff
#9fa5ff
#a0a6ff
#a1a7ff
#a2a8ff
#a3a9ff
#a4aaff
#a5abff
#969cfe
#959bfd
#949afc
#9399fb
#9298fa
#9197f9
#9096f8
#8f95f7
#8e94f6
#8d93f5
#8c92f4
#8b91f3
#8a90f2
#898ff1

Monochromatic Color with #979dff

#979dff
#191a2a
#323455
#4c4f80
#6569aa
#7e83d4

Tints of #979dff Color

#979dff
#a2a7ff
#aeb2ff
#b9bdff
#c5c8ff
#d0d3ff
#dcdeff
#e7e9ff
#f3f4ff
#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

#979dff
#fff997

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

Split Complementary

#979dff
#ffc597
#d1ff97

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

Analogous Color

#97c7ff
#97b2ff
#979dff
#a697ff
#bb97ff

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

#979dff
#ff979d
#9dff97

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

#979dff
#ff97d1
#fff997
#97ffc5

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

#979dff
#fff997
#d1ff97
#c597ff

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

#979dff Color Code Preview on Black Background Color

This is how #979dff Color will look on black background color. Color contrast ratio is 8.58

#979dff in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#979dff color code is use for CSS Background Color

Background color for the above div is #979dff

HTML with inline CSS

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

#979dff color code is use for CSS Border Color

CSS Border color for the above div is #979dff

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#979dff hex Color code used as CSS color Codes

Example CSS Class for usage

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

#979dff Color code Preview on White Background

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

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

Related Gradients

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

0 Likes 0 Comments | 16 Views

Post your comment:-

By submitting comment you agree to our privacy policy.