crispedge.com

Color picker

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

#7388ab hex color - Blue - Cool color - Information

#7388ab hex color - Blue - Cool color

Color Mixture: Cyan Blue

Color Hue/Base color: Blue

Hex #7388ab Color code in RGB color code model is created after adding 45.1% red color, 53.33% green color and 67.06% blue color. Hex #7388ab Color code in CMYK color (process color) code model is generated after subtraction of 33% cyan, 20% magenta, 0% yellow and 33% black.

Hex #7388ab color code is between #7777aa web safe hex color code and #6699bb web safe hex color code. #7777aa is the nearest web safe color code. You can see here many more shades of #7388ab color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code7388ab#7388ab
RGB Decimal115, 136, 171rgb(115, 136, 171)
RGB Percent45%, 53%, 67%rgb(45%, 53%, 67%)
CSS RGBa115, 136, 171,1rgba(115,136,171,1)
CMYK Modelcmyk(33%,20%,0%,33%)
HSL Color Space218,25% ,56%hsl(218,25% ,56%)
HSV Color Space218°, 33%, 67%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary011100111000100010101011
Octal163210253
Decimal115136171
Hex7388ab

Different shades of #7388ab color code.

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

Light Shade of #7388ab
#93a3be
Dark Shade of #7388ab
#586e93
Saturated Shade of #7388ab
#6885b6
Desaturated Shade of #7388ab
#7e8ba0
Grey scale Shade of #7388ab
#8f8f8f
Brighten Shade
#8ca1c4
Most Readable Shade
#FFFFFF

Shades of #7388ab color code

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

#7388ab
#667898
#596985
#4c5a72
#3f4b5f
#333c4c
#262d39
#191e26
#0c0f13
#000000

Similar Color like #7388ab color

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

#7489ac
#758aad
#768bae
#778caf
#788db0
#798eb1
#7a8fb2
#7b90b3
#7c91b4
#7d92b5
#7e93b6
#7f94b7
#8095b8
#8196b9
#7287aa
#7186a9
#7085a8
#6f84a7
#6e83a6
#6d82a5
#6c81a4
#6b80a3
#6a7fa2
#697ea1
#687da0
#677c9f
#667b9e
#657a9d

Monochromatic Color with #7388ab

#7388ab
#90aad5
#010101
#1d232b
#3a4456
#566680

Tints of #7388ab Color

#7388ab
#8295b4
#92a2bd
#a1afc7
#b1bcd0
#c0cad9
#d0d7e3
#dfe4ec
#eff1f5
#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

#7388ab
#ab9673

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

Split Complementary

#7388ab
#ab7a73
#a4ab73

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

Analogous Color

#739eab
#7393ab
#7388ab
#737dab
#7473ab

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

#7388ab
#ab7388
#88ab73

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

#7388ab
#ab73a4
#ab9673
#73ab7a

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

#7388ab
#ab9673
#a4ab73
#7a73ab

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 #7388ab 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.

#7388ab Color Code Preview on Black Background Color

This is how #7388ab Color will look on black background color. Color contrast ratio is 5.84

#7388ab in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #7388ab

HTML with inline CSS

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

Your Example Paragraph content text in with font color #7388ab

#7388ab color code is use for CSS Background Color

Background color for the above div is #7388ab

HTML with inline CSS

<div style="background-color:#7388ab;"></div>

#7388ab color code is use for CSS Border Color

CSS Border color for the above div is #7388ab

HTML with inline CSS

<div style="border:5px solid #7388ab;"></div>

CSS Border Left color for the above div is #7388ab

HTML with inline CSS

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

CSS Border Right color for the above div is #7388ab

HTML with inline CSS

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

CSS Border Bottom color for the above div is #7388ab

HTML with inline CSS

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

CSS Border Top color for the above div is #7388ab

HTML with inline CSS

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

#7388ab hex Color code used as CSS color Codes

Example CSS Class for usage

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

#7388ab Color code Preview on White Background

This is how #7388ab Color code will look on white background color. Color contrast ratio is 3.60

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

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.