Shades of Bali Hai #8B979F
Tints of Bali Hai #8B979F
RGB
CMYK
RGB Variations
Color information
#8B979F (or 0x8B979F) is known color: Bali Hai. HEX triplet: 8B, 97 and 9F. RGB value is (139,151,159). Sum of RGB (Red+Green+Blue) = 139+151+159=449 (59% of max value = 765). Red value is 139 (54.69% from 255 or 30.96% from 449); Green value is 151 (59.38% from 255 or 33.63% from 449); Blue value is 159 (62.5% from 255 or 35.41% from 449); Max value from RGB is 159 - color contains mainly: blue. Hex color #8B979F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B979F is #746860. Grayscale: #949494. Windows color (decimal): -7628897 or 10459019. OLE color: 10459019.
HSL color Cylindrical-coordinate representation of color #8B979F: hue angle of 204º degrees, saturation: 0.09, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #8B979F is Cyan = 0.13, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 139 | 151 | 159 | - |
| CMYK | 0.13 | 0.05 | 0 | 0.38 |
| HSL | 204º | 0.09% | 0.58% | - |
| HSV(B) | 204º | 0.13% | 0.62% | - |
| XYZ | 27.97 | 30.13 | 37.14 | - |
| YUV | 148.32 | 134.02 | 121.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 151 | 159 | 0.13 | 0.05 | 0 | 0.38 | 204 | 0.09 | 0.58 |
| Hex | 8B | 97 | 9F | D | 5 | 0 | 26 | CC | 9 | 3A |
| Octal | 213 | 227 | 237 | 15 | 5 | 0 | 46 | 314 | 11 | 72 |
| Binary | 10001011 | 10010111 | 10011111 | 1101 | 101 | 0 | 100110 | 11001100 | 1001 | 111010 |
Color Harmonies of #8B979F
Complementary color
Monochromatic Colors of #8B979F
Black with #8B979F
Text Example
Text Example
White with #8B979F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B979F; }
p { color: rgb(139,151,159); }
H1.HeaderClassName
{
color: #8B979F;
}
.AnyTagClassName
{
color: #8B979F;
}
</style>
background-color css
<style>
a { background-color: #8B979F; }
a { background-color: rgb(139,151,159); }
div.DivClassName
{
background-color: #8B979F;
}
.BgClassName
{
background-color: #8B979F;
}
</style>
border-color css
<style>
span { border-color: #8B979F; }
span { border-color: rgb(139,151,159); }
td.TdClassName
{
border-color: #8B979F;
}
.TagClassName
{
border-color: #8B979F;
}
</style>