Shades of Bali Hai #739AAA
Tints of Bali Hai #739AAA
RGB
CMYK
RGB Variations
Color information
#739AAA (or 0x739AAA) is known color: Bali Hai. HEX triplet: 73, 9A and AA. RGB value is (115,154,170). Sum of RGB (Red+Green+Blue) = 115+154+170=439 (58% of max value = 765). Red value is 115 (45.31% from 255 or 26.20% from 439); Green value is 154 (60.55% from 255 or 35.08% from 439); Blue value is 170 (66.80% from 255 or 38.72% from 439); Max value from RGB is 170 - color contains mainly: blue. Hex color #739AAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #739AAA is #8C6555. Grayscale: #909090. Windows color (decimal): -9200982 or 11180659. OLE color: 11180659.
HSL color Cylindrical-coordinate representation of color #739AAA: hue angle of 197.45º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #739AAA is Cyan = 0.32, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 115 | 154 | 170 | - |
| CMYK | 0.32 | 0.09 | 0 | 0.33 |
| HSL | 197.45º | 0.24% | 0.56% | - |
| HSV(B) | 197.45º | 0.32% | 0.67% | - |
| XYZ | 25.88 | 29.66 | 42.39 | - |
| YUV | 144.16 | 142.58 | 107.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 154 | 170 | 0.32 | 0.09 | 0 | 0.33 | 197.45 | 0.24 | 0.56 |
| Hex | 73 | 9A | AA | 20 | 9 | 0 | 21 | C5 | 18 | 38 |
| Octal | 163 | 232 | 252 | 40 | 11 | 0 | 41 | 305 | 30 | 70 |
| Binary | 1110011 | 10011010 | 10101010 | 100000 | 1001 | 0 | 100001 | 11000101 | 11000 | 111000 |
Color Harmonies of #739AAA
Complementary color
Monochromatic Colors of #739AAA
Black with #739AAA
Text Example
Text Example
White with #739AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #739AAA; }
p { color: rgb(115,154,170); }
H1.HeaderClassName
{
color: #739AAA;
}
.AnyTagClassName
{
color: #739AAA;
}
</style>
background-color css
<style>
a { background-color: #739AAA; }
a { background-color: rgb(115,154,170); }
div.DivClassName
{
background-color: #739AAA;
}
.BgClassName
{
background-color: #739AAA;
}
</style>
border-color css
<style>
span { border-color: #739AAA; }
span { border-color: rgb(115,154,170); }
td.TdClassName
{
border-color: #739AAA;
}
.TagClassName
{
border-color: #739AAA;
}
</style>