Shades of Bali Hai #7299AC
Tints of Bali Hai #7299AC
RGB
CMYK
RGB Variations
Color information
#7299AC (or 0x7299AC) is known color: Bali Hai. HEX triplet: 72, 99 and AC. RGB value is (114,153,172). Sum of RGB (Red+Green+Blue) = 114+153+172=439 (58% of max value = 765). Red value is 114 (44.92% from 255 or 25.97% from 439); Green value is 153 (60.16% from 255 or 34.85% from 439); Blue value is 172 (67.58% from 255 or 39.18% from 439); Max value from RGB is 172 - color contains mainly: blue. Hex color #7299AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7299AC is #8D6653. Grayscale: #8F8F8F. Windows color (decimal): -9266772 or 11311474. OLE color: 11311474.
HSL color Cylindrical-coordinate representation of color #7299AC: hue angle of 199.66º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7299AC is Cyan = 0.34, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 114 | 153 | 172 | - |
| CMYK | 0.34 | 0.11 | 0 | 0.33 |
| HSL | 199.66º | 0.26% | 0.56% | - |
| HSV(B) | 199.66º | 0.34% | 0.67% | - |
| XYZ | 25.78 | 29.34 | 43.33 | - |
| YUV | 143.51 | 144.08 | 106.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 153 | 172 | 0.34 | 0.11 | 0 | 0.33 | 199.66 | 0.26 | 0.56 |
| Hex | 72 | 99 | AC | 22 | B | 0 | 21 | C8 | 1A | 38 |
| Octal | 162 | 231 | 254 | 42 | 13 | 0 | 41 | 310 | 32 | 70 |
| Binary | 1110010 | 10011001 | 10101100 | 100010 | 1011 | 0 | 100001 | 11001000 | 11010 | 111000 |
Color Harmonies of #7299AC
Complementary color
Monochromatic Colors of #7299AC
Black with #7299AC
Text Example
Text Example
White with #7299AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7299AC; }
p { color: rgb(114,153,172); }
H1.HeaderClassName
{
color: #7299AC;
}
.AnyTagClassName
{
color: #7299AC;
}
</style>
background-color css
<style>
a { background-color: #7299AC; }
a { background-color: rgb(114,153,172); }
div.DivClassName
{
background-color: #7299AC;
}
.BgClassName
{
background-color: #7299AC;
}
</style>
border-color css
<style>
span { border-color: #7299AC; }
span { border-color: rgb(114,153,172); }
td.TdClassName
{
border-color: #7299AC;
}
.TagClassName
{
border-color: #7299AC;
}
</style>