Shades of Bali Hai #789DB9
Tints of Bali Hai #789DB9
RGB
CMYK
RGB Variations
Color information
#789DB9 (or 0x789DB9) is known color: Bali Hai. HEX triplet: 78, 9D and B9. RGB value is (120,157,185). Sum of RGB (Red+Green+Blue) = 120+157+185=462 (61% of max value = 765). Red value is 120 (47.27% from 255 or 25.97% from 462); Green value is 157 (61.72% from 255 or 33.98% from 462); Blue value is 185 (72.66% from 255 or 40.04% from 462); Max value from RGB is 185 - color contains mainly: blue. Hex color #789DB9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #789DB9 is #876246. Grayscale: #949494. Windows color (decimal): -8872519 or 12164472. OLE color: 12164472.
HSL color Cylindrical-coordinate representation of color #789DB9: hue angle of 205.85º 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 #789DB9 is Cyan = 0.35, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 120 | 157 | 185 | - |
| CMYK | 0.35 | 0.15 | 0 | 0.27 |
| HSL | 205.85º | 0.32% | 0.6% | - |
| HSV(B) | 205.85º | 0.35% | 0.73% | - |
| XYZ | 28.56 | 31.61 | 50.49 | - |
| YUV | 149.13 | 148.24 | 107.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 157 | 185 | 0.35 | 0.15 | 0 | 0.27 | 205.85 | 0.32 | 0.6 |
| Hex | 78 | 9D | B9 | 23 | F | 0 | 1B | CE | 20 | 3C |
| Octal | 170 | 235 | 271 | 43 | 17 | 0 | 33 | 316 | 40 | 74 |
| Binary | 1111000 | 10011101 | 10111001 | 100011 | 1111 | 0 | 11011 | 11001110 | 100000 | 111100 |
Color Harmonies of #789DB9
Complementary color
Monochromatic Colors of #789DB9
Black with #789DB9
Text Example
Text Example
White with #789DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #789DB9; }
p { color: rgb(120,157,185); }
H1.HeaderClassName
{
color: #789DB9;
}
.AnyTagClassName
{
color: #789DB9;
}
</style>
background-color css
<style>
a { background-color: #789DB9; }
a { background-color: rgb(120,157,185); }
div.DivClassName
{
background-color: #789DB9;
}
.BgClassName
{
background-color: #789DB9;
}
</style>
border-color css
<style>
span { border-color: #789DB9; }
span { border-color: rgb(120,157,185); }
td.TdClassName
{
border-color: #789DB9;
}
.TagClassName
{
border-color: #789DB9;
}
</style>