Shades of Bali Hai #8B989D
Tints of Bali Hai #8B989D
RGB
CMYK
RGB Variations
Color information
#8B989D (or 0x8B989D) is known color: Bali Hai. HEX triplet: 8B, 98 and 9D. RGB value is (139,152,157). Sum of RGB (Red+Green+Blue) = 139+152+157=448 (59% of max value = 765). Red value is 139 (54.69% from 255 or 31.03% from 448); Green value is 152 (59.77% from 255 or 33.93% from 448); Blue value is 157 (61.72% from 255 or 35.04% from 448); Max value from RGB is 157 - color contains mainly: blue. Hex color #8B989D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B989D is #746762. Grayscale: #949494. Windows color (decimal): -7628643 or 10328203. OLE color: 10328203.
HSL color Cylindrical-coordinate representation of color #8B989D: hue angle of 196.67º degrees, saturation: 0.08, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #8B989D is Cyan = 0.11, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 139 | 152 | 157 | - |
| CMYK | 0.11 | 0.03 | 0 | 0.38 |
| HSL | 196.67º | 0.08% | 0.58% | - |
| HSV(B) | 196.67º | 0.11% | 0.62% | - |
| XYZ | 27.96 | 30.38 | 36.29 | - |
| YUV | 148.68 | 132.69 | 121.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 152 | 157 | 0.11 | 0.03 | 0 | 0.38 | 196.67 | 0.08 | 0.58 |
| Hex | 8B | 98 | 9D | B | 3 | 0 | 26 | C5 | 8 | 3A |
| Octal | 213 | 230 | 235 | 13 | 3 | 0 | 46 | 305 | 10 | 72 |
| Binary | 10001011 | 10011000 | 10011101 | 1011 | 11 | 0 | 100110 | 11000101 | 1000 | 111010 |
Color Harmonies of #8B989D
Complementary color
Monochromatic Colors of #8B989D
Black with #8B989D
Text Example
Text Example
White with #8B989D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B989D; }
p { color: rgb(139,152,157); }
H1.HeaderClassName
{
color: #8B989D;
}
.AnyTagClassName
{
color: #8B989D;
}
</style>
background-color css
<style>
a { background-color: #8B989D; }
a { background-color: rgb(139,152,157); }
div.DivClassName
{
background-color: #8B989D;
}
.BgClassName
{
background-color: #8B989D;
}
</style>
border-color css
<style>
span { border-color: #8B989D; }
span { border-color: rgb(139,152,157); }
td.TdClassName
{
border-color: #8B989D;
}
.TagClassName
{
border-color: #8B989D;
}
</style>