Shades of Glacier #7BA2BE
Tints of Glacier #7BA2BE
RGB
CMYK
RGB Variations
Color information
#7BA2BE (or 0x7BA2BE) is known color: Glacier. HEX triplet: 7B, A2 and BE. RGB value is (123,162,190). Sum of RGB (Red+Green+Blue) = 123+162+190=475 (62% of max value = 765). Red value is 123 (48.44% from 255 or 25.89% from 475); Green value is 162 (63.67% from 255 or 34.11% from 475); Blue value is 190 (74.61% from 255 or 40% from 475); Max value from RGB is 190 - color contains mainly: blue. Hex color #7BA2BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7BA2BE is #845D41. Grayscale: #999999. Windows color (decimal): -8674626 or 12493435. OLE color: 12493435.
HSL color Cylindrical-coordinate representation of color #7BA2BE: hue angle of 205.07º 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 #7BA2BE is Cyan = 0.35, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 123 | 162 | 190 | - |
| CMYK | 0.35 | 0.15 | 0 | 0.25 |
| HSL | 205.07º | 0.34% | 0.61% | - |
| HSV(B) | 205.07º | 0.35% | 0.75% | - |
| XYZ | 30.38 | 33.77 | 53.63 | - |
| YUV | 153.53 | 148.58 | 106.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 162 | 190 | 0.35 | 0.15 | 0 | 0.25 | 205.07 | 0.34 | 0.61 |
| Hex | 7B | A2 | BE | 23 | F | 0 | 19 | CD | 22 | 3D |
| Octal | 173 | 242 | 276 | 43 | 17 | 0 | 31 | 315 | 42 | 75 |
| Binary | 1111011 | 10100010 | 10111110 | 100011 | 1111 | 0 | 11001 | 11001101 | 100010 | 111101 |
Color Harmonies of #7BA2BE
Complementary color
Monochromatic Colors of #7BA2BE
Black with #7BA2BE
Text Example
Text Example
White with #7BA2BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BA2BE; }
p { color: rgb(123,162,190); }
H1.HeaderClassName
{
color: #7BA2BE;
}
.AnyTagClassName
{
color: #7BA2BE;
}
</style>
background-color css
<style>
a { background-color: #7BA2BE; }
a { background-color: rgb(123,162,190); }
div.DivClassName
{
background-color: #7BA2BE;
}
.BgClassName
{
background-color: #7BA2BE;
}
</style>
border-color css
<style>
span { border-color: #7BA2BE; }
span { border-color: rgb(123,162,190); }
td.TdClassName
{
border-color: #7BA2BE;
}
.TagClassName
{
border-color: #7BA2BE;
}
</style>