Shades of Bali Hai #8D979B
Tints of Bali Hai #8D979B
RGB
CMYK
RGB Variations
Color information
#8D979B (or 0x8D979B) is known color: Bali Hai. HEX triplet: 8D, 97 and 9B. RGB value is (141,151,155). Sum of RGB (Red+Green+Blue) = 141+151+155=447 (59% of max value = 765). Red value is 141 (55.47% from 255 or 31.54% from 447); Green value is 151 (59.38% from 255 or 33.78% from 447); Blue value is 155 (60.94% from 255 or 34.68% from 447); Max value from RGB is 155 - color contains mainly: blue. Hex color #8D979B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D979B is #726864. Grayscale: #949494. Windows color (decimal): -7497829 or 10196877. OLE color: 10196877.
HSL color Cylindrical-coordinate representation of color #8D979B: hue angle of 197.14º degrees, saturation: 0.07, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #8D979B is Cyan = 0.09, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 141 | 151 | 155 | - |
| CMYK | 0.09 | 0.03 | 0 | 0.39 |
| HSL | 197.14º | 0.07% | 0.58% | - |
| HSV(B) | 197.14º | 0.09% | 0.61% | - |
| XYZ | 27.97 | 30.16 | 35.36 | - |
| YUV | 148.47 | 131.69 | 122.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 151 | 155 | 0.09 | 0.03 | 0 | 0.39 | 197.14 | 0.07 | 0.58 |
| Hex | 8D | 97 | 9B | 9 | 3 | 0 | 27 | C5 | 7 | 3A |
| Octal | 215 | 227 | 233 | 11 | 3 | 0 | 47 | 305 | 7 | 72 |
| Binary | 10001101 | 10010111 | 10011011 | 1001 | 11 | 0 | 100111 | 11000101 | 111 | 111010 |
Color Harmonies of #8D979B
Complementary color
Monochromatic Colors of #8D979B
Black with #8D979B
Text Example
Text Example
White with #8D979B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D979B; }
p { color: rgb(141,151,155); }
H1.HeaderClassName
{
color: #8D979B;
}
.AnyTagClassName
{
color: #8D979B;
}
</style>
background-color css
<style>
a { background-color: #8D979B; }
a { background-color: rgb(141,151,155); }
div.DivClassName
{
background-color: #8D979B;
}
.BgClassName
{
background-color: #8D979B;
}
</style>
border-color css
<style>
span { border-color: #8D979B; }
span { border-color: rgb(141,151,155); }
td.TdClassName
{
border-color: #8D979B;
}
.TagClassName
{
border-color: #8D979B;
}
</style>