Shades of Bali Hai #8F9CA1
Tints of Bali Hai #8F9CA1
RGB
CMYK
RGB Variations
Color information
#8F9CA1 (or 0x8F9CA1) is known color: Bali Hai. HEX triplet: 8F, 9C and A1. RGB value is (143,156,161). Sum of RGB (Red+Green+Blue) = 143+156+161=460 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.09% from 460); Green value is 156 (61.33% from 255 or 33.91% from 460); Blue value is 161 (63.28% from 255 or 35% from 460); Max value from RGB is 161 - color contains mainly: blue. Hex color #8F9CA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F9CA1 is #70635E. Grayscale: #989898. Windows color (decimal): -7365471 or 10591375. OLE color: 10591375.
HSL color Cylindrical-coordinate representation of color #8F9CA1: hue angle of 196.67º degrees, saturation: 0.09, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #8F9CA1 is Cyan = 0.11, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 143 | 156 | 161 | - |
| CMYK | 0.11 | 0.03 | 0 | 0.37 |
| HSL | 196.67º | 0.09% | 0.6% | - |
| HSV(B) | 196.67º | 0.11% | 0.63% | - |
| XYZ | 29.65 | 32.19 | 38.37 | - |
| YUV | 152.68 | 132.69 | 121.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 156 | 161 | 0.11 | 0.03 | 0 | 0.37 | 196.67 | 0.09 | 0.6 |
| Hex | 8F | 9C | A1 | B | 3 | 0 | 25 | C5 | 9 | 3C |
| Octal | 217 | 234 | 241 | 13 | 3 | 0 | 45 | 305 | 11 | 74 |
| Binary | 10001111 | 10011100 | 10100001 | 1011 | 11 | 0 | 100101 | 11000101 | 1001 | 111100 |
Color Harmonies of #8F9CA1
Complementary color
Monochromatic Colors of #8F9CA1
Black with #8F9CA1
Text Example
Text Example
White with #8F9CA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F9CA1; }
p { color: rgb(143,156,161); }
H1.HeaderClassName
{
color: #8F9CA1;
}
.AnyTagClassName
{
color: #8F9CA1;
}
</style>
background-color css
<style>
a { background-color: #8F9CA1; }
a { background-color: rgb(143,156,161); }
div.DivClassName
{
background-color: #8F9CA1;
}
.BgClassName
{
background-color: #8F9CA1;
}
</style>
border-color css
<style>
span { border-color: #8F9CA1; }
span { border-color: rgb(143,156,161); }
td.TdClassName
{
border-color: #8F9CA1;
}
.TagClassName
{
border-color: #8F9CA1;
}
</style>