Shades of Bali Hai #8A989E
Tints of Bali Hai #8A989E
RGB
CMYK
RGB Variations
Color information
#8A989E (or 0x8A989E) is known color: Bali Hai. HEX triplet: 8A, 98 and 9E. RGB value is (138,152,158). Sum of RGB (Red+Green+Blue) = 138+152+158=448 (59% of max value = 765). Red value is 138 (54.30% from 255 or 30.80% from 448); Green value is 152 (59.77% from 255 or 33.93% from 448); Blue value is 158 (62.11% from 255 or 35.27% from 448); Max value from RGB is 158 - color contains mainly: blue. Hex color #8A989E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A989E is #756761. Grayscale: #949494. Windows color (decimal): -7694178 or 10393738. OLE color: 10393738.
HSL color Cylindrical-coordinate representation of color #8A989E: hue angle of 198º 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 #8A989E is Cyan = 0.13, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 138 | 152 | 158 | - |
| CMYK | 0.13 | 0.04 | 0 | 0.38 |
| HSL | 198º | 0.09% | 0.58% | - |
| HSV(B) | 198º | 0.13% | 0.62% | - |
| XYZ | 27.88 | 30.33 | 36.73 | - |
| YUV | 148.5 | 133.36 | 120.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 152 | 158 | 0.13 | 0.04 | 0 | 0.38 | 198 | 0.09 | 0.58 |
| Hex | 8A | 98 | 9E | D | 4 | 0 | 26 | C6 | 9 | 3A |
| Octal | 212 | 230 | 236 | 15 | 4 | 0 | 46 | 306 | 11 | 72 |
| Binary | 10001010 | 10011000 | 10011110 | 1101 | 100 | 0 | 100110 | 11000110 | 1001 | 111010 |
Color Harmonies of #8A989E
Complementary color
Monochromatic Colors of #8A989E
Black with #8A989E
Text Example
Text Example
White with #8A989E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A989E; }
p { color: rgb(138,152,158); }
H1.HeaderClassName
{
color: #8A989E;
}
.AnyTagClassName
{
color: #8A989E;
}
</style>
background-color css
<style>
a { background-color: #8A989E; }
a { background-color: rgb(138,152,158); }
div.DivClassName
{
background-color: #8A989E;
}
.BgClassName
{
background-color: #8A989E;
}
</style>
border-color css
<style>
span { border-color: #8A989E; }
span { border-color: rgb(138,152,158); }
td.TdClassName
{
border-color: #8A989E;
}
.TagClassName
{
border-color: #8A989E;
}
</style>