Shades of Bali Hai #789EBA
Tints of Bali Hai #789EBA
RGB
CMYK
RGB Variations
Color information
#789EBA (or 0x789EBA) is known color: Bali Hai. HEX triplet: 78, 9E and BA. RGB value is (120,158,186). Sum of RGB (Red+Green+Blue) = 120+158+186=464 (61% of max value = 765). Red value is 120 (47.27% from 255 or 25.86% from 464); Green value is 158 (62.11% from 255 or 34.05% from 464); Blue value is 186 (73.05% from 255 or 40.09% from 464); Max value from RGB is 186 - color contains mainly: blue. Hex color #789EBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #789EBA is #876145. Grayscale: #959595. Windows color (decimal): -8872262 or 12230264. OLE color: 12230264.
HSL color Cylindrical-coordinate representation of color #789EBA: hue angle of 205.45º 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 #789EBA is Cyan = 0.35, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 120 | 158 | 186 | - |
| CMYK | 0.35 | 0.15 | 0 | 0.27 |
| HSL | 205.45º | 0.32% | 0.6% | - |
| HSV(B) | 205.45º | 0.35% | 0.73% | - |
| XYZ | 28.84 | 31.99 | 51.11 | - |
| YUV | 149.83 | 148.41 | 106.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 158 | 186 | 0.35 | 0.15 | 0 | 0.27 | 205.45 | 0.32 | 0.6 |
| Hex | 78 | 9E | BA | 23 | F | 0 | 1B | CD | 20 | 3C |
| Octal | 170 | 236 | 272 | 43 | 17 | 0 | 33 | 315 | 40 | 74 |
| Binary | 1111000 | 10011110 | 10111010 | 100011 | 1111 | 0 | 11011 | 11001101 | 100000 | 111100 |
Color Harmonies of #789EBA
Complementary color
Monochromatic Colors of #789EBA
Black with #789EBA
Text Example
Text Example
White with #789EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #789EBA; }
p { color: rgb(120,158,186); }
H1.HeaderClassName
{
color: #789EBA;
}
.AnyTagClassName
{
color: #789EBA;
}
</style>
background-color css
<style>
a { background-color: #789EBA; }
a { background-color: rgb(120,158,186); }
div.DivClassName
{
background-color: #789EBA;
}
.BgClassName
{
background-color: #789EBA;
}
</style>
border-color css
<style>
span { border-color: #789EBA; }
span { border-color: rgb(120,158,186); }
td.TdClassName
{
border-color: #789EBA;
}
.TagClassName
{
border-color: #789EBA;
}
</style>