Shades of Bali Hai #8FA1AE
Tints of Bali Hai #8FA1AE
RGB
CMYK
RGB Variations
Color information
#8FA1AE (or 0x8FA1AE) is known color: Bali Hai. HEX triplet: 8F, A1 and AE. RGB value is (143,161,174). Sum of RGB (Red+Green+Blue) = 143+161+174=478 (63% of max value = 765). Red value is 143 (56.25% from 255 or 29.92% from 478); Green value is 161 (63.28% from 255 or 33.68% from 478); Blue value is 174 (68.36% from 255 or 36.40% from 478); Max value from RGB is 174 - color contains mainly: blue. Hex color #8FA1AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8FA1AE is #705E51. Grayscale: #9D9D9D. Windows color (decimal): -7364178 or 11444623. OLE color: 11444623.
HSL color Cylindrical-coordinate representation of color #8FA1AE: hue angle of 205.16º degrees, saturation: 0.16, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8FA1AE is Cyan = 0.18, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 143 | 161 | 174 | - |
| CMYK | 0.18 | 0.07 | 0 | 0.32 |
| HSL | 205.16º | 0.16% | 0.62% | - |
| HSV(B) | 205.16º | 0.18% | 0.68% | - |
| XYZ | 31.71 | 34.39 | 45.01 | - |
| YUV | 157.1 | 137.54 | 117.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 161 | 174 | 0.18 | 0.07 | 0 | 0.32 | 205.16 | 0.16 | 0.62 |
| Hex | 8F | A1 | AE | 12 | 7 | 0 | 20 | CD | 10 | 3E |
| Octal | 217 | 241 | 256 | 22 | 7 | 0 | 40 | 315 | 20 | 76 |
| Binary | 10001111 | 10100001 | 10101110 | 10010 | 111 | 0 | 100000 | 11001101 | 10000 | 111110 |
Color Harmonies of #8FA1AE
Complementary color
Monochromatic Colors of #8FA1AE
Black with #8FA1AE
Text Example
Text Example
White with #8FA1AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FA1AE; }
p { color: rgb(143,161,174); }
H1.HeaderClassName
{
color: #8FA1AE;
}
.AnyTagClassName
{
color: #8FA1AE;
}
</style>
background-color css
<style>
a { background-color: #8FA1AE; }
a { background-color: rgb(143,161,174); }
div.DivClassName
{
background-color: #8FA1AE;
}
.BgClassName
{
background-color: #8FA1AE;
}
</style>
border-color css
<style>
span { border-color: #8FA1AE; }
span { border-color: rgb(143,161,174); }
td.TdClassName
{
border-color: #8FA1AE;
}
.TagClassName
{
border-color: #8FA1AE;
}
</style>