Shades of Bali Hai #8A989F
Tints of Bali Hai #8A989F
RGB
CMYK
RGB Variations
Color information
#8A989F (or 0x8A989F) is known color: Bali Hai. HEX triplet: 8A, 98 and 9F. RGB value is (138,152,159). Sum of RGB (Red+Green+Blue) = 138+152+159=449 (59% of max value = 765). Red value is 138 (54.30% from 255 or 30.73% from 449); Green value is 152 (59.77% from 255 or 33.85% 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 #8A989F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A989F is #756760. Grayscale: #949494. Windows color (decimal): -7694177 or 10459274. OLE color: 10459274.
HSL color Cylindrical-coordinate representation of color #8A989F: hue angle of 200º degrees, saturation: 0.1, 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 #8A989F is Cyan = 0.13, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 138 | 152 | 159 | - |
| CMYK | 0.13 | 0.04 | 0 | 0.38 |
| HSL | 200º | 0.1% | 0.58% | - |
| HSV(B) | 200º | 0.13% | 0.62% | - |
| XYZ | 27.97 | 30.36 | 37.19 | - |
| YUV | 148.61 | 133.86 | 120.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 152 | 159 | 0.13 | 0.04 | 0 | 0.38 | 200 | 0.1 | 0.58 |
| Hex | 8A | 98 | 9F | D | 4 | 0 | 26 | C8 | A | 3A |
| Octal | 212 | 230 | 237 | 15 | 4 | 0 | 46 | 310 | 12 | 72 |
| Binary | 10001010 | 10011000 | 10011111 | 1101 | 100 | 0 | 100110 | 11001000 | 1010 | 111010 |
Color Harmonies of #8A989F
Complementary color
Monochromatic Colors of #8A989F
Black with #8A989F
Text Example
Text Example
White with #8A989F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A989F; }
p { color: rgb(138,152,159); }
H1.HeaderClassName
{
color: #8A989F;
}
.AnyTagClassName
{
color: #8A989F;
}
</style>
background-color css
<style>
a { background-color: #8A989F; }
a { background-color: rgb(138,152,159); }
div.DivClassName
{
background-color: #8A989F;
}
.BgClassName
{
background-color: #8A989F;
}
</style>
border-color css
<style>
span { border-color: #8A989F; }
span { border-color: rgb(138,152,159); }
td.TdClassName
{
border-color: #8A989F;
}
.TagClassName
{
border-color: #8A989F;
}
</style>