Shades of Bali Hai #8C979E
Tints of Bali Hai #8C979E
RGB
CMYK
RGB Variations
Color information
#8C979E (or 0x8C979E) is known color: Bali Hai. HEX triplet: 8C, 97 and 9E. RGB value is (140,151,158). Sum of RGB (Red+Green+Blue) = 140+151+158=449 (59% of max value = 765). Red value is 140 (55.08% from 255 or 31.18% from 449); Green value is 151 (59.38% from 255 or 33.63% from 449); Blue value is 158 (62.11% from 255 or 35.19% from 449); Max value from RGB is 158 - color contains mainly: blue. Hex color #8C979E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C979E is #736861. Grayscale: #949494. Windows color (decimal): -7563362 or 10393484. OLE color: 10393484.
HSL color Cylindrical-coordinate representation of color #8C979E: hue angle of 203.33º 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 #8C979E is Cyan = 0.11, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 140 | 151 | 158 | - |
| CMYK | 0.11 | 0.04 | 0 | 0.38 |
| HSL | 203.33º | 0.08% | 0.58% | - |
| HSV(B) | 203.33º | 0.11% | 0.62% | - |
| XYZ | 28.05 | 30.18 | 36.69 | - |
| YUV | 148.51 | 133.36 | 121.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 151 | 158 | 0.11 | 0.04 | 0 | 0.38 | 203.33 | 0.08 | 0.58 |
| Hex | 8C | 97 | 9E | B | 4 | 0 | 26 | CB | 8 | 3A |
| Octal | 214 | 227 | 236 | 13 | 4 | 0 | 46 | 313 | 10 | 72 |
| Binary | 10001100 | 10010111 | 10011110 | 1011 | 100 | 0 | 100110 | 11001011 | 1000 | 111010 |
Color Harmonies of #8C979E
Complementary color
Monochromatic Colors of #8C979E
Black with #8C979E
Text Example
Text Example
White with #8C979E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C979E; }
p { color: rgb(140,151,158); }
H1.HeaderClassName
{
color: #8C979E;
}
.AnyTagClassName
{
color: #8C979E;
}
</style>
background-color css
<style>
a { background-color: #8C979E; }
a { background-color: rgb(140,151,158); }
div.DivClassName
{
background-color: #8C979E;
}
.BgClassName
{
background-color: #8C979E;
}
</style>
border-color css
<style>
span { border-color: #8C979E; }
span { border-color: rgb(140,151,158); }
td.TdClassName
{
border-color: #8C979E;
}
.TagClassName
{
border-color: #8C979E;
}
</style>