Shades of Glacier #7FA8B5
Tints of Glacier #7FA8B5
RGB
CMYK
RGB Variations
Color information
#7FA8B5 (or 0x7FA8B5) is known color: Glacier. HEX triplet: 7F, A8 and B5. RGB value is (127,168,181). Sum of RGB (Red+Green+Blue) = 127+168+181=476 (63% of max value = 765). Red value is 127 (50% from 255 or 26.68% from 476); Green value is 168 (66.02% from 255 or 35.29% from 476); Blue value is 181 (71.09% from 255 or 38.03% from 476); Max value from RGB is 181 - color contains mainly: blue. Hex color #7FA8B5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7FA8B5 is #80574A. Grayscale: #9D9D9D. Windows color (decimal): -8410955 or 11905151. OLE color: 11905151.
HSL color Cylindrical-coordinate representation of color #7FA8B5: hue angle of 194.44º degrees, saturation: 0.27, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7FA8B5 is Cyan = 0.30, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 127 | 168 | 181 | - |
| CMYK | 0.30 | 0.07 | 0 | 0.29 |
| HSL | 194.44º | 0.27% | 0.6% | - |
| HSV(B) | 194.44º | 0.3% | 0.71% | - |
| XYZ | 31.1 | 35.85 | 49 | - |
| YUV | 157.22 | 141.42 | 106.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 168 | 181 | 0.30 | 0.07 | 0 | 0.29 | 194.44 | 0.27 | 0.6 |
| Hex | 7F | A8 | B5 | 1E | 7 | 0 | 1D | C2 | 1B | 3C |
| Octal | 177 | 250 | 265 | 36 | 7 | 0 | 35 | 302 | 33 | 74 |
| Binary | 1111111 | 10101000 | 10110101 | 11110 | 111 | 0 | 11101 | 11000010 | 11011 | 111100 |
Color Harmonies of #7FA8B5
Complementary color
Monochromatic Colors of #7FA8B5
Black with #7FA8B5
Text Example
Text Example
White with #7FA8B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FA8B5; }
p { color: rgb(127,168,181); }
H1.HeaderClassName
{
color: #7FA8B5;
}
.AnyTagClassName
{
color: #7FA8B5;
}
</style>
background-color css
<style>
a { background-color: #7FA8B5; }
a { background-color: rgb(127,168,181); }
div.DivClassName
{
background-color: #7FA8B5;
}
.BgClassName
{
background-color: #7FA8B5;
}
</style>
border-color css
<style>
span { border-color: #7FA8B5; }
span { border-color: rgb(127,168,181); }
td.TdClassName
{
border-color: #7FA8B5;
}
.TagClassName
{
border-color: #7FA8B5;
}
</style>