Shades of Bali Hai #7399AD
Tints of Bali Hai #7399AD
RGB
CMYK
RGB Variations
Color information
#7399AD (or 0x7399AD) is known color: Bali Hai. HEX triplet: 73, 99 and AD. RGB value is (115,153,173). Sum of RGB (Red+Green+Blue) = 115+153+173=441 (58% of max value = 765). Red value is 115 (45.31% from 255 or 26.08% from 441); Green value is 153 (60.16% from 255 or 34.69% from 441); Blue value is 173 (67.97% from 255 or 39.23% from 441); Max value from RGB is 173 - color contains mainly: blue. Hex color #7399AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7399AD is #8C6652. Grayscale: #8F8F8F. Windows color (decimal): -9201235 or 11377011. OLE color: 11377011.
HSL color Cylindrical-coordinate representation of color #7399AD: hue angle of 200.69º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7399AD is Cyan = 0.34, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 115 | 153 | 173 | - |
| CMYK | 0.34 | 0.12 | 0 | 0.32 |
| HSL | 200.69º | 0.26% | 0.56% | - |
| HSV(B) | 200.69º | 0.34% | 0.68% | - |
| XYZ | 26 | 29.44 | 43.85 | - |
| YUV | 143.92 | 144.41 | 107.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 153 | 173 | 0.34 | 0.12 | 0 | 0.32 | 200.69 | 0.26 | 0.56 |
| Hex | 73 | 99 | AD | 22 | C | 0 | 20 | C9 | 1A | 38 |
| Octal | 163 | 231 | 255 | 42 | 14 | 0 | 40 | 311 | 32 | 70 |
| Binary | 1110011 | 10011001 | 10101101 | 100010 | 1100 | 0 | 100000 | 11001001 | 11010 | 111000 |
Color Harmonies of #7399AD
Complementary color
Monochromatic Colors of #7399AD
Black with #7399AD
Text Example
Text Example
White with #7399AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7399AD; }
p { color: rgb(115,153,173); }
H1.HeaderClassName
{
color: #7399AD;
}
.AnyTagClassName
{
color: #7399AD;
}
</style>
background-color css
<style>
a { background-color: #7399AD; }
a { background-color: rgb(115,153,173); }
div.DivClassName
{
background-color: #7399AD;
}
.BgClassName
{
background-color: #7399AD;
}
</style>
border-color css
<style>
span { border-color: #7399AD; }
span { border-color: rgb(115,153,173); }
td.TdClassName
{
border-color: #7399AD;
}
.TagClassName
{
border-color: #7399AD;
}
</style>