Shades of Bali Hai #739DB2
Tints of Bali Hai #739DB2
RGB
CMYK
RGB Variations
Color information
#739DB2 (or 0x739DB2) is known color: Bali Hai. HEX triplet: 73, 9D and B2. RGB value is (115,157,178). Sum of RGB (Red+Green+Blue) = 115+157+178=450 (59% of max value = 765). Red value is 115 (45.31% from 255 or 25.56% from 450); Green value is 157 (61.72% from 255 or 34.89% from 450); Blue value is 178 (69.92% from 255 or 39.56% from 450); Max value from RGB is 178 - color contains mainly: blue. Hex color #739DB2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #739DB2 is #8C624D. Grayscale: #929292. Windows color (decimal): -9200206 or 11705715. OLE color: 11705715.
HSL color Cylindrical-coordinate representation of color #739DB2: hue angle of 200º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #739DB2 is Cyan = 0.35, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 115 | 157 | 178 | - |
| CMYK | 0.35 | 0.12 | 0 | 0.30 |
| HSL | 200º | 0.29% | 0.57% | - |
| HSV(B) | 200º | 0.35% | 0.7% | - |
| XYZ | 27.16 | 30.97 | 46.67 | - |
| YUV | 146.84 | 145.59 | 105.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 157 | 178 | 0.35 | 0.12 | 0 | 0.30 | 200 | 0.29 | 0.57 |
| Hex | 73 | 9D | B2 | 23 | C | 0 | 1E | C8 | 1D | 39 |
| Octal | 163 | 235 | 262 | 43 | 14 | 0 | 36 | 310 | 35 | 71 |
| Binary | 1110011 | 10011101 | 10110010 | 100011 | 1100 | 0 | 11110 | 11001000 | 11101 | 111001 |
Color Harmonies of #739DB2
Complementary color
Monochromatic Colors of #739DB2
Black with #739DB2
Text Example
Text Example
White with #739DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #739DB2; }
p { color: rgb(115,157,178); }
H1.HeaderClassName
{
color: #739DB2;
}
.AnyTagClassName
{
color: #739DB2;
}
</style>
background-color css
<style>
a { background-color: #739DB2; }
a { background-color: rgb(115,157,178); }
div.DivClassName
{
background-color: #739DB2;
}
.BgClassName
{
background-color: #739DB2;
}
</style>
border-color css
<style>
span { border-color: #739DB2; }
span { border-color: rgb(115,157,178); }
td.TdClassName
{
border-color: #739DB2;
}
.TagClassName
{
border-color: #739DB2;
}
</style>