Shades of Bali Hai #8F979D
Tints of Bali Hai #8F979D
RGB
CMYK
RGB Variations
Color information
#8F979D (or 0x8F979D) is known color: Bali Hai. HEX triplet: 8F, 97 and 9D. RGB value is (143,151,157). Sum of RGB (Red+Green+Blue) = 143+151+157=451 (59% of max value = 765). Red value is 143 (56.25% from 255 or 31.71% from 451); Green value is 151 (59.38% from 255 or 33.48% from 451); Blue value is 157 (61.72% from 255 or 34.81% from 451); Max value from RGB is 157 - color contains mainly: blue. Hex color #8F979D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F979D is #706862. Grayscale: #959595. Windows color (decimal): -7366755 or 10327951. OLE color: 10327951.
HSL color Cylindrical-coordinate representation of color #8F979D: hue angle of 205.71º degrees, saturation: 0.07, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #8F979D is Cyan = 0.09, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
RGB | 143 | 151 | 157 | - |
CMYK | 0.09 | 0.04 | 0 | 0.38 |
HSL | 205.71º | 0.07% | 0.59% | - |
HSV(B) | 205.71º | 0.09% | 0.62% | - |
XYZ | 28.48 | 30.41 | 36.27 | - |
YUV | 149.29 | 132.35 | 123.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 143 | 151 | 157 | 0.09 | 0.04 | 0 | 0.38 | 205.71 | 0.07 | 0.59 |
Hex | 8F | 97 | 9D | 9 | 4 | 0 | 26 | CE | 7 | 3B |
Octal | 217 | 227 | 235 | 11 | 4 | 0 | 46 | 316 | 7 | 73 |
Binary | 10001111 | 10010111 | 10011101 | 1001 | 100 | 0 | 100110 | 11001110 | 111 | 111011 |
Color Harmonies of #8F979D
Complementary color
Monochromatic Colors of #8F979D
Black with #8F979D
Text Example
Text Example
White with #8F979D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F979D; }
p { color: rgb(143,151,157); }
H1.HeaderClassName
{
color: #8F979D;
}
.AnyTagClassName
{
color: #8F979D;
}
</style>
background-color css
<style>
a { background-color: #8F979D; }
a { background-color: rgb(143,151,157); }
div.DivClassName
{
background-color: #8F979D;
}
.BgClassName
{
background-color: #8F979D;
}
</style>
border-color css
<style>
span { border-color: #8F979D; }
span { border-color: rgb(143,151,157); }
td.TdClassName
{
border-color: #8F979D;
}
.TagClassName
{
border-color: #8F979D;
}
</style>