Shades of Bali Hai #8099AA
Tints of Bali Hai #8099AA
RGB
CMYK
RGB Variations
Color information
#8099AA (or 0x8099AA) is known color: Bali Hai. HEX triplet: 80, 99 and AA. RGB value is (128,153,170). Sum of RGB (Red+Green+Blue) = 128+153+170=451 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.38% from 451); Green value is 153 (60.16% from 255 or 33.92% from 451); Blue value is 170 (66.80% from 255 or 37.69% from 451); Max value from RGB is 170 - color contains mainly: blue. Hex color #8099AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8099AA is #7F6655. Grayscale: #939393. Windows color (decimal): -8349270 or 11180416. OLE color: 11180416.
HSL color Cylindrical-coordinate representation of color #8099AA: hue angle of 204.29º degrees, saturation: 0.2, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8099AA is Cyan = 0.25, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 128 | 153 | 170 | - |
| CMYK | 0.25 | 0.1 | 0 | 0.33 |
| HSL | 204.29º | 0.2% | 0.58% | - |
| HSV(B) | 204.29º | 0.25% | 0.67% | - |
| XYZ | 27.55 | 30.27 | 42.42 | - |
| YUV | 147.46 | 140.72 | 114.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 153 | 170 | 0.25 | 0.1 | 0 | 0.33 | 204.29 | 0.2 | 0.58 |
| Hex | 80 | 99 | AA | 19 | A | 0 | 21 | CC | 14 | 3A |
| Octal | 200 | 231 | 252 | 31 | 12 | 0 | 41 | 314 | 24 | 72 |
| Binary | 10000000 | 10011001 | 10101010 | 11001 | 1010 | 0 | 100001 | 11001100 | 10100 | 111010 |
Color Harmonies of #8099AA
Complementary color
Monochromatic Colors of #8099AA
Black with #8099AA
Text Example
Text Example
White with #8099AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8099AA; }
p { color: rgb(128,153,170); }
H1.HeaderClassName
{
color: #8099AA;
}
.AnyTagClassName
{
color: #8099AA;
}
</style>
background-color css
<style>
a { background-color: #8099AA; }
a { background-color: rgb(128,153,170); }
div.DivClassName
{
background-color: #8099AA;
}
.BgClassName
{
background-color: #8099AA;
}
</style>
border-color css
<style>
span { border-color: #8099AA; }
span { border-color: rgb(128,153,170); }
td.TdClassName
{
border-color: #8099AA;
}
.TagClassName
{
border-color: #8099AA;
}
</style>