Shades of Glacier #7BA7BE
Tints of Glacier #7BA7BE
RGB
CMYK
RGB Variations
Color information
#7BA7BE (or 0x7BA7BE) is known color: Glacier. HEX triplet: 7B, A7 and BE. RGB value is (123,167,190). Sum of RGB (Red+Green+Blue) = 123+167+190=480 (63% of max value = 765). Red value is 123 (48.44% from 255 or 25.62% from 480); Green value is 167 (65.62% from 255 or 34.79% from 480); Blue value is 190 (74.61% from 255 or 39.58% from 480); Max value from RGB is 190 - color contains mainly: blue. Hex color #7BA7BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7BA7BE is #845841. Grayscale: #9C9C9C. Windows color (decimal): -8673346 or 12494715. OLE color: 12494715.
HSL color Cylindrical-coordinate representation of color #7BA7BE: hue angle of 200.6º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7BA7BE is Cyan = 0.35, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 123 | 167 | 190 | - |
| CMYK | 0.35 | 0.12 | 0 | 0.25 |
| HSL | 200.6º | 0.34% | 0.61% | - |
| HSV(B) | 200.6º | 0.35% | 0.75% | - |
| XYZ | 31.28 | 35.57 | 53.93 | - |
| YUV | 156.47 | 146.92 | 104.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 167 | 190 | 0.35 | 0.12 | 0 | 0.25 | 200.6 | 0.34 | 0.61 |
| Hex | 7B | A7 | BE | 23 | C | 0 | 19 | C9 | 22 | 3D |
| Octal | 173 | 247 | 276 | 43 | 14 | 0 | 31 | 311 | 42 | 75 |
| Binary | 1111011 | 10100111 | 10111110 | 100011 | 1100 | 0 | 11001 | 11001001 | 100010 | 111101 |
Color Harmonies of #7BA7BE
Complementary color
Monochromatic Colors of #7BA7BE
Black with #7BA7BE
Text Example
Text Example
White with #7BA7BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BA7BE; }
p { color: rgb(123,167,190); }
H1.HeaderClassName
{
color: #7BA7BE;
}
.AnyTagClassName
{
color: #7BA7BE;
}
</style>
background-color css
<style>
a { background-color: #7BA7BE; }
a { background-color: rgb(123,167,190); }
div.DivClassName
{
background-color: #7BA7BE;
}
.BgClassName
{
background-color: #7BA7BE;
}
</style>
border-color css
<style>
span { border-color: #7BA7BE; }
span { border-color: rgb(123,167,190); }
td.TdClassName
{
border-color: #7BA7BE;
}
.TagClassName
{
border-color: #7BA7BE;
}
</style>