crispedge.com

Color picker

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

#9095bc hex color - Blue - Cool color - Information

#9095bc hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #9095bc Color code in RGB color code model is created after adding 56.47% red color, 58.43% green color and 73.73% blue color. Hex #9095bc Color code in CMYK color (process color) code model is generated after subtraction of 23% cyan, 21% magenta, 0% yellow and 26% black.

Hex #9095bc color code is between #8899bb web safe hex color code and #9988cc web safe hex color code. #8899bb is the nearest web safe color code. You can see here many more shades of #9095bc color code.

0 Likes 0 Comments | 5 Views

Color Table

Hex Color Code9095bc#9095bc
RGB Decimal144, 149, 188rgb(144, 149, 188)
RGB Percent56%, 58%, 74%rgb(56%, 58%, 74%)
CSS RGBa144, 149, 188,1rgba(144,149,188,1)
CMYK Modelcmyk(23%,21%,0%,26%)
HSL Color Space233,25% ,65%hsl(233,25% ,65%)
HSV Color Space233°, 23%, 74%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary100100001001010110111100
Octal220225274
Decimal144149188
Hex9095bc

Different shades of #9095bc color code.

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

Light Shade of #9095bc
#b0b3cf
Dark Shade of #9095bc
#7077a9
Saturated Shade of #9095bc
#878ec5
Desaturated Shade of #9095bc
#999cb3
Grey scale Shade of #9095bc
#a6a6a6
Brighten Shade
#a9aed5
Most Readable Shade
#000000

Shades of #9095bc color code

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

#9095bc
#8084a7
#707392
#60637d
#505268
#404253
#30313e
#202129
#101014
#000000

Similar Color like #9095bc color

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

#9196bd
#9297be
#9398bf
#9499c0
#959ac1
#969bc2
#979cc3
#989dc4
#999ec5
#9a9fc6
#9ba0c7
#9ca1c8
#9da2c9
#9ea3ca
#8f94bb
#8e93ba
#8d92b9
#8c91b8
#8b90b7
#8a8fb6
#898eb5
#888db4
#878cb3
#868bb2
#858ab1
#8489b0
#8388af
#8287ae

Monochromatic Color with #9095bc

#9095bc
#b1b7e6
#0e0e12
#2e303c
#4f5267
#6f7391

Tints of #9095bc Color

#9095bc
#9ca0c3
#a8acca
#b5b8d2
#c1c4d9
#cdcfe1
#dadbe8
#e6e7f0
#f2f3f7
#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

#9095bc
#bcb790

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

Split Complementary

#9095bc
#bca190
#abbc90

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

Analogous Color

#90a7bc
#909ebc
#9095bc
#9490bc
#9d90bc

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

#9095bc
#bc9095
#95bc90

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

#9095bc
#bc90ab
#bcb790
#90bca1

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

#9095bc
#bcb790
#abbc90
#a190bc

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 #9095bc 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.

#9095bc Color Code Preview on Black Background Color

This is how #9095bc Color will look on black background color. Color contrast ratio is 7.21

#9095bc in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #9095bc

HTML with inline CSS

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

Your Example Paragraph content text in with font color #9095bc

#9095bc color code is use for CSS Background Color

Background color for the above div is #9095bc

HTML with inline CSS

<div style="background-color:#9095bc;"></div>

#9095bc color code is use for CSS Border Color

CSS Border color for the above div is #9095bc

HTML with inline CSS

<div style="border:5px solid #9095bc;"></div>

CSS Border Left color for the above div is #9095bc

HTML with inline CSS

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

CSS Border Right color for the above div is #9095bc

HTML with inline CSS

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

CSS Border Bottom color for the above div is #9095bc

HTML with inline CSS

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

CSS Border Top color for the above div is #9095bc

HTML with inline CSS

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

#9095bc hex Color code used as CSS color Codes

Example CSS Class for usage

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

#9095bc Color code Preview on White Background

This is how #9095bc Color code will look on white background color. Color contrast ratio is 2.91

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

Related Gradients

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

0 Likes 0 Comments | 5 Views

Post your comment:-

By submitting comment you agree to our privacy policy.