Shades of Bali Hai #8FA1AB
Tints of Bali Hai #8FA1AB
RGB
CMYK
RGB Variations
Color information
#8FA1AB (or 0x8FA1AB) is known color: Bali Hai. HEX triplet: 8F, A1 and AB. RGB value is (143,161,171). Sum of RGB (Red+Green+Blue) = 143+161+171=475 (62% of max value = 765). Red value is 143 (56.25% from 255 or 30.11% from 475); Green value is 161 (63.28% from 255 or 33.89% from 475); Blue value is 171 (67.19% from 255 or 36% from 475); Max value from RGB is 171 - color contains mainly: blue. Hex color #8FA1AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8FA1AB is #705E54. Grayscale: #9C9C9C. Windows color (decimal): -7364181 or 11248015. OLE color: 11248015.
HSL color Cylindrical-coordinate representation of color #8FA1AB: hue angle of 201.43º degrees, saturation: 0.14, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #8FA1AB is Cyan = 0.16, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 143 | 161 | 171 | - |
| CMYK | 0.16 | 0.06 | 0 | 0.33 |
| HSL | 201.43º | 0.14% | 0.62% | - |
| HSV(B) | 201.43º | 0.16% | 0.67% | - |
| XYZ | 31.42 | 34.27 | 43.49 | - |
| YUV | 156.76 | 136.04 | 118.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 161 | 171 | 0.16 | 0.06 | 0 | 0.33 | 201.43 | 0.14 | 0.62 |
| Hex | 8F | A1 | AB | 10 | 6 | 0 | 21 | C9 | E | 3E |
| Octal | 217 | 241 | 253 | 20 | 6 | 0 | 41 | 311 | 16 | 76 |
| Binary | 10001111 | 10100001 | 10101011 | 10000 | 110 | 0 | 100001 | 11001001 | 1110 | 111110 |
Color Harmonies of #8FA1AB
Complementary color
Monochromatic Colors of #8FA1AB
Black with #8FA1AB
Text Example
Text Example
White with #8FA1AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FA1AB; }
p { color: rgb(143,161,171); }
H1.HeaderClassName
{
color: #8FA1AB;
}
.AnyTagClassName
{
color: #8FA1AB;
}
</style>
background-color css
<style>
a { background-color: #8FA1AB; }
a { background-color: rgb(143,161,171); }
div.DivClassName
{
background-color: #8FA1AB;
}
.BgClassName
{
background-color: #8FA1AB;
}
</style>
border-color css
<style>
span { border-color: #8FA1AB; }
span { border-color: rgb(143,161,171); }
td.TdClassName
{
border-color: #8FA1AB;
}
.TagClassName
{
border-color: #8FA1AB;
}
</style>