Shades of Bali Hai #729BB0
Tints of Bali Hai #729BB0
RGB
CMYK
RGB Variations
Color information
#729BB0 (or 0x729BB0) is known color: Bali Hai. HEX triplet: 72, 9B and B0. RGB value is (114,155,176). Sum of RGB (Red+Green+Blue) = 114+155+176=445 (58% of max value = 765). Red value is 114 (44.92% from 255 or 25.62% from 445); Green value is 155 (60.94% from 255 or 34.83% from 445); Blue value is 176 (69.14% from 255 or 39.55% from 445); Max value from RGB is 176 - color contains mainly: blue. Hex color #729BB0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #729BB0 is #8D644F. Grayscale: #919191. Windows color (decimal): -9266256 or 11574130. OLE color: 11574130.
HSL color Cylindrical-coordinate representation of color #729BB0: hue angle of 200.32º degrees, saturation: 0.28, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #729BB0 is Cyan = 0.35, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 114 | 155 | 176 | - |
| CMYK | 0.35 | 0.12 | 0 | 0.31 |
| HSL | 200.32º | 0.28% | 0.57% | - |
| HSV(B) | 200.32º | 0.35% | 0.69% | - |
| XYZ | 26.5 | 30.15 | 45.5 | - |
| YUV | 145.14 | 145.42 | 105.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 155 | 176 | 0.35 | 0.12 | 0 | 0.31 | 200.32 | 0.28 | 0.57 |
| Hex | 72 | 9B | B0 | 23 | C | 0 | 1F | C8 | 1C | 39 |
| Octal | 162 | 233 | 260 | 43 | 14 | 0 | 37 | 310 | 34 | 71 |
| Binary | 1110010 | 10011011 | 10110000 | 100011 | 1100 | 0 | 11111 | 11001000 | 11100 | 111001 |
Color Harmonies of #729BB0
Complementary color
Monochromatic Colors of #729BB0
Black with #729BB0
Text Example
Text Example
White with #729BB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #729BB0; }
p { color: rgb(114,155,176); }
H1.HeaderClassName
{
color: #729BB0;
}
.AnyTagClassName
{
color: #729BB0;
}
</style>
background-color css
<style>
a { background-color: #729BB0; }
a { background-color: rgb(114,155,176); }
div.DivClassName
{
background-color: #729BB0;
}
.BgClassName
{
background-color: #729BB0;
}
</style>
border-color css
<style>
span { border-color: #729BB0; }
span { border-color: rgb(114,155,176); }
td.TdClassName
{
border-color: #729BB0;
}
.TagClassName
{
border-color: #729BB0;
}
</style>