crispedge.com

Color picker

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

#79799b hex color - Violet - Cool color - Information

#79799b hex color - Violet - Cool color

Color Hue/Base color: Violet

Hex #79799b Color code in RGB color code model is created after adding 47.45% red color, 47.45% green color and 60.78% blue color. Hex #79799b Color code in CMYK color (process color) code model is generated after subtraction of 22% cyan, 22% magenta, 0% yellow and 39% black.

Hex #79799b color code is between #777799 web safe hex color code and #8888aa web safe hex color code. #777799 is the nearest web safe color code. You can see here many more shades of #79799b color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code79799b#79799b
RGB Decimal121, 121, 155rgb(121, 121, 155)
RGB Percent47%, 47%, 61%rgb(47%, 47%, 61%)
CSS RGBa121, 121, 155,1rgba(121,121,155,1)
CMYK Modelcmyk(22%,22%,0%,39%)
HSL Color Space240,15% ,54%hsl(240,15% ,54%)
HSV Color Space240°, 22%, 61%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary011110010111100110011011
Octal171171233
Decimal121121155
Hex79799b

Different shades of #79799b color code.

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

Light Shade of #79799b
#9696b1
Dark Shade of #79799b
#606081
Saturated Shade of #79799b
#6d6da7
Desaturated Shade of #79799b
#85858f
Grey scale Shade of #79799b
#8a8a8a
Brighten Shade
#9292b4
Most Readable Shade
#FFFFFF

Shades of #79799b color code

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

#79799b
#6b6b89
#5e5e78
#505067
#434356
#353544
#282833
#1a1a22
#0d0d11
#000000

Similar Color like #79799b color

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

#7a7a9c
#7b7b9d
#7c7c9e
#7d7d9f
#7e7ea0
#7f7fa1
#8080a2
#8181a3
#8282a4
#8383a5
#8484a6
#8585a7
#8686a8
#8787a9
#78789a
#777799
#767698
#757597
#747496
#737395
#727294
#717193
#707092
#6f6f91
#6e6e90
#6d6d8f
#6c6c8e
#6b6b8d

Monochromatic Color with #79799b

#79799b
#9a9ac5
#bbbbf0
#15151b
#373746
#585870

Tints of #79799b Color

#79799b
#8787a6
#9696b1
#a5a5bc
#b4b4c7
#c3c3d2
#d2d2dd
#e1e1e8
#f0f0f3
#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

#79799b
#9b9b79

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

Split Complementary

#79799b
#9b8a79
#8a9b79

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

Analogous Color

#79879b
#79809b
#79799b
#80799b
#87799b

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

#79799b
#9b7979
#799b79

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

#79799b
#9b798a
#9b9b79
#799b8a

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

#79799b
#9b9b79
#8a9b79
#8a799b

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 #79799b 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.

#79799b Color Code Preview on Black Background Color

This is how #79799b Color will look on black background color. Color contrast ratio is 5.02

#79799b in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#79799b color code is use for CSS Background Color

Background color for the above div is #79799b

HTML with inline CSS

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

#79799b color code is use for CSS Border Color

CSS Border color for the above div is #79799b

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#79799b hex Color code used as CSS color Codes

Example CSS Class for usage

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

#79799b Color code Preview on White Background

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

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

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.