Shades of Bali Hai #789FBE
Tints of Bali Hai #789FBE
RGB
CMYK
RGB Variations
Color information
#789FBE (or 0x789FBE) is known color: Bali Hai. HEX triplet: 78, 9F and BE. RGB value is (120,159,190). Sum of RGB (Red+Green+Blue) = 120+159+190=469 (62% of max value = 765). Red value is 120 (47.27% from 255 or 25.59% from 469); Green value is 159 (62.5% from 255 or 33.90% from 469); Blue value is 190 (74.61% from 255 or 40.51% from 469); Max value from RGB is 190 - color contains mainly: blue. Hex color #789FBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #789FBE is #876041. Grayscale: #969696. Windows color (decimal): -8872002 or 12492664. OLE color: 12492664.
HSL color Cylindrical-coordinate representation of color #789FBE: hue angle of 206.57º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #789FBE is Cyan = 0.37, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 120 | 159 | 190 | - |
| CMYK | 0.37 | 0.16 | 0 | 0.25 |
| HSL | 206.57º | 0.35% | 0.61% | - |
| HSV(B) | 206.57º | 0.37% | 0.75% | - |
| XYZ | 29.44 | 32.51 | 53.44 | - |
| YUV | 150.87 | 150.08 | 105.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 159 | 190 | 0.37 | 0.16 | 0 | 0.25 | 206.57 | 0.35 | 0.61 |
| Hex | 78 | 9F | BE | 25 | 10 | 0 | 19 | CF | 23 | 3D |
| Octal | 170 | 237 | 276 | 45 | 20 | 0 | 31 | 317 | 43 | 75 |
| Binary | 1111000 | 10011111 | 10111110 | 100101 | 10000 | 0 | 11001 | 11001111 | 100011 | 111101 |
Color Harmonies of #789FBE
Complementary color
Monochromatic Colors of #789FBE
Black with #789FBE
Text Example
Text Example
White with #789FBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #789FBE; }
p { color: rgb(120,159,190); }
H1.HeaderClassName
{
color: #789FBE;
}
.AnyTagClassName
{
color: #789FBE;
}
</style>
background-color css
<style>
a { background-color: #789FBE; }
a { background-color: rgb(120,159,190); }
div.DivClassName
{
background-color: #789FBE;
}
.BgClassName
{
background-color: #789FBE;
}
</style>
border-color css
<style>
span { border-color: #789FBE; }
span { border-color: rgb(120,159,190); }
td.TdClassName
{
border-color: #789FBE;
}
.TagClassName
{
border-color: #789FBE;
}
</style>