Shades of Bali Hai #749BAD
Tints of Bali Hai #749BAD
RGB
CMYK
RGB Variations
Color information
#749BAD (or 0x749BAD) is known color: Bali Hai. HEX triplet: 74, 9B and AD. RGB value is (116,155,173). Sum of RGB (Red+Green+Blue) = 116+155+173=444 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.13% from 444); Green value is 155 (60.94% from 255 or 34.91% from 444); Blue value is 173 (67.97% from 255 or 38.96% from 444); Max value from RGB is 173 - color contains mainly: blue. Hex color #749BAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #749BAD is #8B6452. Grayscale: #919191. Windows color (decimal): -9135187 or 11377524. OLE color: 11377524.
HSL color Cylindrical-coordinate representation of color #749BAD: hue angle of 198.95º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #749BAD is Cyan = 0.33, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 116 | 155 | 173 | - |
| CMYK | 0.33 | 0.10 | 0 | 0.32 |
| HSL | 198.95º | 0.26% | 0.57% | - |
| HSV(B) | 198.95º | 0.33% | 0.68% | - |
| XYZ | 26.47 | 30.17 | 43.96 | - |
| YUV | 145.39 | 143.58 | 107.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 155 | 173 | 0.33 | 0.10 | 0 | 0.32 | 198.95 | 0.26 | 0.57 |
| Hex | 74 | 9B | AD | 21 | A | 0 | 20 | C7 | 1A | 39 |
| Octal | 164 | 233 | 255 | 41 | 12 | 0 | 40 | 307 | 32 | 71 |
| Binary | 1110100 | 10011011 | 10101101 | 100001 | 1010 | 0 | 100000 | 11000111 | 11010 | 111001 |
Color Harmonies of #749BAD
Complementary color
Monochromatic Colors of #749BAD
Black with #749BAD
Text Example
Text Example
White with #749BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #749BAD; }
p { color: rgb(116,155,173); }
H1.HeaderClassName
{
color: #749BAD;
}
.AnyTagClassName
{
color: #749BAD;
}
</style>
background-color css
<style>
a { background-color: #749BAD; }
a { background-color: rgb(116,155,173); }
div.DivClassName
{
background-color: #749BAD;
}
.BgClassName
{
background-color: #749BAD;
}
</style>
border-color css
<style>
span { border-color: #749BAD; }
span { border-color: rgb(116,155,173); }
td.TdClassName
{
border-color: #749BAD;
}
.TagClassName
{
border-color: #749BAD;
}
</style>