Shades of Bali Hai #7BA1BC
Tints of Bali Hai #7BA1BC
RGB
CMYK
RGB Variations
Color information
#7BA1BC (or 0x7BA1BC) is known color: Bali Hai. HEX triplet: 7B, A1 and BC. RGB value is (123,161,188). Sum of RGB (Red+Green+Blue) = 123+161+188=472 (62% of max value = 765). Red value is 123 (48.44% from 255 or 26.06% from 472); Green value is 161 (63.28% from 255 or 34.11% from 472); Blue value is 188 (73.83% from 255 or 39.83% from 472); Max value from RGB is 188 - color contains mainly: blue. Hex color #7BA1BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7BA1BC is #845E43. Grayscale: #989898. Windows color (decimal): -8674884 or 12362107. OLE color: 12362107.
HSL color Cylindrical-coordinate representation of color #7BA1BC: hue angle of 204.92º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7BA1BC is Cyan = 0.35, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 123 | 161 | 188 | - |
| CMYK | 0.35 | 0.14 | 0 | 0.26 |
| HSL | 204.92º | 0.33% | 0.61% | - |
| HSV(B) | 204.92º | 0.35% | 0.74% | - |
| XYZ | 29.99 | 33.33 | 52.43 | - |
| YUV | 152.72 | 147.91 | 106.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 161 | 188 | 0.35 | 0.14 | 0 | 0.26 | 204.92 | 0.33 | 0.61 |
| Hex | 7B | A1 | BC | 23 | E | 0 | 1A | CD | 21 | 3D |
| Octal | 173 | 241 | 274 | 43 | 16 | 0 | 32 | 315 | 41 | 75 |
| Binary | 1111011 | 10100001 | 10111100 | 100011 | 1110 | 0 | 11010 | 11001101 | 100001 | 111101 |
Color Harmonies of #7BA1BC
Complementary color
Monochromatic Colors of #7BA1BC
Black with #7BA1BC
Text Example
Text Example
White with #7BA1BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BA1BC; }
p { color: rgb(123,161,188); }
H1.HeaderClassName
{
color: #7BA1BC;
}
.AnyTagClassName
{
color: #7BA1BC;
}
</style>
background-color css
<style>
a { background-color: #7BA1BC; }
a { background-color: rgb(123,161,188); }
div.DivClassName
{
background-color: #7BA1BC;
}
.BgClassName
{
background-color: #7BA1BC;
}
</style>
border-color css
<style>
span { border-color: #7BA1BC; }
span { border-color: rgb(123,161,188); }
td.TdClassName
{
border-color: #7BA1BC;
}
.TagClassName
{
border-color: #7BA1BC;
}
</style>