Shades of Bali Hai #809AA1
Tints of Bali Hai #809AA1
RGB
CMYK
RGB Variations
Color information
#809AA1 (or 0x809AA1) is known color: Bali Hai. HEX triplet: 80, 9A and A1. RGB value is (128,154,161). Sum of RGB (Red+Green+Blue) = 128+154+161=443 (58% of max value = 765). Red value is 128 (50.39% from 255 or 28.89% from 443); Green value is 154 (60.55% from 255 or 34.76% from 443); Blue value is 161 (63.28% from 255 or 36.34% from 443); Max value from RGB is 161 - color contains mainly: blue. Hex color #809AA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #809AA1 is #7F655E. Grayscale: #929292. Windows color (decimal): -8349023 or 10590848. OLE color: 10590848.
HSL color Cylindrical-coordinate representation of color #809AA1: hue angle of 192.73º degrees, saturation: 0.15, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #809AA1 is Cyan = 0.20, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 128 | 154 | 161 | - |
| CMYK | 0.20 | 0.04 | 0 | 0.37 |
| HSL | 192.73º | 0.15% | 0.57% | - |
| HSV(B) | 192.73º | 0.2% | 0.63% | - |
| XYZ | 26.89 | 30.27 | 38.14 | - |
| YUV | 147.02 | 135.89 | 114.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 154 | 161 | 0.20 | 0.04 | 0 | 0.37 | 192.73 | 0.15 | 0.57 |
| Hex | 80 | 9A | A1 | 14 | 4 | 0 | 25 | C1 | F | 39 |
| Octal | 200 | 232 | 241 | 24 | 4 | 0 | 45 | 301 | 17 | 71 |
| Binary | 10000000 | 10011010 | 10100001 | 10100 | 100 | 0 | 100101 | 11000001 | 1111 | 111001 |
Color Harmonies of #809AA1
Complementary color
Monochromatic Colors of #809AA1
Black with #809AA1
Text Example
Text Example
White with #809AA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #809AA1; }
p { color: rgb(128,154,161); }
H1.HeaderClassName
{
color: #809AA1;
}
.AnyTagClassName
{
color: #809AA1;
}
</style>
background-color css
<style>
a { background-color: #809AA1; }
a { background-color: rgb(128,154,161); }
div.DivClassName
{
background-color: #809AA1;
}
.BgClassName
{
background-color: #809AA1;
}
</style>
border-color css
<style>
span { border-color: #809AA1; }
span { border-color: rgb(128,154,161); }
td.TdClassName
{
border-color: #809AA1;
}
.TagClassName
{
border-color: #809AA1;
}
</style>