Shades of Bali Hai #8F9699
Tints of Bali Hai #8F9699
RGB
CMYK
RGB Variations
Color information
#8F9699 (or 0x8F9699) is known color: Bali Hai. HEX triplet: 8F, 96 and 99. RGB value is (143,150,153). Sum of RGB (Red+Green+Blue) = 143+150+153=446 (59% of max value = 765). Red value is 143 (56.25% from 255 or 32.06% from 446); Green value is 150 (58.98% from 255 or 33.63% from 446); Blue value is 153 (60.16% from 255 or 34.30% from 446); Max value from RGB is 153 - color contains mainly: blue. Hex color #8F9699 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F9699 is #706966. Grayscale: #949494. Windows color (decimal): -7367015 or 10065551. OLE color: 10065551.
HSL color Cylindrical-coordinate representation of color #8F9699: hue angle of 198º degrees, saturation: 0.05, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #8F9699 is Cyan = 0.07, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 143 | 150 | 153 | - |
| CMYK | 0.07 | 0.02 | 0 | 0.4 |
| HSL | 198º | 0.05% | 0.58% | - |
| HSV(B) | 198º | 0.07% | 0.6% | - |
| XYZ | 27.98 | 29.95 | 34.44 | - |
| YUV | 148.25 | 130.68 | 124.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 150 | 153 | 0.07 | 0.02 | 0 | 0.4 | 198 | 0.05 | 0.58 |
| Hex | 8F | 96 | 99 | 7 | 2 | 0 | 28 | C6 | 5 | 3A |
| Octal | 217 | 226 | 231 | 7 | 2 | 0 | 50 | 306 | 5 | 72 |
| Binary | 10001111 | 10010110 | 10011001 | 111 | 10 | 0 | 101000 | 11000110 | 101 | 111010 |
Color Harmonies of #8F9699
Complementary color
Monochromatic Colors of #8F9699
Black with #8F9699
Text Example
Text Example
White with #8F9699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F9699; }
p { color: rgb(143,150,153); }
H1.HeaderClassName
{
color: #8F9699;
}
.AnyTagClassName
{
color: #8F9699;
}
</style>
background-color css
<style>
a { background-color: #8F9699; }
a { background-color: rgb(143,150,153); }
div.DivClassName
{
background-color: #8F9699;
}
.BgClassName
{
background-color: #8F9699;
}
</style>
border-color css
<style>
span { border-color: #8F9699; }
span { border-color: rgb(143,150,153); }
td.TdClassName
{
border-color: #8F9699;
}
.TagClassName
{
border-color: #8F9699;
}
</style>