Shades of Bali Hai #789EBC
Tints of Bali Hai #789EBC
RGB
CMYK
RGB Variations
Color information
#789EBC (or 0x789EBC) is known color: Bali Hai. HEX triplet: 78, 9E and BC. RGB value is (120,158,188). Sum of RGB (Red+Green+Blue) = 120+158+188=466 (61% of max value = 765). Red value is 120 (47.27% from 255 or 25.75% from 466); Green value is 158 (62.11% from 255 or 33.91% from 466); Blue value is 188 (73.83% from 255 or 40.34% from 466); Max value from RGB is 188 - color contains mainly: blue. Hex color #789EBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #789EBC is #876143. Grayscale: #959595. Windows color (decimal): -8872260 or 12361336. OLE color: 12361336.
HSL color Cylindrical-coordinate representation of color #789EBC: hue angle of 206.47º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #789EBC is Cyan = 0.36, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 120 | 158 | 188 | - |
| CMYK | 0.36 | 0.16 | 0 | 0.26 |
| HSL | 206.47º | 0.34% | 0.6% | - |
| HSV(B) | 206.47º | 0.36% | 0.74% | - |
| XYZ | 29.05 | 32.08 | 52.24 | - |
| YUV | 150.06 | 149.41 | 106.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 158 | 188 | 0.36 | 0.16 | 0 | 0.26 | 206.47 | 0.34 | 0.6 |
| Hex | 78 | 9E | BC | 24 | 10 | 0 | 1A | CE | 22 | 3C |
| Octal | 170 | 236 | 274 | 44 | 20 | 0 | 32 | 316 | 42 | 74 |
| Binary | 1111000 | 10011110 | 10111100 | 100100 | 10000 | 0 | 11010 | 11001110 | 100010 | 111100 |
Color Harmonies of #789EBC
Complementary color
Monochromatic Colors of #789EBC
Black with #789EBC
Text Example
Text Example
White with #789EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #789EBC; }
p { color: rgb(120,158,188); }
H1.HeaderClassName
{
color: #789EBC;
}
.AnyTagClassName
{
color: #789EBC;
}
</style>
background-color css
<style>
a { background-color: #789EBC; }
a { background-color: rgb(120,158,188); }
div.DivClassName
{
background-color: #789EBC;
}
.BgClassName
{
background-color: #789EBC;
}
</style>
border-color css
<style>
span { border-color: #789EBC; }
span { border-color: rgb(120,158,188); }
td.TdClassName
{
border-color: #789EBC;
}
.TagClassName
{
border-color: #789EBC;
}
</style>