Shades of Bali Hai #8B949A
Tints of Bali Hai #8B949A
RGB
CMYK
RGB Variations
Color information
#8B949A (or 0x8B949A) is known color: Bali Hai. HEX triplet: 8B, 94 and 9A. RGB value is (139,148,154). Sum of RGB (Red+Green+Blue) = 139+148+154=441 (58% of max value = 765). Red value is 139 (54.69% from 255 or 31.52% from 441); Green value is 148 (58.20% from 255 or 33.56% from 441); Blue value is 154 (60.55% from 255 or 34.92% from 441); Max value from RGB is 154 - color contains mainly: blue. Hex color #8B949A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B949A is #746B65. Grayscale: #919191. Windows color (decimal): -7629670 or 10130571. OLE color: 10130571.
HSL color Cylindrical-coordinate representation of color #8B949A: hue angle of 204º degrees, saturation: 0.07, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #8B949A is Cyan = 0.10, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 139 | 148 | 154 | - |
| CMYK | 0.10 | 0.04 | 0 | 0.40 |
| HSL | 204º | 0.07% | 0.57% | - |
| HSV(B) | 204º | 0.1% | 0.6% | - |
| XYZ | 27.07 | 29 | 34.74 | - |
| YUV | 145.99 | 132.52 | 123.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 148 | 154 | 0.10 | 0.04 | 0 | 0.40 | 204 | 0.07 | 0.57 |
| Hex | 8B | 94 | 9A | A | 4 | 0 | 28 | CC | 7 | 39 |
| Octal | 213 | 224 | 232 | 12 | 4 | 0 | 50 | 314 | 7 | 71 |
| Binary | 10001011 | 10010100 | 10011010 | 1010 | 100 | 0 | 101000 | 11001100 | 111 | 111001 |
Color Harmonies of #8B949A
Complementary color
Monochromatic Colors of #8B949A
Black with #8B949A
Text Example
Text Example
White with #8B949A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B949A; }
p { color: rgb(139,148,154); }
H1.HeaderClassName
{
color: #8B949A;
}
.AnyTagClassName
{
color: #8B949A;
}
</style>
background-color css
<style>
a { background-color: #8B949A; }
a { background-color: rgb(139,148,154); }
div.DivClassName
{
background-color: #8B949A;
}
.BgClassName
{
background-color: #8B949A;
}
</style>
border-color css
<style>
span { border-color: #8B949A; }
span { border-color: rgb(139,148,154); }
td.TdClassName
{
border-color: #8B949A;
}
.TagClassName
{
border-color: #8B949A;
}
</style>