Shades of Bali Hai #789CB1
Tints of Bali Hai #789CB1
RGB
CMYK
RGB Variations
Color information
#789CB1 (or 0x789CB1) is known color: Bali Hai. HEX triplet: 78, 9C and B1. RGB value is (120,156,177). Sum of RGB (Red+Green+Blue) = 120+156+177=453 (60% of max value = 765). Red value is 120 (47.27% from 255 or 26.49% from 453); Green value is 156 (61.33% from 255 or 34.44% from 453); Blue value is 177 (69.53% from 255 or 39.07% from 453); Max value from RGB is 177 - color contains mainly: blue. Hex color #789CB1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #789CB1 is #87634E. Grayscale: #939393. Windows color (decimal): -8872783 or 11639928. OLE color: 11639928.
HSL color Cylindrical-coordinate representation of color #789CB1: hue angle of 202.11º degrees, saturation: 0.27, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #789CB1 is Cyan = 0.32, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 120 | 156 | 177 | - |
| CMYK | 0.32 | 0.12 | 0 | 0.31 |
| HSL | 202.11º | 0.27% | 0.58% | - |
| HSV(B) | 202.11º | 0.32% | 0.69% | - |
| XYZ | 27.57 | 30.94 | 46.11 | - |
| YUV | 147.63 | 144.57 | 108.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 156 | 177 | 0.32 | 0.12 | 0 | 0.31 | 202.11 | 0.27 | 0.58 |
| Hex | 78 | 9C | B1 | 20 | C | 0 | 1F | CA | 1B | 3A |
| Octal | 170 | 234 | 261 | 40 | 14 | 0 | 37 | 312 | 33 | 72 |
| Binary | 1111000 | 10011100 | 10110001 | 100000 | 1100 | 0 | 11111 | 11001010 | 11011 | 111010 |
Color Harmonies of #789CB1
Complementary color
Monochromatic Colors of #789CB1
Black with #789CB1
Text Example
Text Example
White with #789CB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #789CB1; }
p { color: rgb(120,156,177); }
H1.HeaderClassName
{
color: #789CB1;
}
.AnyTagClassName
{
color: #789CB1;
}
</style>
background-color css
<style>
a { background-color: #789CB1; }
a { background-color: rgb(120,156,177); }
div.DivClassName
{
background-color: #789CB1;
}
.BgClassName
{
background-color: #789CB1;
}
</style>
border-color css
<style>
span { border-color: #789CB1; }
span { border-color: rgb(120,156,177); }
td.TdClassName
{
border-color: #789CB1;
}
.TagClassName
{
border-color: #789CB1;
}
</style>