Shades of Bali Hai #8CA0AF
Tints of Bali Hai #8CA0AF
RGB
CMYK
RGB Variations
Color information
#8CA0AF (or 0x8CA0AF) is known color: Bali Hai. HEX triplet: 8C, A0 and AF. RGB value is (140,160,175). Sum of RGB (Red+Green+Blue) = 140+160+175=475 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.47% from 475); Green value is 160 (62.89% from 255 or 33.68% from 475); Blue value is 175 (68.75% from 255 or 36.84% from 475); Max value from RGB is 175 - color contains mainly: blue. Hex color #8CA0AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8CA0AF is #735F50. Grayscale: #9B9B9B. Windows color (decimal): -7561041 or 11509900. OLE color: 11509900.
HSL color Cylindrical-coordinate representation of color #8CA0AF: hue angle of 205.71º 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 #8CA0AF is Cyan = 0.2, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 140 | 160 | 175 | - |
| CMYK | 0.2 | 0.09 | 0 | 0.31 |
| HSL | 205.71º | 0.18% | 0.62% | - |
| HSV(B) | 205.71º | 0.2% | 0.69% | - |
| XYZ | 31.12 | 33.81 | 45.44 | - |
| YUV | 155.73 | 138.87 | 116.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 160 | 175 | 0.2 | 0.09 | 0 | 0.31 | 205.71 | 0.18 | 0.62 |
| Hex | 8C | A0 | AF | 14 | 9 | 0 | 1F | CE | 12 | 3E |
| Octal | 214 | 240 | 257 | 24 | 11 | 0 | 37 | 316 | 22 | 76 |
| Binary | 10001100 | 10100000 | 10101111 | 10100 | 1001 | 0 | 11111 | 11001110 | 10010 | 111110 |
Color Harmonies of #8CA0AF
Complementary color
Monochromatic Colors of #8CA0AF
Black with #8CA0AF
Text Example
Text Example
White with #8CA0AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CA0AF; }
p { color: rgb(140,160,175); }
H1.HeaderClassName
{
color: #8CA0AF;
}
.AnyTagClassName
{
color: #8CA0AF;
}
</style>
background-color css
<style>
a { background-color: #8CA0AF; }
a { background-color: rgb(140,160,175); }
div.DivClassName
{
background-color: #8CA0AF;
}
.BgClassName
{
background-color: #8CA0AF;
}
</style>
border-color css
<style>
span { border-color: #8CA0AF; }
span { border-color: rgb(140,160,175); }
td.TdClassName
{
border-color: #8CA0AF;
}
.TagClassName
{
border-color: #8CA0AF;
}
</style>