Shades of Bali Hai #8C969F
Tints of Bali Hai #8C969F
RGB
CMYK
RGB Variations
Color information
#8C969F (or 0x8C969F) is known color: Bali Hai. HEX triplet: 8C, 96 and 9F. RGB value is (140,150,159). Sum of RGB (Red+Green+Blue) = 140+150+159=449 (59% of max value = 765). Red value is 140 (55.08% from 255 or 31.18% from 449); Green value is 150 (58.98% from 255 or 33.41% from 449); Blue value is 159 (62.5% from 255 or 35.41% from 449); Max value from RGB is 159 - color contains mainly: blue. Hex color #8C969F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C969F is #736960. Grayscale: #939393. Windows color (decimal): -7563617 or 10458764. OLE color: 10458764.
HSL color Cylindrical-coordinate representation of color #8C969F: hue angle of 208.42º degrees, saturation: 0.09, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #8C969F is Cyan = 0.12, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 140 | 150 | 159 | - |
| CMYK | 0.12 | 0.06 | 0 | 0.38 |
| HSL | 208.42º | 0.09% | 0.59% | - |
| HSV(B) | 208.42º | 0.12% | 0.62% | - |
| XYZ | 27.98 | 29.89 | 37.1 | - |
| YUV | 148.04 | 134.19 | 122.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 150 | 159 | 0.12 | 0.06 | 0 | 0.38 | 208.42 | 0.09 | 0.59 |
| Hex | 8C | 96 | 9F | C | 6 | 0 | 26 | D0 | 9 | 3B |
| Octal | 214 | 226 | 237 | 14 | 6 | 0 | 46 | 320 | 11 | 73 |
| Binary | 10001100 | 10010110 | 10011111 | 1100 | 110 | 0 | 100110 | 11010000 | 1001 | 111011 |
Color Harmonies of #8C969F
Complementary color
Monochromatic Colors of #8C969F
Black with #8C969F
Text Example
Text Example
White with #8C969F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C969F; }
p { color: rgb(140,150,159); }
H1.HeaderClassName
{
color: #8C969F;
}
.AnyTagClassName
{
color: #8C969F;
}
</style>
background-color css
<style>
a { background-color: #8C969F; }
a { background-color: rgb(140,150,159); }
div.DivClassName
{
background-color: #8C969F;
}
.BgClassName
{
background-color: #8C969F;
}
</style>
border-color css
<style>
span { border-color: #8C969F; }
span { border-color: rgb(140,150,159); }
td.TdClassName
{
border-color: #8C969F;
}
.TagClassName
{
border-color: #8C969F;
}
</style>