Shades of Bali Hai #8F969C
Tints of Bali Hai #8F969C
RGB
CMYK
RGB Variations
Color information
#8F969C (or 0x8F969C) is known color: Bali Hai. HEX triplet: 8F, 96 and 9C. RGB value is (143,150,156). Sum of RGB (Red+Green+Blue) = 143+150+156=449 (59% of max value = 765). Red value is 143 (56.25% from 255 or 31.85% from 449); Green value is 150 (58.98% from 255 or 33.41% from 449); Blue value is 156 (61.33% from 255 or 34.74% from 449); Max value from RGB is 156 - color contains mainly: blue. Hex color #8F969C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F969C is #706963. Grayscale: #949494. Windows color (decimal): -7367012 or 10262159. OLE color: 10262159.
HSL color Cylindrical-coordinate representation of color #8F969C: hue angle of 207.69º degrees, saturation: 0.06, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #8F969C is Cyan = 0.08, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 143 | 150 | 156 | - |
| CMYK | 0.08 | 0.04 | 0 | 0.39 |
| HSL | 207.69º | 0.06% | 0.59% | - |
| HSV(B) | 207.69º | 0.08% | 0.61% | - |
| XYZ | 28.23 | 30.05 | 35.77 | - |
| YUV | 148.59 | 132.18 | 124.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 150 | 156 | 0.08 | 0.04 | 0 | 0.39 | 207.69 | 0.06 | 0.59 |
| Hex | 8F | 96 | 9C | 8 | 4 | 0 | 27 | D0 | 6 | 3B |
| Octal | 217 | 226 | 234 | 10 | 4 | 0 | 47 | 320 | 6 | 73 |
| Binary | 10001111 | 10010110 | 10011100 | 1000 | 100 | 0 | 100111 | 11010000 | 110 | 111011 |
Color Harmonies of #8F969C
Complementary color
Monochromatic Colors of #8F969C
Black with #8F969C
Text Example
Text Example
White with #8F969C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F969C; }
p { color: rgb(143,150,156); }
H1.HeaderClassName
{
color: #8F969C;
}
.AnyTagClassName
{
color: #8F969C;
}
</style>
background-color css
<style>
a { background-color: #8F969C; }
a { background-color: rgb(143,150,156); }
div.DivClassName
{
background-color: #8F969C;
}
.BgClassName
{
background-color: #8F969C;
}
</style>
border-color css
<style>
span { border-color: #8F969C; }
span { border-color: rgb(143,150,156); }
td.TdClassName
{
border-color: #8F969C;
}
.TagClassName
{
border-color: #8F969C;
}
</style>