CSS Color Background

Gray-Blue

Pure CSS color background: #8C92AC. Use this solid color for personal and commercial creative projects.

Preview

Gray-Blue solid color background preview (#8C92AC)

Color value: #8C92AC

Available Resolutions

Choose any resolution to download this same solid color as JPG.

Download all sizes

CSS Code

.hero { background-color: #8C92AC; }

HTML Code

<section class="hero gray-blue-bg"> <h2>Your content</h2> </section> <style> .gray-blue-bg { background-color: #8C92AC; } </style>