Shades of Bali Hai #789DBA
Tints of Bali Hai #789DBA
RGB
CMYK
RGB Variations
Color information
#789DBA (or 0x789DBA) is known color: Bali Hai. HEX triplet: 78, 9D and BA. RGB value is (120,157,186). Sum of RGB (Red+Green+Blue) = 120+157+186=463 (61% of max value = 765). Red value is 120 (47.27% from 255 or 25.92% from 463); Green value is 157 (61.72% from 255 or 33.91% from 463); Blue value is 186 (73.05% from 255 or 40.17% from 463); Max value from RGB is 186 - color contains mainly: blue. Hex color #789DBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #789DBA is #876245. Grayscale: #959595. Windows color (decimal): -8872518 or 12230008. OLE color: 12230008.
HSL color Cylindrical-coordinate representation of color #789DBA: hue angle of 206.36º 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 #789DBA is Cyan = 0.35, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 120 | 157 | 186 | - |
| CMYK | 0.35 | 0.16 | 0 | 0.27 |
| HSL | 206.36º | 0.32% | 0.6% | - |
| HSV(B) | 206.36º | 0.35% | 0.73% | - |
| XYZ | 28.67 | 31.65 | 51.05 | - |
| YUV | 149.24 | 148.74 | 107.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 157 | 186 | 0.35 | 0.16 | 0 | 0.27 | 206.36 | 0.32 | 0.6 |
| Hex | 78 | 9D | BA | 23 | 10 | 0 | 1B | CE | 20 | 3C |
| Octal | 170 | 235 | 272 | 43 | 20 | 0 | 33 | 316 | 40 | 74 |
| Binary | 1111000 | 10011101 | 10111010 | 100011 | 10000 | 0 | 11011 | 11001110 | 100000 | 111100 |
Color Harmonies of #789DBA
Complementary color
Monochromatic Colors of #789DBA
Black with #789DBA
Text Example
Text Example
White with #789DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #789DBA; }
p { color: rgb(120,157,186); }
H1.HeaderClassName
{
color: #789DBA;
}
.AnyTagClassName
{
color: #789DBA;
}
</style>
background-color css
<style>
a { background-color: #789DBA; }
a { background-color: rgb(120,157,186); }
div.DivClassName
{
background-color: #789DBA;
}
.BgClassName
{
background-color: #789DBA;
}
</style>
border-color css
<style>
span { border-color: #789DBA; }
span { border-color: rgb(120,157,186); }
td.TdClassName
{
border-color: #789DBA;
}
.TagClassName
{
border-color: #789DBA;
}
</style>