Shades of Bali Hai #7EA1BA
Tints of Bali Hai #7EA1BA
RGB
CMYK
RGB Variations
Color information
#7EA1BA (or 0x7EA1BA) is known color: Bali Hai. HEX triplet: 7E, A1 and BA. RGB value is (126,161,186). Sum of RGB (Red+Green+Blue) = 126+161+186=473 (62% of max value = 765). Red value is 126 (49.61% from 255 or 26.64% from 473); Green value is 161 (63.28% from 255 or 34.04% from 473); Blue value is 186 (73.05% from 255 or 39.32% from 473); Max value from RGB is 186 - color contains mainly: blue. Hex color #7EA1BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7EA1BA is #815E45. Grayscale: #999999. Windows color (decimal): -8478278 or 12231038. OLE color: 12231038.
HSL color Cylindrical-coordinate representation of color #7EA1BA: hue angle of 205º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7EA1BA is Cyan = 0.32, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 126 | 161 | 186 | - |
| CMYK | 0.32 | 0.13 | 0 | 0.27 |
| HSL | 205º | 0.3% | 0.61% | - |
| HSV(B) | 205º | 0.32% | 0.73% | - |
| XYZ | 30.21 | 33.47 | 51.32 | - |
| YUV | 153.39 | 146.4 | 108.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 161 | 186 | 0.32 | 0.13 | 0 | 0.27 | 205 | 0.3 | 0.61 |
| Hex | 7E | A1 | BA | 20 | D | 0 | 1B | CD | 1E | 3D |
| Octal | 176 | 241 | 272 | 40 | 15 | 0 | 33 | 315 | 36 | 75 |
| Binary | 1111110 | 10100001 | 10111010 | 100000 | 1101 | 0 | 11011 | 11001101 | 11110 | 111101 |
Color Harmonies of #7EA1BA
Complementary color
Monochromatic Colors of #7EA1BA
Black with #7EA1BA
Text Example
Text Example
White with #7EA1BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EA1BA; }
p { color: rgb(126,161,186); }
H1.HeaderClassName
{
color: #7EA1BA;
}
.AnyTagClassName
{
color: #7EA1BA;
}
</style>
background-color css
<style>
a { background-color: #7EA1BA; }
a { background-color: rgb(126,161,186); }
div.DivClassName
{
background-color: #7EA1BA;
}
.BgClassName
{
background-color: #7EA1BA;
}
</style>
border-color css
<style>
span { border-color: #7EA1BA; }
span { border-color: rgb(126,161,186); }
td.TdClassName
{
border-color: #7EA1BA;
}
.TagClassName
{
border-color: #7EA1BA;
}
</style>