Shades of Bali Hai #789CAF
Tints of Bali Hai #789CAF
RGB
CMYK
RGB Variations
Color information
#789CAF (or 0x789CAF) is known color: Bali Hai. HEX triplet: 78, 9C and AF. RGB value is (120,156,175). Sum of RGB (Red+Green+Blue) = 120+156+175=451 (59% of max value = 765). Red value is 120 (47.27% from 255 or 26.61% from 451); Green value is 156 (61.33% from 255 or 34.59% from 451); Blue value is 175 (68.75% from 255 or 38.80% from 451); Max value from RGB is 175 - color contains mainly: blue. Hex color #789CAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #789CAF is #876350. Grayscale: #939393. Windows color (decimal): -8872785 or 11508856. OLE color: 11508856.
HSL color Cylindrical-coordinate representation of color #789CAF: hue angle of 200.73º degrees, saturation: 0.26, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #789CAF is Cyan = 0.31, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 120 | 156 | 175 | - |
| CMYK | 0.31 | 0.11 | 0 | 0.31 |
| HSL | 200.73º | 0.26% | 0.58% | - |
| HSV(B) | 200.73º | 0.31% | 0.69% | - |
| XYZ | 27.37 | 30.87 | 45.07 | - |
| YUV | 147.4 | 143.57 | 108.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 156 | 175 | 0.31 | 0.11 | 0 | 0.31 | 200.73 | 0.26 | 0.58 |
| Hex | 78 | 9C | AF | 1F | B | 0 | 1F | C9 | 1A | 3A |
| Octal | 170 | 234 | 257 | 37 | 13 | 0 | 37 | 311 | 32 | 72 |
| Binary | 1111000 | 10011100 | 10101111 | 11111 | 1011 | 0 | 11111 | 11001001 | 11010 | 111010 |
Color Harmonies of #789CAF
Complementary color
Monochromatic Colors of #789CAF
Black with #789CAF
Text Example
Text Example
White with #789CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #789CAF; }
p { color: rgb(120,156,175); }
H1.HeaderClassName
{
color: #789CAF;
}
.AnyTagClassName
{
color: #789CAF;
}
</style>
background-color css
<style>
a { background-color: #789CAF; }
a { background-color: rgb(120,156,175); }
div.DivClassName
{
background-color: #789CAF;
}
.BgClassName
{
background-color: #789CAF;
}
</style>
border-color css
<style>
span { border-color: #789CAF; }
span { border-color: rgb(120,156,175); }
td.TdClassName
{
border-color: #789CAF;
}
.TagClassName
{
border-color: #789CAF;
}
</style>