Shades of Bali Hai #739AB0
Tints of Bali Hai #739AB0
RGB
CMYK
RGB Variations
Color information
#739AB0 (or 0x739AB0) is known color: Bali Hai. HEX triplet: 73, 9A and B0. RGB value is (115,154,176). Sum of RGB (Red+Green+Blue) = 115+154+176=445 (58% of max value = 765). Red value is 115 (45.31% from 255 or 25.84% from 445); Green value is 154 (60.55% from 255 or 34.61% from 445); Blue value is 176 (69.14% from 255 or 39.55% from 445); Max value from RGB is 176 - color contains mainly: blue. Hex color #739AB0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #739AB0 is #8C654F. Grayscale: #909090. Windows color (decimal): -9200976 or 11573875. OLE color: 11573875.
HSL color Cylindrical-coordinate representation of color #739AB0: hue angle of 201.64º degrees, saturation: 0.28, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #739AB0 is Cyan = 0.35, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 115 | 154 | 176 | - |
| CMYK | 0.35 | 0.12 | 0 | 0.31 |
| HSL | 201.64º | 0.28% | 0.57% | - |
| HSV(B) | 201.64º | 0.35% | 0.69% | - |
| XYZ | 26.46 | 29.89 | 45.45 | - |
| YUV | 144.85 | 145.58 | 106.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 154 | 176 | 0.35 | 0.12 | 0 | 0.31 | 201.64 | 0.28 | 0.57 |
| Hex | 73 | 9A | B0 | 23 | C | 0 | 1F | CA | 1C | 39 |
| Octal | 163 | 232 | 260 | 43 | 14 | 0 | 37 | 312 | 34 | 71 |
| Binary | 1110011 | 10011010 | 10110000 | 100011 | 1100 | 0 | 11111 | 11001010 | 11100 | 111001 |
Color Harmonies of #739AB0
Complementary color
Monochromatic Colors of #739AB0
Black with #739AB0
Text Example
Text Example
White with #739AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #739AB0; }
p { color: rgb(115,154,176); }
H1.HeaderClassName
{
color: #739AB0;
}
.AnyTagClassName
{
color: #739AB0;
}
</style>
background-color css
<style>
a { background-color: #739AB0; }
a { background-color: rgb(115,154,176); }
div.DivClassName
{
background-color: #739AB0;
}
.BgClassName
{
background-color: #739AB0;
}
</style>
border-color css
<style>
span { border-color: #739AB0; }
span { border-color: rgb(115,154,176); }
td.TdClassName
{
border-color: #739AB0;
}
.TagClassName
{
border-color: #739AB0;
}
</style>