crispedge.com

Color picker

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

#767fce hex color - Violet - Cool color - Information

#767fce hex color - Violet - Cool color

Color Hue/Base color: Violet

Hex #767fce Color code in RGB color code model is created after adding 46.27% red color, 49.8% green color and 80.78% blue color. Hex #767fce Color code in CMYK color (process color) code model is generated after subtraction of 43% cyan, 38% magenta, 0% yellow and 19% black.

Hex #767fce color code is between #7777cc web safe hex color code and #6688dd web safe hex color code. #7777cc is the nearest web safe color code. You can see here many more shades of #767fce color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code767fce#767fce
RGB Decimal118, 127, 206rgb(118, 127, 206)
RGB Percent46%, 50%, 81%rgb(46%, 50%, 81%)
CSS RGBa118, 127, 206,1rgba(118,127,206,1)
CMYK Modelcmyk(43%,38%,0%,19%)
HSL Color Space234,47% ,64%hsl(234,47% ,64%)
HSV Color Space234°, 43%, 81%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary011101100111111111001110
Octal166177316
Decimal118127206
Hex767fce

Different shades of #767fce color code.

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

Light Shade of #767fce
#9ca2db
Dark Shade of #767fce
#505cc1
Saturated Shade of #767fce
#6d78d7
Desaturated Shade of #767fce
#7f86c5
Grey scale Shade of #767fce
#a2a2a2
Brighten Shade
#8f98e7
Most Readable Shade
#FFFFFF

Shades of #767fce color code

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

#767fce
#6870b7
#5b62a0
#4e5489
#414672
#34385b
#272a44
#1a1c2d
#0d0e16
#000000

Similar Color like #767fce color

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

#7780cf
#7881d0
#7982d1
#7a83d2
#7b84d3
#7c85d4
#7d86d5
#7e87d6
#7f88d7
#8089d8
#818ad9
#828bda
#838cdb
#848ddc
#757ecd
#747dcc
#737ccb
#727bca
#717ac9
#7079c8
#6f78c7
#6e77c6
#6d76c5
#6c75c4
#6b74c3
#6a73c2
#6972c1
#6871c0

Monochromatic Color with #767fce

#767fce
#8e99f8
#151624
#2d304e
#454b79
#5e65a3

Tints of #767fce Color

#767fce
#858dd3
#949bd8
#a3a9de
#b2b7e3
#c2c6e9
#d1d4ee
#e0e2f4
#eff0f9
#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

#767fce
#cec576

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

Split Complementary

#767fce
#ce9976
#abce76

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

Analogous Color

#76a2ce
#7691ce
#767fce
#7f76ce
#9076ce

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

#767fce
#ce767f
#7fce76

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

#767fce
#ce76ab
#cec576
#76ce99

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

#767fce
#cec576
#abce76
#9976ce

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 #767fce 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.

#767fce Color Code Preview on Black Background Color

This is how #767fce Color will look on black background color. Color contrast ratio is 5.70

#767fce in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #767fce

HTML with inline CSS

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

Your Example Paragraph content text in with font color #767fce

#767fce color code is use for CSS Background Color

Background color for the above div is #767fce

HTML with inline CSS

<div style="background-color:#767fce;"></div>

#767fce color code is use for CSS Border Color

CSS Border color for the above div is #767fce

HTML with inline CSS

<div style="border:5px solid #767fce;"></div>

CSS Border Left color for the above div is #767fce

HTML with inline CSS

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

CSS Border Right color for the above div is #767fce

HTML with inline CSS

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

CSS Border Bottom color for the above div is #767fce

HTML with inline CSS

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

CSS Border Top color for the above div is #767fce

HTML with inline CSS

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

#767fce hex Color code used as CSS color Codes

Example CSS Class for usage

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

#767fce Color code Preview on White Background

This is how #767fce Color code will look on white background color. Color contrast ratio is 3.69

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

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.