Shades of Bali Hai #739CAE
Tints of Bali Hai #739CAE
RGB
CMYK
RGB Variations
Color information
#739CAE (or 0x739CAE) is known color: Bali Hai. HEX triplet: 73, 9C and AE. RGB value is (115,156,174). Sum of RGB (Red+Green+Blue) = 115+156+174=445 (58% of max value = 765). Red value is 115 (45.31% from 255 or 25.84% from 445); Green value is 156 (61.33% from 255 or 35.06% from 445); Blue value is 174 (68.36% from 255 or 39.10% from 445); Max value from RGB is 174 - color contains mainly: blue. Hex color #739CAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #739CAE is #8C6351. Grayscale: #919191. Windows color (decimal): -9200466 or 11443315. OLE color: 11443315.
HSL color Cylindrical-coordinate representation of color #739CAE: hue angle of 198.31º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #739CAE is Cyan = 0.34, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 115 | 156 | 174 | - |
| CMYK | 0.34 | 0.10 | 0 | 0.32 |
| HSL | 198.31º | 0.27% | 0.57% | - |
| HSV(B) | 198.31º | 0.34% | 0.68% | - |
| XYZ | 26.6 | 30.48 | 44.53 | - |
| YUV | 145.79 | 143.92 | 106.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 156 | 174 | 0.34 | 0.10 | 0 | 0.32 | 198.31 | 0.27 | 0.57 |
| Hex | 73 | 9C | AE | 22 | A | 0 | 20 | C6 | 1B | 39 |
| Octal | 163 | 234 | 256 | 42 | 12 | 0 | 40 | 306 | 33 | 71 |
| Binary | 1110011 | 10011100 | 10101110 | 100010 | 1010 | 0 | 100000 | 11000110 | 11011 | 111001 |
Color Harmonies of #739CAE
Complementary color
Monochromatic Colors of #739CAE
Black with #739CAE
Text Example
Text Example
White with #739CAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #739CAE; }
p { color: rgb(115,156,174); }
H1.HeaderClassName
{
color: #739CAE;
}
.AnyTagClassName
{
color: #739CAE;
}
</style>
background-color css
<style>
a { background-color: #739CAE; }
a { background-color: rgb(115,156,174); }
div.DivClassName
{
background-color: #739CAE;
}
.BgClassName
{
background-color: #739CAE;
}
</style>
border-color css
<style>
span { border-color: #739CAE; }
span { border-color: rgb(115,156,174); }
td.TdClassName
{
border-color: #739CAE;
}
.TagClassName
{
border-color: #739CAE;
}
</style>