Shades of Bali Hai #739AAC
Tints of Bali Hai #739AAC
RGB
CMYK
RGB Variations
Color information
#739AAC (or 0x739AAC) is known color: Bali Hai. HEX triplet: 73, 9A and AC. RGB value is (115,154,172). Sum of RGB (Red+Green+Blue) = 115+154+172=441 (58% of max value = 765). Red value is 115 (45.31% from 255 or 26.08% from 441); Green value is 154 (60.55% from 255 or 34.92% from 441); Blue value is 172 (67.58% from 255 or 39.00% from 441); Max value from RGB is 172 - color contains mainly: blue. Hex color #739AAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #739AAC is #8C6553. Grayscale: #909090. Windows color (decimal): -9200980 or 11311731. OLE color: 11311731.
HSL color Cylindrical-coordinate representation of color #739AAC: hue angle of 198.95º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #739AAC is Cyan = 0.33, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 115 | 154 | 172 | - |
| CMYK | 0.33 | 0.10 | 0 | 0.33 |
| HSL | 198.95º | 0.26% | 0.56% | - |
| HSV(B) | 198.95º | 0.33% | 0.67% | - |
| XYZ | 26.07 | 29.73 | 43.39 | - |
| YUV | 144.39 | 143.58 | 107.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 154 | 172 | 0.33 | 0.10 | 0 | 0.33 | 198.95 | 0.26 | 0.56 |
| Hex | 73 | 9A | AC | 21 | A | 0 | 21 | C7 | 1A | 38 |
| Octal | 163 | 232 | 254 | 41 | 12 | 0 | 41 | 307 | 32 | 70 |
| Binary | 1110011 | 10011010 | 10101100 | 100001 | 1010 | 0 | 100001 | 11000111 | 11010 | 111000 |
Color Harmonies of #739AAC
Complementary color
Monochromatic Colors of #739AAC
Black with #739AAC
Text Example
Text Example
White with #739AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #739AAC; }
p { color: rgb(115,154,172); }
H1.HeaderClassName
{
color: #739AAC;
}
.AnyTagClassName
{
color: #739AAC;
}
</style>
background-color css
<style>
a { background-color: #739AAC; }
a { background-color: rgb(115,154,172); }
div.DivClassName
{
background-color: #739AAC;
}
.BgClassName
{
background-color: #739AAC;
}
</style>
border-color css
<style>
span { border-color: #739AAC; }
span { border-color: rgb(115,154,172); }
td.TdClassName
{
border-color: #739AAC;
}
.TagClassName
{
border-color: #739AAC;
}
</style>