Shades of Bali Hai #789CA8
Tints of Bali Hai #789CA8
RGB
CMYK
RGB Variations
Color information
#789CA8 (or 0x789CA8) is known color: Bali Hai. HEX triplet: 78, 9C and A8. RGB value is (120,156,168). Sum of RGB (Red+Green+Blue) = 120+156+168=444 (58% of max value = 765). Red value is 120 (47.27% from 255 or 27.03% from 444); Green value is 156 (61.33% from 255 or 35.14% from 444); Blue value is 168 (66.02% from 255 or 37.84% from 444); Max value from RGB is 168 - color contains mainly: blue. Hex color #789CA8 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #789CA8 is #876357. Grayscale: #929292. Windows color (decimal): -8872792 or 11050104. OLE color: 11050104.
HSL color Cylindrical-coordinate representation of color #789CA8: hue angle of 195º degrees, saturation: 0.22, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #789CA8 is Cyan = 0.29, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 120 | 156 | 168 | - |
| CMYK | 0.29 | 0.07 | 0 | 0.34 |
| HSL | 195º | 0.22% | 0.56% | - |
| HSV(B) | 195º | 0.29% | 0.66% | - |
| XYZ | 26.7 | 30.6 | 41.54 | - |
| YUV | 146.6 | 140.07 | 109.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 156 | 168 | 0.29 | 0.07 | 0 | 0.34 | 195 | 0.22 | 0.56 |
| Hex | 78 | 9C | A8 | 1D | 7 | 0 | 22 | C3 | 16 | 38 |
| Octal | 170 | 234 | 250 | 35 | 7 | 0 | 42 | 303 | 26 | 70 |
| Binary | 1111000 | 10011100 | 10101000 | 11101 | 111 | 0 | 100010 | 11000011 | 10110 | 111000 |
Color Harmonies of #789CA8
Complementary color
Monochromatic Colors of #789CA8
Black with #789CA8
Text Example
Text Example
White with #789CA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #789CA8; }
p { color: rgb(120,156,168); }
H1.HeaderClassName
{
color: #789CA8;
}
.AnyTagClassName
{
color: #789CA8;
}
</style>
background-color css
<style>
a { background-color: #789CA8; }
a { background-color: rgb(120,156,168); }
div.DivClassName
{
background-color: #789CA8;
}
.BgClassName
{
background-color: #789CA8;
}
</style>
border-color css
<style>
span { border-color: #789CA8; }
span { border-color: rgb(120,156,168); }
td.TdClassName
{
border-color: #789CA8;
}
.TagClassName
{
border-color: #789CA8;
}
</style>