Shades of Bali Hai #7BA1BA
Tints of Bali Hai #7BA1BA
RGB
CMYK
RGB Variations
Color information
#7BA1BA (or 0x7BA1BA) is known color: Bali Hai. HEX triplet: 7B, A1 and BA. RGB value is (123,161,186). Sum of RGB (Red+Green+Blue) = 123+161+186=470 (62% of max value = 765). Red value is 123 (48.44% from 255 or 26.17% from 470); Green value is 161 (63.28% from 255 or 34.26% from 470); Blue value is 186 (73.05% from 255 or 39.57% from 470); Max value from RGB is 186 - color contains mainly: blue. Hex color #7BA1BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7BA1BA is #845E45. Grayscale: #989898. Windows color (decimal): -8674886 or 12231035. OLE color: 12231035.
HSL color Cylindrical-coordinate representation of color #7BA1BA: hue angle of 203.81º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7BA1BA is Cyan = 0.34, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 123 | 161 | 186 | - |
| CMYK | 0.34 | 0.13 | 0 | 0.27 |
| HSL | 203.81º | 0.31% | 0.61% | - |
| HSV(B) | 203.81º | 0.34% | 0.73% | - |
| XYZ | 29.78 | 33.25 | 51.3 | - |
| YUV | 152.49 | 146.91 | 106.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 161 | 186 | 0.34 | 0.13 | 0 | 0.27 | 203.81 | 0.31 | 0.61 |
| Hex | 7B | A1 | BA | 22 | D | 0 | 1B | CC | 1F | 3D |
| Octal | 173 | 241 | 272 | 42 | 15 | 0 | 33 | 314 | 37 | 75 |
| Binary | 1111011 | 10100001 | 10111010 | 100010 | 1101 | 0 | 11011 | 11001100 | 11111 | 111101 |
Color Harmonies of #7BA1BA
Complementary color
Monochromatic Colors of #7BA1BA
Black with #7BA1BA
Text Example
Text Example
White with #7BA1BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BA1BA; }
p { color: rgb(123,161,186); }
H1.HeaderClassName
{
color: #7BA1BA;
}
.AnyTagClassName
{
color: #7BA1BA;
}
</style>
background-color css
<style>
a { background-color: #7BA1BA; }
a { background-color: rgb(123,161,186); }
div.DivClassName
{
background-color: #7BA1BA;
}
.BgClassName
{
background-color: #7BA1BA;
}
</style>
border-color css
<style>
span { border-color: #7BA1BA; }
span { border-color: rgb(123,161,186); }
td.TdClassName
{
border-color: #7BA1BA;
}
.TagClassName
{
border-color: #7BA1BA;
}
</style>