Shades of Bali Hai #7BA2BB
Tints of Bali Hai #7BA2BB
RGB
CMYK
RGB Variations
Color information
#7BA2BB (or 0x7BA2BB) is known color: Bali Hai. HEX triplet: 7B, A2 and BB. RGB value is (123,162,187). Sum of RGB (Red+Green+Blue) = 123+162+187=472 (62% of max value = 765). Red value is 123 (48.44% from 255 or 26.06% from 472); Green value is 162 (63.67% from 255 or 34.32% from 472); Blue value is 187 (73.44% from 255 or 39.62% from 472); Max value from RGB is 187 - color contains mainly: blue. Hex color #7BA2BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7BA2BB is #845D44. Grayscale: #999999. Windows color (decimal): -8674629 or 12296827. OLE color: 12296827.
HSL color Cylindrical-coordinate representation of color #7BA2BB: hue angle of 203.44º degrees, saturation: 0.32, 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 #7BA2BB is Cyan = 0.34, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 123 | 162 | 187 | - |
| CMYK | 0.34 | 0.13 | 0 | 0.27 |
| HSL | 203.44º | 0.32% | 0.61% | - |
| HSV(B) | 203.44º | 0.34% | 0.73% | - |
| XYZ | 30.06 | 33.64 | 51.92 | - |
| YUV | 153.19 | 147.08 | 106.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 162 | 187 | 0.34 | 0.13 | 0 | 0.27 | 203.44 | 0.32 | 0.61 |
| Hex | 7B | A2 | BB | 22 | D | 0 | 1B | CB | 20 | 3D |
| Octal | 173 | 242 | 273 | 42 | 15 | 0 | 33 | 313 | 40 | 75 |
| Binary | 1111011 | 10100010 | 10111011 | 100010 | 1101 | 0 | 11011 | 11001011 | 100000 | 111101 |
Color Harmonies of #7BA2BB
Complementary color
Monochromatic Colors of #7BA2BB
Black with #7BA2BB
Text Example
Text Example
White with #7BA2BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BA2BB; }
p { color: rgb(123,162,187); }
H1.HeaderClassName
{
color: #7BA2BB;
}
.AnyTagClassName
{
color: #7BA2BB;
}
</style>
background-color css
<style>
a { background-color: #7BA2BB; }
a { background-color: rgb(123,162,187); }
div.DivClassName
{
background-color: #7BA2BB;
}
.BgClassName
{
background-color: #7BA2BB;
}
</style>
border-color css
<style>
span { border-color: #7BA2BB; }
span { border-color: rgb(123,162,187); }
td.TdClassName
{
border-color: #7BA2BB;
}
.TagClassName
{
border-color: #7BA2BB;
}
</style>