Shades of Bali Hai #789DB2
Tints of Bali Hai #789DB2
RGB
CMYK
RGB Variations
Color information
#789DB2 (or 0x789DB2) is known color: Bali Hai. HEX triplet: 78, 9D and B2. RGB value is (120,157,178). Sum of RGB (Red+Green+Blue) = 120+157+178=455 (60% of max value = 765). Red value is 120 (47.27% from 255 or 26.37% from 455); Green value is 157 (61.72% from 255 or 34.51% from 455); Blue value is 178 (69.92% from 255 or 39.12% from 455); Max value from RGB is 178 - color contains mainly: blue. Hex color #789DB2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #789DB2 is #87624D. Grayscale: #949494. Windows color (decimal): -8872526 or 11705720. OLE color: 11705720.
HSL color Cylindrical-coordinate representation of color #789DB2: hue angle of 201.72º degrees, saturation: 0.27, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #789DB2 is Cyan = 0.33, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 120 | 157 | 178 | - |
| CMYK | 0.33 | 0.12 | 0 | 0.30 |
| HSL | 201.72º | 0.27% | 0.58% | - |
| HSV(B) | 201.72º | 0.33% | 0.7% | - |
| XYZ | 27.84 | 31.32 | 46.7 | - |
| YUV | 148.33 | 144.74 | 107.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 157 | 178 | 0.33 | 0.12 | 0 | 0.30 | 201.72 | 0.27 | 0.58 |
| Hex | 78 | 9D | B2 | 21 | C | 0 | 1E | CA | 1B | 3A |
| Octal | 170 | 235 | 262 | 41 | 14 | 0 | 36 | 312 | 33 | 72 |
| Binary | 1111000 | 10011101 | 10110010 | 100001 | 1100 | 0 | 11110 | 11001010 | 11011 | 111010 |
Color Harmonies of #789DB2
Complementary color
Monochromatic Colors of #789DB2
Black with #789DB2
Text Example
Text Example
White with #789DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #789DB2; }
p { color: rgb(120,157,178); }
H1.HeaderClassName
{
color: #789DB2;
}
.AnyTagClassName
{
color: #789DB2;
}
</style>
background-color css
<style>
a { background-color: #789DB2; }
a { background-color: rgb(120,157,178); }
div.DivClassName
{
background-color: #789DB2;
}
.BgClassName
{
background-color: #789DB2;
}
</style>
border-color css
<style>
span { border-color: #789DB2; }
span { border-color: rgb(120,157,178); }
td.TdClassName
{
border-color: #789DB2;
}
.TagClassName
{
border-color: #789DB2;
}
</style>