Shades of Glacier #7EA5BD
Tints of Glacier #7EA5BD
RGB
CMYK
RGB Variations
Color information
#7EA5BD (or 0x7EA5BD) is known color: Glacier. HEX triplet: 7E, A5 and BD. RGB value is (126,165,189). Sum of RGB (Red+Green+Blue) = 126+165+189=480 (63% of max value = 765). Red value is 126 (49.61% from 255 or 26.25% from 480); Green value is 165 (64.84% from 255 or 34.38% from 480); Blue value is 189 (74.22% from 255 or 39.38% from 480); Max value from RGB is 189 - color contains mainly: blue. Hex color #7EA5BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7EA5BD is #815A42. Grayscale: #9B9B9B. Windows color (decimal): -8477251 or 12428670. OLE color: 12428670.
HSL color Cylindrical-coordinate representation of color #7EA5BD: hue angle of 202.86º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7EA5BD is Cyan = 0.33, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 126 | 165 | 189 | - |
| CMYK | 0.33 | 0.13 | 0 | 0.26 |
| HSL | 202.86º | 0.32% | 0.62% | - |
| HSV(B) | 202.86º | 0.33% | 0.74% | - |
| XYZ | 31.24 | 35.02 | 53.26 | - |
| YUV | 156.08 | 146.58 | 106.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 165 | 189 | 0.33 | 0.13 | 0 | 0.26 | 202.86 | 0.32 | 0.62 |
| Hex | 7E | A5 | BD | 21 | D | 0 | 1A | CB | 20 | 3E |
| Octal | 176 | 245 | 275 | 41 | 15 | 0 | 32 | 313 | 40 | 76 |
| Binary | 1111110 | 10100101 | 10111101 | 100001 | 1101 | 0 | 11010 | 11001011 | 100000 | 111110 |
Color Harmonies of #7EA5BD
Complementary color
Monochromatic Colors of #7EA5BD
Black with #7EA5BD
Text Example
Text Example
White with #7EA5BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EA5BD; }
p { color: rgb(126,165,189); }
H1.HeaderClassName
{
color: #7EA5BD;
}
.AnyTagClassName
{
color: #7EA5BD;
}
</style>
background-color css
<style>
a { background-color: #7EA5BD; }
a { background-color: rgb(126,165,189); }
div.DivClassName
{
background-color: #7EA5BD;
}
.BgClassName
{
background-color: #7EA5BD;
}
</style>
border-color css
<style>
span { border-color: #7EA5BD; }
span { border-color: rgb(126,165,189); }
td.TdClassName
{
border-color: #7EA5BD;
}
.TagClassName
{
border-color: #7EA5BD;
}
</style>