Shades of Bali Hai #8CA2AF
Tints of Bali Hai #8CA2AF
RGB
CMYK
RGB Variations
Color information
#8CA2AF (or 0x8CA2AF) is known color: Bali Hai. HEX triplet: 8C, A2 and AF. RGB value is (140,162,175). Sum of RGB (Red+Green+Blue) = 140+162+175=477 (63% of max value = 765). Red value is 140 (55.08% from 255 or 29.35% from 477); Green value is 162 (63.67% from 255 or 33.96% from 477); Blue value is 175 (68.75% from 255 or 36.69% from 477); Max value from RGB is 175 - color contains mainly: blue. Hex color #8CA2AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8CA2AF is #735D50. Grayscale: #9C9C9C. Windows color (decimal): -7560529 or 11510412. OLE color: 11510412.
HSL color Cylindrical-coordinate representation of color #8CA2AF: hue angle of 202.29º 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 #8CA2AF is Cyan = 0.2, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 140 | 162 | 175 | - |
| CMYK | 0.2 | 0.07 | 0 | 0.31 |
| HSL | 202.29º | 0.18% | 0.62% | - |
| HSV(B) | 202.29º | 0.2% | 0.69% | - |
| XYZ | 31.47 | 34.51 | 45.56 | - |
| YUV | 156.9 | 138.21 | 115.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 162 | 175 | 0.2 | 0.07 | 0 | 0.31 | 202.29 | 0.18 | 0.62 |
| Hex | 8C | A2 | AF | 14 | 7 | 0 | 1F | CA | 12 | 3E |
| Octal | 214 | 242 | 257 | 24 | 7 | 0 | 37 | 312 | 22 | 76 |
| Binary | 10001100 | 10100010 | 10101111 | 10100 | 111 | 0 | 11111 | 11001010 | 10010 | 111110 |
Color Harmonies of #8CA2AF
Complementary color
Monochromatic Colors of #8CA2AF
Black with #8CA2AF
Text Example
Text Example
White with #8CA2AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CA2AF; }
p { color: rgb(140,162,175); }
H1.HeaderClassName
{
color: #8CA2AF;
}
.AnyTagClassName
{
color: #8CA2AF;
}
</style>
background-color css
<style>
a { background-color: #8CA2AF; }
a { background-color: rgb(140,162,175); }
div.DivClassName
{
background-color: #8CA2AF;
}
.BgClassName
{
background-color: #8CA2AF;
}
</style>
border-color css
<style>
span { border-color: #8CA2AF; }
span { border-color: rgb(140,162,175); }
td.TdClassName
{
border-color: #8CA2AF;
}
.TagClassName
{
border-color: #8CA2AF;
}
</style>