Shades of Bali Hai #789BB3
Tints of Bali Hai #789BB3
RGB
CMYK
RGB Variations
Color information
#789BB3 (or 0x789BB3) is known color: Bali Hai. HEX triplet: 78, 9B and B3. RGB value is (120,155,179). Sum of RGB (Red+Green+Blue) = 120+155+179=454 (60% of max value = 765). Red value is 120 (47.27% from 255 or 26.43% from 454); Green value is 155 (60.94% from 255 or 34.14% from 454); Blue value is 179 (70.31% from 255 or 39.43% from 454); Max value from RGB is 179 - color contains mainly: blue. Hex color #789BB3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #789BB3 is #87644C. Grayscale: #939393. Windows color (decimal): -8873037 or 11770744. OLE color: 11770744.
HSL color Cylindrical-coordinate representation of color #789BB3: hue angle of 204.41º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #789BB3 is Cyan = 0.33, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 120 | 155 | 179 | - |
| CMYK | 0.33 | 0.13 | 0 | 0.30 |
| HSL | 204.41º | 0.28% | 0.59% | - |
| HSV(B) | 204.41º | 0.33% | 0.7% | - |
| XYZ | 27.6 | 30.69 | 47.12 | - |
| YUV | 147.27 | 145.9 | 108.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 155 | 179 | 0.33 | 0.13 | 0 | 0.30 | 204.41 | 0.28 | 0.59 |
| Hex | 78 | 9B | B3 | 21 | D | 0 | 1E | CC | 1C | 3B |
| Octal | 170 | 233 | 263 | 41 | 15 | 0 | 36 | 314 | 34 | 73 |
| Binary | 1111000 | 10011011 | 10110011 | 100001 | 1101 | 0 | 11110 | 11001100 | 11100 | 111011 |
Color Harmonies of #789BB3
Complementary color
Monochromatic Colors of #789BB3
Black with #789BB3
Text Example
Text Example
White with #789BB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #789BB3; }
p { color: rgb(120,155,179); }
H1.HeaderClassName
{
color: #789BB3;
}
.AnyTagClassName
{
color: #789BB3;
}
</style>
background-color css
<style>
a { background-color: #789BB3; }
a { background-color: rgb(120,155,179); }
div.DivClassName
{
background-color: #789BB3;
}
.BgClassName
{
background-color: #789BB3;
}
</style>
border-color css
<style>
span { border-color: #789BB3; }
span { border-color: rgb(120,155,179); }
td.TdClassName
{
border-color: #789BB3;
}
.TagClassName
{
border-color: #789BB3;
}
</style>