Shades of Bali Hai #8F9BA1
Tints of Bali Hai #8F9BA1
RGB
CMYK
RGB Variations
Color information
#8F9BA1 (or 0x8F9BA1) is known color: Bali Hai. HEX triplet: 8F, 9B and A1. RGB value is (143,155,161). Sum of RGB (Red+Green+Blue) = 143+155+161=459 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.15% from 459); Green value is 155 (60.94% from 255 or 33.77% from 459); Blue value is 161 (63.28% from 255 or 35.08% from 459); Max value from RGB is 161 - color contains mainly: blue. Hex color #8F9BA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F9BA1 is #70645E. Grayscale: #989898. Windows color (decimal): -7365727 or 10591119. OLE color: 10591119.
HSL color Cylindrical-coordinate representation of color #8F9BA1: hue angle of 200º degrees, saturation: 0.09, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #8F9BA1 is Cyan = 0.11, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 143 | 155 | 161 | - |
| CMYK | 0.11 | 0.04 | 0 | 0.37 |
| HSL | 200º | 0.09% | 0.6% | - |
| HSV(B) | 200º | 0.11% | 0.63% | - |
| XYZ | 29.48 | 31.86 | 38.31 | - |
| YUV | 152.1 | 133.02 | 121.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 155 | 161 | 0.11 | 0.04 | 0 | 0.37 | 200 | 0.09 | 0.6 |
| Hex | 8F | 9B | A1 | B | 4 | 0 | 25 | C8 | 9 | 3C |
| Octal | 217 | 233 | 241 | 13 | 4 | 0 | 45 | 310 | 11 | 74 |
| Binary | 10001111 | 10011011 | 10100001 | 1011 | 100 | 0 | 100101 | 11001000 | 1001 | 111100 |
Color Harmonies of #8F9BA1
Complementary color
Monochromatic Colors of #8F9BA1
Black with #8F9BA1
Text Example
Text Example
White with #8F9BA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F9BA1; }
p { color: rgb(143,155,161); }
H1.HeaderClassName
{
color: #8F9BA1;
}
.AnyTagClassName
{
color: #8F9BA1;
}
</style>
background-color css
<style>
a { background-color: #8F9BA1; }
a { background-color: rgb(143,155,161); }
div.DivClassName
{
background-color: #8F9BA1;
}
.BgClassName
{
background-color: #8F9BA1;
}
</style>
border-color css
<style>
span { border-color: #8F9BA1; }
span { border-color: rgb(143,155,161); }
td.TdClassName
{
border-color: #8F9BA1;
}
.TagClassName
{
border-color: #8F9BA1;
}
</style>