Shades of Glacier #7CA4BE
Tints of Glacier #7CA4BE
RGB
CMYK
RGB Variations
Color information
#7CA4BE (or 0x7CA4BE) is known color: Glacier. HEX triplet: 7C, A4 and BE. RGB value is (124,164,190). Sum of RGB (Red+Green+Blue) = 124+164+190=478 (63% of max value = 765). Red value is 124 (48.83% from 255 or 25.94% from 478); Green value is 164 (64.45% from 255 or 34.31% from 478); Blue value is 190 (74.61% from 255 or 39.75% from 478); Max value from RGB is 190 - color contains mainly: blue. Hex color #7CA4BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7CA4BE is #835B41. Grayscale: #9A9A9A. Windows color (decimal): -8608578 or 12493948. OLE color: 12493948.
HSL color Cylindrical-coordinate representation of color #7CA4BE: hue angle of 203.64º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7CA4BE is Cyan = 0.35, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 124 | 164 | 190 | - |
| CMYK | 0.35 | 0.14 | 0 | 0.25 |
| HSL | 203.64º | 0.34% | 0.62% | - |
| HSV(B) | 203.64º | 0.35% | 0.75% | - |
| XYZ | 30.88 | 34.55 | 53.76 | - |
| YUV | 155 | 147.75 | 105.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 164 | 190 | 0.35 | 0.14 | 0 | 0.25 | 203.64 | 0.34 | 0.62 |
| Hex | 7C | A4 | BE | 23 | E | 0 | 19 | CC | 22 | 3E |
| Octal | 174 | 244 | 276 | 43 | 16 | 0 | 31 | 314 | 42 | 76 |
| Binary | 1111100 | 10100100 | 10111110 | 100011 | 1110 | 0 | 11001 | 11001100 | 100010 | 111110 |
Color Harmonies of #7CA4BE
Complementary color
Monochromatic Colors of #7CA4BE
Black with #7CA4BE
Text Example
Text Example
White with #7CA4BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CA4BE; }
p { color: rgb(124,164,190); }
H1.HeaderClassName
{
color: #7CA4BE;
}
.AnyTagClassName
{
color: #7CA4BE;
}
</style>
background-color css
<style>
a { background-color: #7CA4BE; }
a { background-color: rgb(124,164,190); }
div.DivClassName
{
background-color: #7CA4BE;
}
.BgClassName
{
background-color: #7CA4BE;
}
</style>
border-color css
<style>
span { border-color: #7CA4BE; }
span { border-color: rgb(124,164,190); }
td.TdClassName
{
border-color: #7CA4BE;
}
.TagClassName
{
border-color: #7CA4BE;
}
</style>