Shades of Bali Hai #729CAA
Tints of Bali Hai #729CAA
RGB
CMYK
RGB Variations
Color information
#729CAA (or 0x729CAA) is known color: Bali Hai. HEX triplet: 72, 9C and AA. RGB value is (114,156,170). Sum of RGB (Red+Green+Blue) = 114+156+170=440 (58% of max value = 765). Red value is 114 (44.92% from 255 or 25.91% from 440); Green value is 156 (61.33% from 255 or 35.45% from 440); Blue value is 170 (66.80% from 255 or 38.64% from 440); Max value from RGB is 170 - color contains mainly: blue. Hex color #729CAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #729CAA is #8D6355. Grayscale: #909090. Windows color (decimal): -9266006 or 11181170. OLE color: 11181170.
HSL color Cylindrical-coordinate representation of color #729CAA: hue angle of 195º 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 #729CAA is Cyan = 0.33, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 114 | 156 | 170 | - |
| CMYK | 0.33 | 0.08 | 0 | 0.33 |
| HSL | 195º | 0.25% | 0.56% | - |
| HSV(B) | 195º | 0.33% | 0.67% | - |
| XYZ | 26.08 | 30.26 | 42.5 | - |
| YUV | 145.04 | 142.09 | 105.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 156 | 170 | 0.33 | 0.08 | 0 | 0.33 | 195 | 0.25 | 0.56 |
| Hex | 72 | 9C | AA | 21 | 8 | 0 | 21 | C3 | 19 | 38 |
| Octal | 162 | 234 | 252 | 41 | 10 | 0 | 41 | 303 | 31 | 70 |
| Binary | 1110010 | 10011100 | 10101010 | 100001 | 1000 | 0 | 100001 | 11000011 | 11001 | 111000 |
Color Harmonies of #729CAA
Complementary color
Monochromatic Colors of #729CAA
Black with #729CAA
Text Example
Text Example
White with #729CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #729CAA; }
p { color: rgb(114,156,170); }
H1.HeaderClassName
{
color: #729CAA;
}
.AnyTagClassName
{
color: #729CAA;
}
</style>
background-color css
<style>
a { background-color: #729CAA; }
a { background-color: rgb(114,156,170); }
div.DivClassName
{
background-color: #729CAA;
}
.BgClassName
{
background-color: #729CAA;
}
</style>
border-color css
<style>
span { border-color: #729CAA; }
span { border-color: rgb(114,156,170); }
td.TdClassName
{
border-color: #729CAA;
}
.TagClassName
{
border-color: #729CAA;
}
</style>