Shades of Glacier #7EAEBD
Tints of Glacier #7EAEBD
RGB
CMYK
RGB Variations
Color information
#7EAEBD (or 0x7EAEBD) is known color: Glacier. HEX triplet: 7E, AE and BD. RGB value is (126,174,189). Sum of RGB (Red+Green+Blue) = 126+174+189=489 (64% of max value = 765). Red value is 126 (49.61% from 255 or 25.77% from 489); Green value is 174 (68.36% from 255 or 35.58% from 489); Blue value is 189 (74.22% from 255 or 38.65% from 489); Max value from RGB is 189 - color contains mainly: blue. Hex color #7EAEBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7EAEBD is #815142. Grayscale: #A1A1A1. Windows color (decimal): -8474947 or 12430974. OLE color: 12430974.
HSL color Cylindrical-coordinate representation of color #7EAEBD: hue angle of 194.29º 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 #7EAEBD is Cyan = 0.33, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 126 | 174 | 189 | - |
| CMYK | 0.33 | 0.08 | 0 | 0.26 |
| HSL | 194.29º | 0.32% | 0.62% | - |
| HSV(B) | 194.29º | 0.33% | 0.74% | - |
| XYZ | 32.93 | 38.38 | 53.82 | - |
| YUV | 161.36 | 143.6 | 102.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 174 | 189 | 0.33 | 0.08 | 0 | 0.26 | 194.29 | 0.32 | 0.62 |
| Hex | 7E | AE | BD | 21 | 8 | 0 | 1A | C2 | 20 | 3E |
| Octal | 176 | 256 | 275 | 41 | 10 | 0 | 32 | 302 | 40 | 76 |
| Binary | 1111110 | 10101110 | 10111101 | 100001 | 1000 | 0 | 11010 | 11000010 | 100000 | 111110 |
Color Harmonies of #7EAEBD
Complementary color
Monochromatic Colors of #7EAEBD
Black with #7EAEBD
Text Example
Text Example
White with #7EAEBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EAEBD; }
p { color: rgb(126,174,189); }
H1.HeaderClassName
{
color: #7EAEBD;
}
.AnyTagClassName
{
color: #7EAEBD;
}
</style>
background-color css
<style>
a { background-color: #7EAEBD; }
a { background-color: rgb(126,174,189); }
div.DivClassName
{
background-color: #7EAEBD;
}
.BgClassName
{
background-color: #7EAEBD;
}
</style>
border-color css
<style>
span { border-color: #7EAEBD; }
span { border-color: rgb(126,174,189); }
td.TdClassName
{
border-color: #7EAEBD;
}
.TagClassName
{
border-color: #7EAEBD;
}
</style>