Shades of Bali Hai #7299AA
Tints of Bali Hai #7299AA
RGB
CMYK
RGB Variations
Color information
#7299AA (or 0x7299AA) is known color: Bali Hai. HEX triplet: 72, 99 and AA. RGB value is (114,153,170). Sum of RGB (Red+Green+Blue) = 114+153+170=437 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.09% from 437); Green value is 153 (60.16% from 255 or 35.01% from 437); Blue value is 170 (66.80% from 255 or 38.90% from 437); Max value from RGB is 170 - color contains mainly: blue. Hex color #7299AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7299AA is #8D6655. Grayscale: #8F8F8F. Windows color (decimal): -9266774 or 11180402. OLE color: 11180402.
HSL color Cylindrical-coordinate representation of color #7299AA: hue angle of 198.21º 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 #7299AA is Cyan = 0.33, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 114 | 153 | 170 | - |
| CMYK | 0.33 | 0.1 | 0 | 0.33 |
| HSL | 198.21º | 0.25% | 0.56% | - |
| HSV(B) | 198.21º | 0.33% | 0.67% | - |
| XYZ | 25.59 | 29.26 | 42.33 | - |
| YUV | 143.28 | 143.08 | 107.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 153 | 170 | 0.33 | 0.1 | 0 | 0.33 | 198.21 | 0.25 | 0.56 |
| Hex | 72 | 99 | AA | 21 | A | 0 | 21 | C6 | 19 | 38 |
| Octal | 162 | 231 | 252 | 41 | 12 | 0 | 41 | 306 | 31 | 70 |
| Binary | 1110010 | 10011001 | 10101010 | 100001 | 1010 | 0 | 100001 | 11000110 | 11001 | 111000 |
Color Harmonies of #7299AA
Complementary color
Monochromatic Colors of #7299AA
Black with #7299AA
Text Example
Text Example
White with #7299AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7299AA; }
p { color: rgb(114,153,170); }
H1.HeaderClassName
{
color: #7299AA;
}
.AnyTagClassName
{
color: #7299AA;
}
</style>
background-color css
<style>
a { background-color: #7299AA; }
a { background-color: rgb(114,153,170); }
div.DivClassName
{
background-color: #7299AA;
}
.BgClassName
{
background-color: #7299AA;
}
</style>
border-color css
<style>
span { border-color: #7299AA; }
span { border-color: rgb(114,153,170); }
td.TdClassName
{
border-color: #7299AA;
}
.TagClassName
{
border-color: #7299AA;
}
</style>