Shades of Glacier #7CA5BA
Tints of Glacier #7CA5BA
RGB
CMYK
RGB Variations
Color information
#7CA5BA (or 0x7CA5BA) is known color: Glacier. HEX triplet: 7C, A5 and BA. RGB value is (124,165,186). Sum of RGB (Red+Green+Blue) = 124+165+186=475 (62% of max value = 765). Red value is 124 (48.83% from 255 or 26.11% from 475); Green value is 165 (64.84% from 255 or 34.74% from 475); Blue value is 186 (73.05% from 255 or 39.16% from 475); Max value from RGB is 186 - color contains mainly: blue. Hex color #7CA5BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7CA5BA is #835A45. Grayscale: #9B9B9B. Windows color (decimal): -8608326 or 12232060. OLE color: 12232060.
HSL color Cylindrical-coordinate representation of color #7CA5BA: hue angle of 200.32º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7CA5BA is Cyan = 0.33, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 124 | 165 | 186 | - |
| CMYK | 0.33 | 0.11 | 0 | 0.27 |
| HSL | 200.32º | 0.31% | 0.61% | - |
| HSV(B) | 200.32º | 0.33% | 0.73% | - |
| XYZ | 30.63 | 34.74 | 51.55 | - |
| YUV | 155.14 | 145.42 | 105.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 165 | 186 | 0.33 | 0.11 | 0 | 0.27 | 200.32 | 0.31 | 0.61 |
| Hex | 7C | A5 | BA | 21 | B | 0 | 1B | C8 | 1F | 3D |
| Octal | 174 | 245 | 272 | 41 | 13 | 0 | 33 | 310 | 37 | 75 |
| Binary | 1111100 | 10100101 | 10111010 | 100001 | 1011 | 0 | 11011 | 11001000 | 11111 | 111101 |
Color Harmonies of #7CA5BA
Complementary color
Monochromatic Colors of #7CA5BA
Black with #7CA5BA
Text Example
Text Example
White with #7CA5BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CA5BA; }
p { color: rgb(124,165,186); }
H1.HeaderClassName
{
color: #7CA5BA;
}
.AnyTagClassName
{
color: #7CA5BA;
}
</style>
background-color css
<style>
a { background-color: #7CA5BA; }
a { background-color: rgb(124,165,186); }
div.DivClassName
{
background-color: #7CA5BA;
}
.BgClassName
{
background-color: #7CA5BA;
}
</style>
border-color css
<style>
span { border-color: #7CA5BA; }
span { border-color: rgb(124,165,186); }
td.TdClassName
{
border-color: #7CA5BA;
}
.TagClassName
{
border-color: #7CA5BA;
}
</style>