Shades of Bali Hai #8097AA
Tints of Bali Hai #8097AA
RGB
CMYK
RGB Variations
Color information
#8097AA (or 0x8097AA) is known color: Bali Hai. HEX triplet: 80, 97 and AA. RGB value is (128,151,170). Sum of RGB (Red+Green+Blue) = 128+151+170=449 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.51% from 449); Green value is 151 (59.38% from 255 or 33.63% from 449); Blue value is 170 (66.80% from 255 or 37.86% from 449); Max value from RGB is 170 - color contains mainly: blue. Hex color #8097AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8097AA is #7F6855. Grayscale: #929292. Windows color (decimal): -8349782 or 11179904. OLE color: 11179904.
HSL color Cylindrical-coordinate representation of color #8097AA: hue angle of 207.14º 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 #8097AA is Cyan = 0.25, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 128 | 151 | 170 | - |
| CMYK | 0.25 | 0.11 | 0 | 0.33 |
| HSL | 207.14º | 0.2% | 0.58% | - |
| HSV(B) | 207.14º | 0.25% | 0.67% | - |
| XYZ | 27.22 | 29.62 | 42.31 | - |
| YUV | 146.29 | 141.38 | 114.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 151 | 170 | 0.25 | 0.11 | 0 | 0.33 | 207.14 | 0.2 | 0.58 |
| Hex | 80 | 97 | AA | 19 | B | 0 | 21 | CF | 14 | 3A |
| Octal | 200 | 227 | 252 | 31 | 13 | 0 | 41 | 317 | 24 | 72 |
| Binary | 10000000 | 10010111 | 10101010 | 11001 | 1011 | 0 | 100001 | 11001111 | 10100 | 111010 |
Color Harmonies of #8097AA
Complementary color
Monochromatic Colors of #8097AA
Black with #8097AA
Text Example
Text Example
White with #8097AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8097AA; }
p { color: rgb(128,151,170); }
H1.HeaderClassName
{
color: #8097AA;
}
.AnyTagClassName
{
color: #8097AA;
}
</style>
background-color css
<style>
a { background-color: #8097AA; }
a { background-color: rgb(128,151,170); }
div.DivClassName
{
background-color: #8097AA;
}
.BgClassName
{
background-color: #8097AA;
}
</style>
border-color css
<style>
span { border-color: #8097AA; }
span { border-color: rgb(128,151,170); }
td.TdClassName
{
border-color: #8097AA;
}
.TagClassName
{
border-color: #8097AA;
}
</style>