Shades of Bali Hai #729BAC
Tints of Bali Hai #729BAC
RGB
CMYK
RGB Variations
Color information
#729BAC (or 0x729BAC) is known color: Bali Hai. HEX triplet: 72, 9B and AC. RGB value is (114,155,172). Sum of RGB (Red+Green+Blue) = 114+155+172=441 (58% of max value = 765). Red value is 114 (44.92% from 255 or 25.85% from 441); Green value is 155 (60.94% from 255 or 35.15% 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 #729BAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #729BAC is #8D6453. Grayscale: #909090. Windows color (decimal): -9266260 or 11311986. OLE color: 11311986.
HSL color Cylindrical-coordinate representation of color #729BAC: hue angle of 197.59º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #729BAC is Cyan = 0.34, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 114 | 155 | 172 | - |
| CMYK | 0.34 | 0.10 | 0 | 0.33 |
| HSL | 197.59º | 0.26% | 0.56% | - |
| HSV(B) | 197.59º | 0.34% | 0.67% | - |
| XYZ | 26.11 | 30 | 43.44 | - |
| YUV | 144.68 | 143.42 | 106.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 155 | 172 | 0.34 | 0.10 | 0 | 0.33 | 197.59 | 0.26 | 0.56 |
| Hex | 72 | 9B | AC | 22 | A | 0 | 21 | C6 | 1A | 38 |
| Octal | 162 | 233 | 254 | 42 | 12 | 0 | 41 | 306 | 32 | 70 |
| Binary | 1110010 | 10011011 | 10101100 | 100010 | 1010 | 0 | 100001 | 11000110 | 11010 | 111000 |
Color Harmonies of #729BAC
Complementary color
Monochromatic Colors of #729BAC
Black with #729BAC
Text Example
Text Example
White with #729BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #729BAC; }
p { color: rgb(114,155,172); }
H1.HeaderClassName
{
color: #729BAC;
}
.AnyTagClassName
{
color: #729BAC;
}
</style>
background-color css
<style>
a { background-color: #729BAC; }
a { background-color: rgb(114,155,172); }
div.DivClassName
{
background-color: #729BAC;
}
.BgClassName
{
background-color: #729BAC;
}
</style>
border-color css
<style>
span { border-color: #729BAC; }
span { border-color: rgb(114,155,172); }
td.TdClassName
{
border-color: #729BAC;
}
.TagClassName
{
border-color: #729BAC;
}
</style>