Shades of Bali Hai #8F9BA3
Tints of Bali Hai #8F9BA3
RGB
CMYK
RGB Variations
Color information
#8F9BA3 (or 0x8F9BA3) is known color: Bali Hai. HEX triplet: 8F, 9B and A3. RGB value is (143,155,163). Sum of RGB (Red+Green+Blue) = 143+155+163=461 (61% of max value = 765). Red value is 143 (56.25% from 255 or 31.02% from 461); Green value is 155 (60.94% from 255 or 33.62% from 461); Blue value is 163 (64.06% from 255 or 35.36% from 461); Max value from RGB is 163 - color contains mainly: blue. Hex color #8F9BA3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F9BA3 is #70645C. Grayscale: #989898. Windows color (decimal): -7365725 or 10722191. OLE color: 10722191.
HSL color Cylindrical-coordinate representation of color #8F9BA3: hue angle of 204º degrees, saturation: 0.1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #8F9BA3 is Cyan = 0.12, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 143 | 155 | 163 | - |
| CMYK | 0.12 | 0.05 | 0 | 0.36 |
| HSL | 204º | 0.1% | 0.6% | - |
| HSV(B) | 204º | 0.12% | 0.64% | - |
| XYZ | 29.66 | 31.93 | 39.25 | - |
| YUV | 152.32 | 134.02 | 121.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 155 | 163 | 0.12 | 0.05 | 0 | 0.36 | 204 | 0.1 | 0.6 |
| Hex | 8F | 9B | A3 | C | 5 | 0 | 24 | CC | A | 3C |
| Octal | 217 | 233 | 243 | 14 | 5 | 0 | 44 | 314 | 12 | 74 |
| Binary | 10001111 | 10011011 | 10100011 | 1100 | 101 | 0 | 100100 | 11001100 | 1010 | 111100 |
Color Harmonies of #8F9BA3
Complementary color
Monochromatic Colors of #8F9BA3
Black with #8F9BA3
Text Example
Text Example
White with #8F9BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F9BA3; }
p { color: rgb(143,155,163); }
H1.HeaderClassName
{
color: #8F9BA3;
}
.AnyTagClassName
{
color: #8F9BA3;
}
</style>
background-color css
<style>
a { background-color: #8F9BA3; }
a { background-color: rgb(143,155,163); }
div.DivClassName
{
background-color: #8F9BA3;
}
.BgClassName
{
background-color: #8F9BA3;
}
</style>
border-color css
<style>
span { border-color: #8F9BA3; }
span { border-color: rgb(143,155,163); }
td.TdClassName
{
border-color: #8F9BA3;
}
.TagClassName
{
border-color: #8F9BA3;
}
</style>