Shades of Bali Hai #8F9FA3
Tints of Bali Hai #8F9FA3
RGB
CMYK
RGB Variations
Color information
#8F9FA3 (or 0x8F9FA3) is known color: Bali Hai. HEX triplet: 8F, 9F and A3. RGB value is (143,159,163). Sum of RGB (Red+Green+Blue) = 143+159+163=465 (61% of max value = 765). Red value is 143 (56.25% from 255 or 30.75% from 465); Green value is 159 (62.5% from 255 or 34.19% from 465); Blue value is 163 (64.06% from 255 or 35.05% from 465); Max value from RGB is 163 - color contains mainly: blue. Hex color #8F9FA3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F9FA3 is #70605C. Grayscale: #9A9A9A. Windows color (decimal): -7364701 or 10723215. OLE color: 10723215.
HSL color Cylindrical-coordinate representation of color #8F9FA3: hue angle of 192º degrees, saturation: 0.1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #8F9FA3 is Cyan = 0.12, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 143 | 159 | 163 | - |
| CMYK | 0.12 | 0.02 | 0 | 0.36 |
| HSL | 192º | 0.1% | 0.6% | - |
| HSV(B) | 192º | 0.12% | 0.64% | - |
| XYZ | 30.34 | 33.28 | 39.48 | - |
| YUV | 154.67 | 132.7 | 119.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 159 | 163 | 0.12 | 0.02 | 0 | 0.36 | 192 | 0.1 | 0.6 |
| Hex | 8F | 9F | A3 | C | 2 | 0 | 24 | C0 | A | 3C |
| Octal | 217 | 237 | 243 | 14 | 2 | 0 | 44 | 300 | 12 | 74 |
| Binary | 10001111 | 10011111 | 10100011 | 1100 | 10 | 0 | 100100 | 11000000 | 1010 | 111100 |
Color Harmonies of #8F9FA3
Complementary color
Monochromatic Colors of #8F9FA3
Black with #8F9FA3
Text Example
Text Example
White with #8F9FA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F9FA3; }
p { color: rgb(143,159,163); }
H1.HeaderClassName
{
color: #8F9FA3;
}
.AnyTagClassName
{
color: #8F9FA3;
}
</style>
background-color css
<style>
a { background-color: #8F9FA3; }
a { background-color: rgb(143,159,163); }
div.DivClassName
{
background-color: #8F9FA3;
}
.BgClassName
{
background-color: #8F9FA3;
}
</style>
border-color css
<style>
span { border-color: #8F9FA3; }
span { border-color: rgb(143,159,163); }
td.TdClassName
{
border-color: #8F9FA3;
}
.TagClassName
{
border-color: #8F9FA3;
}
</style>