Shades of Bali Hai #8FA0A9
Tints of Bali Hai #8FA0A9
RGB
CMYK
RGB Variations
Color information
#8FA0A9 (or 0x8FA0A9) is known color: Bali Hai. HEX triplet: 8F, A0 and A9. RGB value is (143,160,169). Sum of RGB (Red+Green+Blue) = 143+160+169=472 (62% of max value = 765). Red value is 143 (56.25% from 255 or 30.30% from 472); Green value is 160 (62.89% from 255 or 33.90% from 472); Blue value is 169 (66.41% from 255 or 35.81% from 472); Max value from RGB is 169 - color contains mainly: blue. Hex color #8FA0A9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8FA0A9 is #705F56. Grayscale: #9B9B9B. Windows color (decimal): -7364439 or 11116687. OLE color: 11116687.
HSL color Cylindrical-coordinate representation of color #8FA0A9: hue angle of 200.77º degrees, saturation: 0.13, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #8FA0A9 is Cyan = 0.15, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 143 | 160 | 169 | - |
| CMYK | 0.15 | 0.05 | 0 | 0.34 |
| HSL | 200.77º | 0.13% | 0.61% | - |
| HSV(B) | 200.77º | 0.15% | 0.66% | - |
| XYZ | 31.06 | 33.85 | 42.43 | - |
| YUV | 155.94 | 135.37 | 118.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 160 | 169 | 0.15 | 0.05 | 0 | 0.34 | 200.77 | 0.13 | 0.61 |
| Hex | 8F | A0 | A9 | F | 5 | 0 | 22 | C9 | D | 3D |
| Octal | 217 | 240 | 251 | 17 | 5 | 0 | 42 | 311 | 15 | 75 |
| Binary | 10001111 | 10100000 | 10101001 | 1111 | 101 | 0 | 100010 | 11001001 | 1101 | 111101 |
Color Harmonies of #8FA0A9
Complementary color
Monochromatic Colors of #8FA0A9
Black with #8FA0A9
Text Example
Text Example
White with #8FA0A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FA0A9; }
p { color: rgb(143,160,169); }
H1.HeaderClassName
{
color: #8FA0A9;
}
.AnyTagClassName
{
color: #8FA0A9;
}
</style>
background-color css
<style>
a { background-color: #8FA0A9; }
a { background-color: rgb(143,160,169); }
div.DivClassName
{
background-color: #8FA0A9;
}
.BgClassName
{
background-color: #8FA0A9;
}
</style>
border-color css
<style>
span { border-color: #8FA0A9; }
span { border-color: rgb(143,160,169); }
td.TdClassName
{
border-color: #8FA0A9;
}
.TagClassName
{
border-color: #8FA0A9;
}
</style>