Shades of Bali Hai #729BAA
Tints of Bali Hai #729BAA
RGB
CMYK
RGB Variations
Color information
#729BAA (or 0x729BAA) is known color: Bali Hai. HEX triplet: 72, 9B and AA. RGB value is (114,155,170). Sum of RGB (Red+Green+Blue) = 114+155+170=439 (58% of max value = 765). Red value is 114 (44.92% from 255 or 25.97% from 439); Green value is 155 (60.94% from 255 or 35.31% 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 #729BAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #729BAA is #8D6455. Grayscale: #909090. Windows color (decimal): -9266262 or 11180914. OLE color: 11180914.
HSL color Cylindrical-coordinate representation of color #729BAA: hue angle of 196.07º degrees, saturation: 0.25, 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 #729BAA is Cyan = 0.33, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 114 | 155 | 170 | - |
| CMYK | 0.33 | 0.09 | 0 | 0.33 |
| HSL | 196.07º | 0.25% | 0.56% | - |
| HSV(B) | 196.07º | 0.33% | 0.67% | - |
| XYZ | 25.92 | 29.92 | 42.44 | - |
| YUV | 144.45 | 142.42 | 106.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 155 | 170 | 0.33 | 0.09 | 0 | 0.33 | 196.07 | 0.25 | 0.56 |
| Hex | 72 | 9B | AA | 21 | 9 | 0 | 21 | C4 | 19 | 38 |
| Octal | 162 | 233 | 252 | 41 | 11 | 0 | 41 | 304 | 31 | 70 |
| Binary | 1110010 | 10011011 | 10101010 | 100001 | 1001 | 0 | 100001 | 11000100 | 11001 | 111000 |
Color Harmonies of #729BAA
Complementary color
Monochromatic Colors of #729BAA
Black with #729BAA
Text Example
Text Example
White with #729BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #729BAA; }
p { color: rgb(114,155,170); }
H1.HeaderClassName
{
color: #729BAA;
}
.AnyTagClassName
{
color: #729BAA;
}
</style>
background-color css
<style>
a { background-color: #729BAA; }
a { background-color: rgb(114,155,170); }
div.DivClassName
{
background-color: #729BAA;
}
.BgClassName
{
background-color: #729BAA;
}
</style>
border-color css
<style>
span { border-color: #729BAA; }
span { border-color: rgb(114,155,170); }
td.TdClassName
{
border-color: #729BAA;
}
.TagClassName
{
border-color: #729BAA;
}
</style>