Shades of Glacier #7FA9BC
Tints of Glacier #7FA9BC
RGB
CMYK
RGB Variations
Color information
#7FA9BC (or 0x7FA9BC) is known color: Glacier. HEX triplet: 7F, A9 and BC. RGB value is (127,169,188). Sum of RGB (Red+Green+Blue) = 127+169+188=484 (64% of max value = 765). Red value is 127 (50% from 255 or 26.24% from 484); Green value is 169 (66.41% from 255 or 34.92% from 484); Blue value is 188 (73.83% from 255 or 38.84% from 484); Max value from RGB is 188 - color contains mainly: blue. Hex color #7FA9BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7FA9BC is #805643. Grayscale: #9E9E9E. Windows color (decimal): -8410692 or 12364159. OLE color: 12364159.
HSL color Cylindrical-coordinate representation of color #7FA9BC: hue angle of 198.69º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7FA9BC is Cyan = 0.32, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 127 | 169 | 188 | - |
| CMYK | 0.32 | 0.10 | 0 | 0.26 |
| HSL | 198.69º | 0.31% | 0.62% | - |
| HSV(B) | 198.69º | 0.32% | 0.74% | - |
| XYZ | 32.02 | 36.52 | 52.94 | - |
| YUV | 158.61 | 144.59 | 105.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 169 | 188 | 0.32 | 0.10 | 0 | 0.26 | 198.69 | 0.31 | 0.62 |
| Hex | 7F | A9 | BC | 20 | A | 0 | 1A | C7 | 1F | 3E |
| Octal | 177 | 251 | 274 | 40 | 12 | 0 | 32 | 307 | 37 | 76 |
| Binary | 1111111 | 10101001 | 10111100 | 100000 | 1010 | 0 | 11010 | 11000111 | 11111 | 111110 |
Color Harmonies of #7FA9BC
Complementary color
Monochromatic Colors of #7FA9BC
Black with #7FA9BC
Text Example
Text Example
White with #7FA9BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FA9BC; }
p { color: rgb(127,169,188); }
H1.HeaderClassName
{
color: #7FA9BC;
}
.AnyTagClassName
{
color: #7FA9BC;
}
</style>
background-color css
<style>
a { background-color: #7FA9BC; }
a { background-color: rgb(127,169,188); }
div.DivClassName
{
background-color: #7FA9BC;
}
.BgClassName
{
background-color: #7FA9BC;
}
</style>
border-color css
<style>
span { border-color: #7FA9BC; }
span { border-color: rgb(127,169,188); }
td.TdClassName
{
border-color: #7FA9BC;
}
.TagClassName
{
border-color: #7FA9BC;
}
</style>