Shades of Bali Hai #7EA1B9
Tints of Bali Hai #7EA1B9
RGB
CMYK
RGB Variations
Color information
#7EA1B9 (or 0x7EA1B9) is known color: Bali Hai. HEX triplet: 7E, A1 and B9. RGB value is (126,161,185). Sum of RGB (Red+Green+Blue) = 126+161+185=472 (62% of max value = 765). Red value is 126 (49.61% from 255 or 26.69% from 472); Green value is 161 (63.28% from 255 or 34.11% from 472); Blue value is 185 (72.66% from 255 or 39.19% from 472); Max value from RGB is 185 - color contains mainly: blue. Hex color #7EA1B9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7EA1B9 is #815E46. Grayscale: #999999. Windows color (decimal): -8478279 or 12165502. OLE color: 12165502.
HSL color Cylindrical-coordinate representation of color #7EA1B9: hue angle of 204.41º 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 #7EA1B9 is Cyan = 0.32, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 126 | 161 | 185 | - |
| CMYK | 0.32 | 0.13 | 0 | 0.27 |
| HSL | 204.41º | 0.3% | 0.61% | - |
| HSV(B) | 204.41º | 0.32% | 0.73% | - |
| XYZ | 30.11 | 33.43 | 50.76 | - |
| YUV | 153.27 | 145.9 | 108.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 161 | 185 | 0.32 | 0.13 | 0 | 0.27 | 204.41 | 0.3 | 0.61 |
| Hex | 7E | A1 | B9 | 20 | D | 0 | 1B | CC | 1E | 3D |
| Octal | 176 | 241 | 271 | 40 | 15 | 0 | 33 | 314 | 36 | 75 |
| Binary | 1111110 | 10100001 | 10111001 | 100000 | 1101 | 0 | 11011 | 11001100 | 11110 | 111101 |
Color Harmonies of #7EA1B9
Complementary color
Monochromatic Colors of #7EA1B9
Black with #7EA1B9
Text Example
Text Example
White with #7EA1B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EA1B9; }
p { color: rgb(126,161,185); }
H1.HeaderClassName
{
color: #7EA1B9;
}
.AnyTagClassName
{
color: #7EA1B9;
}
</style>
background-color css
<style>
a { background-color: #7EA1B9; }
a { background-color: rgb(126,161,185); }
div.DivClassName
{
background-color: #7EA1B9;
}
.BgClassName
{
background-color: #7EA1B9;
}
</style>
border-color css
<style>
span { border-color: #7EA1B9; }
span { border-color: rgb(126,161,185); }
td.TdClassName
{
border-color: #7EA1B9;
}
.TagClassName
{
border-color: #7EA1B9;
}
</style>