crispedge.com

Color picker

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

#7685cc hex color - Violet - Cool color - Information

#7685cc hex color - Violet - Cool color

Color Hue/Base color: Violet

Hex #7685cc Color code in RGB color code model is created after adding 46.27% red color, 52.16% green color and 80% blue color. Hex #7685cc Color code in CMYK color (process color) code model is generated after subtraction of 42% cyan, 35% magenta, 0% yellow and 20% black.

Hex #7685cc color code is between #7788bb web safe hex color code and #6677dd web safe hex color code. #7788bb is the nearest web safe color code. You can see here many more shades of #7685cc color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code7685cc#7685cc
RGB Decimal118, 133, 204rgb(118, 133, 204)
RGB Percent46%, 52%, 80%rgb(46%, 52%, 80%)
CSS RGBa118, 133, 204,1rgba(118,133,204,1)
CMYK Modelcmyk(42%,35%,0%,20%)
HSL Color Space230,46% ,63%hsl(230,46% ,63%)
HSV Color Space230°, 42%, 80%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary011101101000010111001100
Octal166205314
Decimal118133204
Hex7685cc

Different shades of #7685cc color code.

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

Light Shade of #7685cc
#9ba6da
Dark Shade of #7685cc
#5164be
Saturated Shade of #7685cc
#6d7fd5
Desaturated Shade of #7685cc
#7f8bc3
Grey scale Shade of #7685cc
#a1a1a1
Brighten Shade
#8f9ee5
Most Readable Shade
#000000

Shades of #7685cc color code

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

#7685cc
#6876b5
#5b679e
#4e5888
#414971
#343b5a
#272c44
#1a1d2d
#0d0e16
#000000

Similar Color like #7685cc color

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

#7786cd
#7887ce
#7988cf
#7a89d0
#7b8ad1
#7c8bd2
#7d8cd3
#7e8dd4
#7f8ed5
#808fd6
#8190d7
#8291d8
#8392d9
#8493da
#7584cb
#7483ca
#7382c9
#7281c8
#7180c7
#707fc6
#6f7ec5
#6e7dc4
#6d7cc3
#6c7bc2
#6b7ac1
#6a79c0
#6978bf
#6877be

Monochromatic Color with #7685cc

#7685cc
#8fa1f6
#141622
#2c324c
#454e77
#5d69a1

Tints of #7685cc Color

#7685cc
#8592d1
#94a0d7
#a3addd
#b2bbe2
#c2c8e8
#d1d6ee
#e0e3f3
#eff1f9
#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

#7685cc
#ccbd76

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

Split Complementary

#7685cc
#cc9276
#b0cc76

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

Analogous Color

#76a7cc
#7696cc
#7685cc
#7876cc
#8976cc

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

#7685cc
#cc7685
#85cc76

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

#7685cc
#cc76b0
#ccbd76
#76cc92

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

#7685cc
#ccbd76
#b0cc76
#9276cc

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 #7685cc 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.

#7685cc Color Code Preview on Black Background Color

This is how #7685cc Color will look on black background color. Color contrast ratio is 6.00

#7685cc in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #7685cc

HTML with inline CSS

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

Your Example Paragraph content text in with font color #7685cc

#7685cc color code is use for CSS Background Color

Background color for the above div is #7685cc

HTML with inline CSS

<div style="background-color:#7685cc;"></div>

#7685cc color code is use for CSS Border Color

CSS Border color for the above div is #7685cc

HTML with inline CSS

<div style="border:5px solid #7685cc;"></div>

CSS Border Left color for the above div is #7685cc

HTML with inline CSS

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

CSS Border Right color for the above div is #7685cc

HTML with inline CSS

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

CSS Border Bottom color for the above div is #7685cc

HTML with inline CSS

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

CSS Border Top color for the above div is #7685cc

HTML with inline CSS

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

#7685cc hex Color code used as CSS color Codes

Example CSS Class for usage

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

#7685cc Color code Preview on White Background

This is how #7685cc Color code will look on white background color. Color contrast ratio is 3.50

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

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.