Shades of Bali Hai #789DBB
Tints of Bali Hai #789DBB
RGB
CMYK
RGB Variations
Color information
#789DBB (or 0x789DBB) is known color: Bali Hai. HEX triplet: 78, 9D and BB. RGB value is (120,157,187). Sum of RGB (Red+Green+Blue) = 120+157+187=464 (61% of max value = 765). Red value is 120 (47.27% from 255 or 25.86% from 464); Green value is 157 (61.72% from 255 or 33.84% from 464); Blue value is 187 (73.44% from 255 or 40.30% from 464); Max value from RGB is 187 - color contains mainly: blue. Hex color #789DBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #789DBB is #876244. Grayscale: #959595. Windows color (decimal): -8872517 or 12295544. OLE color: 12295544.
HSL color Cylindrical-coordinate representation of color #789DBB: hue angle of 206.87º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #789DBB is Cyan = 0.36, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 120 | 157 | 187 | - |
| CMYK | 0.36 | 0.16 | 0 | 0.27 |
| HSL | 206.87º | 0.33% | 0.6% | - |
| HSV(B) | 206.87º | 0.36% | 0.73% | - |
| XYZ | 28.77 | 31.69 | 51.61 | - |
| YUV | 149.36 | 149.24 | 107.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 157 | 187 | 0.36 | 0.16 | 0 | 0.27 | 206.87 | 0.33 | 0.6 |
| Hex | 78 | 9D | BB | 24 | 10 | 0 | 1B | CF | 21 | 3C |
| Octal | 170 | 235 | 273 | 44 | 20 | 0 | 33 | 317 | 41 | 74 |
| Binary | 1111000 | 10011101 | 10111011 | 100100 | 10000 | 0 | 11011 | 11001111 | 100001 | 111100 |
Color Harmonies of #789DBB
Complementary color
Monochromatic Colors of #789DBB
Black with #789DBB
Text Example
Text Example
White with #789DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #789DBB; }
p { color: rgb(120,157,187); }
H1.HeaderClassName
{
color: #789DBB;
}
.AnyTagClassName
{
color: #789DBB;
}
</style>
background-color css
<style>
a { background-color: #789DBB; }
a { background-color: rgb(120,157,187); }
div.DivClassName
{
background-color: #789DBB;
}
.BgClassName
{
background-color: #789DBB;
}
</style>
border-color css
<style>
span { border-color: #789DBB; }
span { border-color: rgb(120,157,187); }
td.TdClassName
{
border-color: #789DBB;
}
.TagClassName
{
border-color: #789DBB;
}
</style>