Shades of Bali Hai #8E989D
Tints of Bali Hai #8E989D
RGB
CMYK
RGB Variations
Color information
#8E989D (or 0x8E989D) is known color: Bali Hai. HEX triplet: 8E, 98 and 9D. RGB value is (142,152,157). Sum of RGB (Red+Green+Blue) = 142+152+157=451 (59% of max value = 765). Red value is 142 (55.86% from 255 or 31.49% from 451); Green value is 152 (59.77% from 255 or 33.70% from 451); Blue value is 157 (61.72% from 255 or 34.81% from 451); Max value from RGB is 157 - color contains mainly: blue. Hex color #8E989D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E989D is #716762. Grayscale: #959595. Windows color (decimal): -7432035 or 10328206. OLE color: 10328206.
HSL color Cylindrical-coordinate representation of color #8E989D: hue angle of 200º degrees, saturation: 0.07, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #8E989D is Cyan = 0.10, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 142 | 152 | 157 | - |
| CMYK | 0.10 | 0.03 | 0 | 0.38 |
| HSL | 200º | 0.07% | 0.59% | - |
| HSV(B) | 200º | 0.1% | 0.62% | - |
| XYZ | 28.47 | 30.64 | 36.31 | - |
| YUV | 149.58 | 132.19 | 122.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 152 | 157 | 0.10 | 0.03 | 0 | 0.38 | 200 | 0.07 | 0.59 |
| Hex | 8E | 98 | 9D | A | 3 | 0 | 26 | C8 | 7 | 3B |
| Octal | 216 | 230 | 235 | 12 | 3 | 0 | 46 | 310 | 7 | 73 |
| Binary | 10001110 | 10011000 | 10011101 | 1010 | 11 | 0 | 100110 | 11001000 | 111 | 111011 |
Color Harmonies of #8E989D
Complementary color
Monochromatic Colors of #8E989D
Black with #8E989D
Text Example
Text Example
White with #8E989D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E989D; }
p { color: rgb(142,152,157); }
H1.HeaderClassName
{
color: #8E989D;
}
.AnyTagClassName
{
color: #8E989D;
}
</style>
background-color css
<style>
a { background-color: #8E989D; }
a { background-color: rgb(142,152,157); }
div.DivClassName
{
background-color: #8E989D;
}
.BgClassName
{
background-color: #8E989D;
}
</style>
border-color css
<style>
span { border-color: #8E989D; }
span { border-color: rgb(142,152,157); }
td.TdClassName
{
border-color: #8E989D;
}
.TagClassName
{
border-color: #8E989D;
}
</style>