Shades of Glacier #7BA6C1
Tints of Glacier #7BA6C1
RGB
CMYK
RGB Variations
Color information
#7BA6C1 (or 0x7BA6C1) is known color: Glacier. HEX triplet: 7B, A6 and C1. RGB value is (123,166,193). Sum of RGB (Red+Green+Blue) = 123+166+193=482 (63% of max value = 765). Red value is 123 (48.44% from 255 or 25.52% from 482); Green value is 166 (65.23% from 255 or 34.44% from 482); Blue value is 193 (75.78% from 255 or 40.04% from 482); Max value from RGB is 193 - color contains mainly: blue. Hex color #7BA6C1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7BA6C1 is #84593E. Grayscale: #9C9C9C. Windows color (decimal): -8673599 or 12691067. OLE color: 12691067.
HSL color Cylindrical-coordinate representation of color #7BA6C1: hue angle of 203.14º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7BA6C1 is Cyan = 0.36, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 123 | 166 | 193 | - |
| CMYK | 0.36 | 0.14 | 0 | 0.24 |
| HSL | 203.14º | 0.36% | 0.62% | - |
| HSV(B) | 203.14º | 0.36% | 0.76% | - |
| XYZ | 31.43 | 35.33 | 55.62 | - |
| YUV | 156.22 | 148.75 | 104.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 166 | 193 | 0.36 | 0.14 | 0 | 0.24 | 203.14 | 0.36 | 0.62 |
| Hex | 7B | A6 | C1 | 24 | E | 0 | 18 | CB | 24 | 3E |
| Octal | 173 | 246 | 301 | 44 | 16 | 0 | 30 | 313 | 44 | 76 |
| Binary | 1111011 | 10100110 | 11000001 | 100100 | 1110 | 0 | 11000 | 11001011 | 100100 | 111110 |
Color Harmonies of #7BA6C1
Complementary color
Monochromatic Colors of #7BA6C1
Black with #7BA6C1
Text Example
Text Example
White with #7BA6C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BA6C1; }
p { color: rgb(123,166,193); }
H1.HeaderClassName
{
color: #7BA6C1;
}
.AnyTagClassName
{
color: #7BA6C1;
}
</style>
background-color css
<style>
a { background-color: #7BA6C1; }
a { background-color: rgb(123,166,193); }
div.DivClassName
{
background-color: #7BA6C1;
}
.BgClassName
{
background-color: #7BA6C1;
}
</style>
border-color css
<style>
span { border-color: #7BA6C1; }
span { border-color: rgb(123,166,193); }
td.TdClassName
{
border-color: #7BA6C1;
}
.TagClassName
{
border-color: #7BA6C1;
}
</style>