Shades of Bali Hai #8D979C
Tints of Bali Hai #8D979C
RGB
CMYK
RGB Variations
Color information
#8D979C (or 0x8D979C) is known color: Bali Hai. HEX triplet: 8D, 97 and 9C. RGB value is (141,151,156). Sum of RGB (Red+Green+Blue) = 141+151+156=448 (59% of max value = 765). Red value is 141 (55.47% from 255 or 31.47% from 448); Green value is 151 (59.38% from 255 or 33.71% from 448); Blue value is 156 (61.33% from 255 or 34.82% from 448); Max value from RGB is 156 - color contains mainly: blue. Hex color #8D979C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D979C is #726863. Grayscale: #949494. Windows color (decimal): -7497828 or 10262413. OLE color: 10262413.
HSL color Cylindrical-coordinate representation of color #8D979C: hue angle of 200º degrees, saturation: 0.07, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #8D979C is Cyan = 0.10, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 141 | 151 | 156 | - |
| CMYK | 0.10 | 0.03 | 0 | 0.39 |
| HSL | 200º | 0.07% | 0.58% | - |
| HSV(B) | 200º | 0.1% | 0.61% | - |
| XYZ | 28.05 | 30.2 | 35.8 | - |
| YUV | 148.58 | 132.19 | 122.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 151 | 156 | 0.10 | 0.03 | 0 | 0.39 | 200 | 0.07 | 0.58 |
| Hex | 8D | 97 | 9C | A | 3 | 0 | 27 | C8 | 7 | 3A |
| Octal | 215 | 227 | 234 | 12 | 3 | 0 | 47 | 310 | 7 | 72 |
| Binary | 10001101 | 10010111 | 10011100 | 1010 | 11 | 0 | 100111 | 11001000 | 111 | 111010 |
Color Harmonies of #8D979C
Complementary color
Monochromatic Colors of #8D979C
Black with #8D979C
Text Example
Text Example
White with #8D979C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D979C; }
p { color: rgb(141,151,156); }
H1.HeaderClassName
{
color: #8D979C;
}
.AnyTagClassName
{
color: #8D979C;
}
</style>
background-color css
<style>
a { background-color: #8D979C; }
a { background-color: rgb(141,151,156); }
div.DivClassName
{
background-color: #8D979C;
}
.BgClassName
{
background-color: #8D979C;
}
</style>
border-color css
<style>
span { border-color: #8D979C; }
span { border-color: rgb(141,151,156); }
td.TdClassName
{
border-color: #8D979C;
}
.TagClassName
{
border-color: #8D979C;
}
</style>