Shades of Glacier #7FA9BD
Tints of Glacier #7FA9BD
RGB
CMYK
RGB Variations
Color information
#7FA9BD (or 0x7FA9BD) is known color: Glacier. HEX triplet: 7F, A9 and BD. RGB value is (127,169,189). Sum of RGB (Red+Green+Blue) = 127+169+189=485 (64% of max value = 765). Red value is 127 (50% from 255 or 26.19% from 485); Green value is 169 (66.41% from 255 or 34.85% from 485); Blue value is 189 (74.22% from 255 or 38.97% from 485); Max value from RGB is 189 - color contains mainly: blue. Hex color #7FA9BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7FA9BD is #805642. Grayscale: #9E9E9E. Windows color (decimal): -8410691 or 12429695. OLE color: 12429695.
HSL color Cylindrical-coordinate representation of color #7FA9BD: hue angle of 199.35º 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 #7FA9BD is Cyan = 0.33, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 127 | 169 | 189 | - |
| CMYK | 0.33 | 0.11 | 0 | 0.26 |
| HSL | 199.35º | 0.32% | 0.62% | - |
| HSV(B) | 199.35º | 0.33% | 0.74% | - |
| XYZ | 32.13 | 36.56 | 53.51 | - |
| YUV | 158.72 | 145.09 | 105.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 169 | 189 | 0.33 | 0.11 | 0 | 0.26 | 199.35 | 0.32 | 0.62 |
| Hex | 7F | A9 | BD | 21 | B | 0 | 1A | C7 | 20 | 3E |
| Octal | 177 | 251 | 275 | 41 | 13 | 0 | 32 | 307 | 40 | 76 |
| Binary | 1111111 | 10101001 | 10111101 | 100001 | 1011 | 0 | 11010 | 11000111 | 100000 | 111110 |
Color Harmonies of #7FA9BD
Complementary color
Monochromatic Colors of #7FA9BD
Black with #7FA9BD
Text Example
Text Example
White with #7FA9BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FA9BD; }
p { color: rgb(127,169,189); }
H1.HeaderClassName
{
color: #7FA9BD;
}
.AnyTagClassName
{
color: #7FA9BD;
}
</style>
background-color css
<style>
a { background-color: #7FA9BD; }
a { background-color: rgb(127,169,189); }
div.DivClassName
{
background-color: #7FA9BD;
}
.BgClassName
{
background-color: #7FA9BD;
}
</style>
border-color css
<style>
span { border-color: #7FA9BD; }
span { border-color: rgb(127,169,189); }
td.TdClassName
{
border-color: #7FA9BD;
}
.TagClassName
{
border-color: #7FA9BD;
}
</style>