Shades of Bali Hai #8CA1AF
Tints of Bali Hai #8CA1AF
RGB
CMYK
RGB Variations
Color information
#8CA1AF (or 0x8CA1AF) is known color: Bali Hai. HEX triplet: 8C, A1 and AF. RGB value is (140,161,175). Sum of RGB (Red+Green+Blue) = 140+161+175=476 (63% of max value = 765). Red value is 140 (55.08% from 255 or 29.41% from 476); Green value is 161 (63.28% from 255 or 33.82% from 476); Blue value is 175 (68.75% from 255 or 36.76% from 476); Max value from RGB is 175 - color contains mainly: blue. Hex color #8CA1AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8CA1AF is #735E50. Grayscale: #9C9C9C. Windows color (decimal): -7560785 or 11510156. OLE color: 11510156.
HSL color Cylindrical-coordinate representation of color #8CA1AF: hue angle of 204º degrees, saturation: 0.18, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8CA1AF is Cyan = 0.2, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 140 | 161 | 175 | - |
| CMYK | 0.2 | 0.08 | 0 | 0.31 |
| HSL | 204º | 0.18% | 0.62% | - |
| HSV(B) | 204º | 0.2% | 0.69% | - |
| XYZ | 31.3 | 34.16 | 45.5 | - |
| YUV | 156.32 | 138.54 | 116.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 161 | 175 | 0.2 | 0.08 | 0 | 0.31 | 204 | 0.18 | 0.62 |
| Hex | 8C | A1 | AF | 14 | 8 | 0 | 1F | CC | 12 | 3E |
| Octal | 214 | 241 | 257 | 24 | 10 | 0 | 37 | 314 | 22 | 76 |
| Binary | 10001100 | 10100001 | 10101111 | 10100 | 1000 | 0 | 11111 | 11001100 | 10010 | 111110 |
Color Harmonies of #8CA1AF
Complementary color
Monochromatic Colors of #8CA1AF
Black with #8CA1AF
Text Example
Text Example
White with #8CA1AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CA1AF; }
p { color: rgb(140,161,175); }
H1.HeaderClassName
{
color: #8CA1AF;
}
.AnyTagClassName
{
color: #8CA1AF;
}
</style>
background-color css
<style>
a { background-color: #8CA1AF; }
a { background-color: rgb(140,161,175); }
div.DivClassName
{
background-color: #8CA1AF;
}
.BgClassName
{
background-color: #8CA1AF;
}
</style>
border-color css
<style>
span { border-color: #8CA1AF; }
span { border-color: rgb(140,161,175); }
td.TdClassName
{
border-color: #8CA1AF;
}
.TagClassName
{
border-color: #8CA1AF;
}
</style>