Shades of Glacier #7FA8BE
Tints of Glacier #7FA8BE
RGB
CMYK
RGB Variations
Color information
#7FA8BE (or 0x7FA8BE) is known color: Glacier. HEX triplet: 7F, A8 and BE. RGB value is (127,168,190). Sum of RGB (Red+Green+Blue) = 127+168+190=485 (64% of max value = 765). Red value is 127 (50% from 255 or 26.19% from 485); Green value is 168 (66.02% from 255 or 34.64% from 485); Blue value is 190 (74.61% from 255 or 39.18% from 485); Max value from RGB is 190 - color contains mainly: blue. Hex color #7FA8BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7FA8BE is #805741. Grayscale: #9E9E9E. Windows color (decimal): -8410946 or 12494975. OLE color: 12494975.
HSL color Cylindrical-coordinate representation of color #7FA8BE: hue angle of 200.95º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7FA8BE is Cyan = 0.33, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 127 | 168 | 190 | - |
| CMYK | 0.33 | 0.12 | 0 | 0.25 |
| HSL | 200.95º | 0.33% | 0.62% | - |
| HSV(B) | 200.95º | 0.33% | 0.75% | - |
| XYZ | 32.05 | 36.24 | 54.02 | - |
| YUV | 158.25 | 145.92 | 105.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 168 | 190 | 0.33 | 0.12 | 0 | 0.25 | 200.95 | 0.33 | 0.62 |
| Hex | 7F | A8 | BE | 21 | C | 0 | 19 | C9 | 21 | 3E |
| Octal | 177 | 250 | 276 | 41 | 14 | 0 | 31 | 311 | 41 | 76 |
| Binary | 1111111 | 10101000 | 10111110 | 100001 | 1100 | 0 | 11001 | 11001001 | 100001 | 111110 |
Color Harmonies of #7FA8BE
Complementary color
Monochromatic Colors of #7FA8BE
Black with #7FA8BE
Text Example
Text Example
White with #7FA8BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FA8BE; }
p { color: rgb(127,168,190); }
H1.HeaderClassName
{
color: #7FA8BE;
}
.AnyTagClassName
{
color: #7FA8BE;
}
</style>
background-color css
<style>
a { background-color: #7FA8BE; }
a { background-color: rgb(127,168,190); }
div.DivClassName
{
background-color: #7FA8BE;
}
.BgClassName
{
background-color: #7FA8BE;
}
</style>
border-color css
<style>
span { border-color: #7FA8BE; }
span { border-color: rgb(127,168,190); }
td.TdClassName
{
border-color: #7FA8BE;
}
.TagClassName
{
border-color: #7FA8BE;
}
</style>