Shades of Bali Hai #789BBA
Tints of Bali Hai #789BBA
RGB
CMYK
RGB Variations
Color information
#789BBA (or 0x789BBA) is known color: Bali Hai. HEX triplet: 78, 9B and BA. RGB value is (120,155,186). Sum of RGB (Red+Green+Blue) = 120+155+186=461 (61% of max value = 765). Red value is 120 (47.27% from 255 or 26.03% from 461); Green value is 155 (60.94% from 255 or 33.62% from 461); Blue value is 186 (73.05% from 255 or 40.35% from 461); Max value from RGB is 186 - color contains mainly: blue. Hex color #789BBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #789BBA is #876445. Grayscale: #939393. Windows color (decimal): -8873030 or 12229496. OLE color: 12229496.
HSL color Cylindrical-coordinate representation of color #789BBA: hue angle of 208.18º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #789BBA is Cyan = 0.35, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 120 | 155 | 186 | - |
| CMYK | 0.35 | 0.17 | 0 | 0.27 |
| HSL | 208.18º | 0.32% | 0.6% | - |
| HSV(B) | 208.18º | 0.35% | 0.73% | - |
| XYZ | 28.33 | 30.98 | 50.94 | - |
| YUV | 148.07 | 149.4 | 107.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 155 | 186 | 0.35 | 0.17 | 0 | 0.27 | 208.18 | 0.32 | 0.6 |
| Hex | 78 | 9B | BA | 23 | 11 | 0 | 1B | D0 | 20 | 3C |
| Octal | 170 | 233 | 272 | 43 | 21 | 0 | 33 | 320 | 40 | 74 |
| Binary | 1111000 | 10011011 | 10111010 | 100011 | 10001 | 0 | 11011 | 11010000 | 100000 | 111100 |
Color Harmonies of #789BBA
Complementary color
Monochromatic Colors of #789BBA
Black with #789BBA
Text Example
Text Example
White with #789BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #789BBA; }
p { color: rgb(120,155,186); }
H1.HeaderClassName
{
color: #789BBA;
}
.AnyTagClassName
{
color: #789BBA;
}
</style>
background-color css
<style>
a { background-color: #789BBA; }
a { background-color: rgb(120,155,186); }
div.DivClassName
{
background-color: #789BBA;
}
.BgClassName
{
background-color: #789BBA;
}
</style>
border-color css
<style>
span { border-color: #789BBA; }
span { border-color: rgb(120,155,186); }
td.TdClassName
{
border-color: #789BBA;
}
.TagClassName
{
border-color: #789BBA;
}
</style>