Shades of Bali Hai #8B9497
Tints of Bali Hai #8B9497
RGB
CMYK
RGB Variations
Color information
#8B9497 (or 0x8B9497) is known color: Bali Hai. HEX triplet: 8B, 94 and 97. RGB value is (139,148,151). Sum of RGB (Red+Green+Blue) = 139+148+151=438 (58% of max value = 765). Red value is 139 (54.69% from 255 or 31.74% from 438); Green value is 148 (58.20% from 255 or 33.79% from 438); Blue value is 151 (59.38% from 255 or 34.47% from 438); Max value from RGB is 151 - color contains mainly: blue. Hex color #8B9497 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B9497 is #746B68. Grayscale: #919191. Windows color (decimal): -7629673 or 9933963. OLE color: 9933963.
HSL color Cylindrical-coordinate representation of color #8B9497: hue angle of 195º degrees, saturation: 0.05, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #8B9497 is Cyan = 0.08, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 139 | 148 | 151 | - |
| CMYK | 0.08 | 0.02 | 0 | 0.41 |
| HSL | 195º | 0.05% | 0.57% | - |
| HSV(B) | 195º | 0.08% | 0.59% | - |
| XYZ | 26.82 | 28.9 | 33.44 | - |
| YUV | 145.65 | 131.02 | 123.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 148 | 151 | 0.08 | 0.02 | 0 | 0.41 | 195 | 0.05 | 0.57 |
| Hex | 8B | 94 | 97 | 8 | 2 | 0 | 29 | C3 | 5 | 39 |
| Octal | 213 | 224 | 227 | 10 | 2 | 0 | 51 | 303 | 5 | 71 |
| Binary | 10001011 | 10010100 | 10010111 | 1000 | 10 | 0 | 101001 | 11000011 | 101 | 111001 |
Color Harmonies of #8B9497
Complementary color
Monochromatic Colors of #8B9497
Black with #8B9497
Text Example
Text Example
White with #8B9497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B9497; }
p { color: rgb(139,148,151); }
H1.HeaderClassName
{
color: #8B9497;
}
.AnyTagClassName
{
color: #8B9497;
}
</style>
background-color css
<style>
a { background-color: #8B9497; }
a { background-color: rgb(139,148,151); }
div.DivClassName
{
background-color: #8B9497;
}
.BgClassName
{
background-color: #8B9497;
}
</style>
border-color css
<style>
span { border-color: #8B9497; }
span { border-color: rgb(139,148,151); }
td.TdClassName
{
border-color: #8B9497;
}
.TagClassName
{
border-color: #8B9497;
}
</style>