Shades of Glacier #7BA3BB
Tints of Glacier #7BA3BB
RGB
CMYK
RGB Variations
Color information
#7BA3BB (or 0x7BA3BB) is known color: Glacier. HEX triplet: 7B, A3 and BB. RGB value is (123,163,187). Sum of RGB (Red+Green+Blue) = 123+163+187=473 (62% of max value = 765). Red value is 123 (48.44% from 255 or 26.00% from 473); Green value is 163 (64.06% from 255 or 34.46% from 473); Blue value is 187 (73.44% from 255 or 39.53% from 473); Max value from RGB is 187 - color contains mainly: blue. Hex color #7BA3BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7BA3BB is #845C44. Grayscale: #999999. Windows color (decimal): -8674373 or 12297083. OLE color: 12297083.
HSL color Cylindrical-coordinate representation of color #7BA3BB: hue angle of 202.5º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7BA3BB is Cyan = 0.34, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 123 | 163 | 187 | - |
| CMYK | 0.34 | 0.13 | 0 | 0.27 |
| HSL | 202.5º | 0.32% | 0.61% | - |
| HSV(B) | 202.5º | 0.34% | 0.73% | - |
| XYZ | 30.24 | 33.99 | 51.98 | - |
| YUV | 153.78 | 146.75 | 106.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 163 | 187 | 0.34 | 0.13 | 0 | 0.27 | 202.5 | 0.32 | 0.61 |
| Hex | 7B | A3 | BB | 22 | D | 0 | 1B | CA | 20 | 3D |
| Octal | 173 | 243 | 273 | 42 | 15 | 0 | 33 | 312 | 40 | 75 |
| Binary | 1111011 | 10100011 | 10111011 | 100010 | 1101 | 0 | 11011 | 11001010 | 100000 | 111101 |
Color Harmonies of #7BA3BB
Complementary color
Monochromatic Colors of #7BA3BB
Black with #7BA3BB
Text Example
Text Example
White with #7BA3BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BA3BB; }
p { color: rgb(123,163,187); }
H1.HeaderClassName
{
color: #7BA3BB;
}
.AnyTagClassName
{
color: #7BA3BB;
}
</style>
background-color css
<style>
a { background-color: #7BA3BB; }
a { background-color: rgb(123,163,187); }
div.DivClassName
{
background-color: #7BA3BB;
}
.BgClassName
{
background-color: #7BA3BB;
}
</style>
border-color css
<style>
span { border-color: #7BA3BB; }
span { border-color: rgb(123,163,187); }
td.TdClassName
{
border-color: #7BA3BB;
}
.TagClassName
{
border-color: #7BA3BB;
}
</style>