Shades of Bali Hai #7CA2BA
Tints of Bali Hai #7CA2BA
RGB
CMYK
RGB Variations
Color information
#7CA2BA (or 0x7CA2BA) is known color: Bali Hai. HEX triplet: 7C, A2 and BA. RGB value is (124,162,186). Sum of RGB (Red+Green+Blue) = 124+162+186=472 (62% of max value = 765). Red value is 124 (48.83% from 255 or 26.27% from 472); Green value is 162 (63.67% from 255 or 34.32% from 472); Blue value is 186 (73.05% from 255 or 39.41% from 472); Max value from RGB is 186 - color contains mainly: blue. Hex color #7CA2BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7CA2BA is #835D45. Grayscale: #999999. Windows color (decimal): -8609094 or 12231292. OLE color: 12231292.
HSL color Cylindrical-coordinate representation of color #7CA2BA: hue angle of 203.23º 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 #7CA2BA is Cyan = 0.33, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 124 | 162 | 186 | - |
| CMYK | 0.33 | 0.13 | 0 | 0.27 |
| HSL | 203.23º | 0.31% | 0.61% | - |
| HSV(B) | 203.23º | 0.33% | 0.73% | - |
| XYZ | 30.1 | 33.67 | 51.37 | - |
| YUV | 153.37 | 146.41 | 107.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 162 | 186 | 0.33 | 0.13 | 0 | 0.27 | 203.23 | 0.31 | 0.61 |
| Hex | 7C | A2 | BA | 21 | D | 0 | 1B | CB | 1F | 3D |
| Octal | 174 | 242 | 272 | 41 | 15 | 0 | 33 | 313 | 37 | 75 |
| Binary | 1111100 | 10100010 | 10111010 | 100001 | 1101 | 0 | 11011 | 11001011 | 11111 | 111101 |
Color Harmonies of #7CA2BA
Complementary color
Monochromatic Colors of #7CA2BA
Black with #7CA2BA
Text Example
Text Example
White with #7CA2BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CA2BA; }
p { color: rgb(124,162,186); }
H1.HeaderClassName
{
color: #7CA2BA;
}
.AnyTagClassName
{
color: #7CA2BA;
}
</style>
background-color css
<style>
a { background-color: #7CA2BA; }
a { background-color: rgb(124,162,186); }
div.DivClassName
{
background-color: #7CA2BA;
}
.BgClassName
{
background-color: #7CA2BA;
}
</style>
border-color css
<style>
span { border-color: #7CA2BA; }
span { border-color: rgb(124,162,186); }
td.TdClassName
{
border-color: #7CA2BA;
}
.TagClassName
{
border-color: #7CA2BA;
}
</style>