Shades of Bali Hai #8F989D
Tints of Bali Hai #8F989D
RGB
CMYK
RGB Variations
Color information
#8F989D (or 0x8F989D) is known color: Bali Hai. HEX triplet: 8F, 98 and 9D. RGB value is (143,152,157). Sum of RGB (Red+Green+Blue) = 143+152+157=452 (59% of max value = 765). Red value is 143 (56.25% from 255 or 31.64% from 452); Green value is 152 (59.77% from 255 or 33.63% from 452); Blue value is 157 (61.72% from 255 or 34.73% from 452); Max value from RGB is 157 - color contains mainly: blue. Hex color #8F989D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F989D is #706762. Grayscale: #959595. Windows color (decimal): -7366499 or 10328207. OLE color: 10328207.
HSL color Cylindrical-coordinate representation of color #8F989D: hue angle of 201.43º 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 #8F989D is Cyan = 0.09, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
RGB | 143 | 152 | 157 | - |
CMYK | 0.09 | 0.03 | 0 | 0.38 |
HSL | 201.43º | 0.07% | 0.59% | - |
HSV(B) | 201.43º | 0.09% | 0.62% | - |
XYZ | 28.64 | 30.73 | 36.32 | - |
YUV | 149.88 | 132.02 | 123.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 143 | 152 | 157 | 0.09 | 0.03 | 0 | 0.38 | 201.43 | 0.07 | 0.59 |
Hex | 8F | 98 | 9D | 9 | 3 | 0 | 26 | C9 | 7 | 3B |
Octal | 217 | 230 | 235 | 11 | 3 | 0 | 46 | 311 | 7 | 73 |
Binary | 10001111 | 10011000 | 10011101 | 1001 | 11 | 0 | 100110 | 11001001 | 111 | 111011 |
Color Harmonies of #8F989D
Complementary color
Monochromatic Colors of #8F989D
Black with #8F989D
Text Example
Text Example
White with #8F989D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F989D; }
p { color: rgb(143,152,157); }
H1.HeaderClassName
{
color: #8F989D;
}
.AnyTagClassName
{
color: #8F989D;
}
</style>
background-color css
<style>
a { background-color: #8F989D; }
a { background-color: rgb(143,152,157); }
div.DivClassName
{
background-color: #8F989D;
}
.BgClassName
{
background-color: #8F989D;
}
</style>
border-color css
<style>
span { border-color: #8F989D; }
span { border-color: rgb(143,152,157); }
td.TdClassName
{
border-color: #8F989D;
}
.TagClassName
{
border-color: #8F989D;
}
</style>