Shades of Bali Hai #8F9CA4
Tints of Bali Hai #8F9CA4
RGB
CMYK
RGB Variations
Color information
#8F9CA4 (or 0x8F9CA4) is known color: Bali Hai. HEX triplet: 8F, 9C and A4. RGB value is (143,156,164). Sum of RGB (Red+Green+Blue) = 143+156+164=463 (61% of max value = 765). Red value is 143 (56.25% from 255 or 30.89% from 463); Green value is 156 (61.33% from 255 or 33.69% from 463); Blue value is 164 (64.45% from 255 or 35.42% from 463); Max value from RGB is 164 - color contains mainly: blue. Hex color #8F9CA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F9CA4 is #70635B. Grayscale: #989898. Windows color (decimal): -7365468 or 10787983. OLE color: 10787983.
HSL color Cylindrical-coordinate representation of color #8F9CA4: hue angle of 202.86º degrees, saturation: 0.1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #8F9CA4 is Cyan = 0.13, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 143 | 156 | 164 | - |
| CMYK | 0.13 | 0.05 | 0 | 0.36 |
| HSL | 202.86º | 0.1% | 0.6% | - |
| HSV(B) | 202.86º | 0.13% | 0.64% | - |
| XYZ | 29.92 | 32.3 | 39.78 | - |
| YUV | 153.03 | 134.19 | 120.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 156 | 164 | 0.13 | 0.05 | 0 | 0.36 | 202.86 | 0.1 | 0.6 |
| Hex | 8F | 9C | A4 | D | 5 | 0 | 24 | CB | A | 3C |
| Octal | 217 | 234 | 244 | 15 | 5 | 0 | 44 | 313 | 12 | 74 |
| Binary | 10001111 | 10011100 | 10100100 | 1101 | 101 | 0 | 100100 | 11001011 | 1010 | 111100 |
Color Harmonies of #8F9CA4
Complementary color
Monochromatic Colors of #8F9CA4
Black with #8F9CA4
Text Example
Text Example
White with #8F9CA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F9CA4; }
p { color: rgb(143,156,164); }
H1.HeaderClassName
{
color: #8F9CA4;
}
.AnyTagClassName
{
color: #8F9CA4;
}
</style>
background-color css
<style>
a { background-color: #8F9CA4; }
a { background-color: rgb(143,156,164); }
div.DivClassName
{
background-color: #8F9CA4;
}
.BgClassName
{
background-color: #8F9CA4;
}
</style>
border-color css
<style>
span { border-color: #8F9CA4; }
span { border-color: rgb(143,156,164); }
td.TdClassName
{
border-color: #8F9CA4;
}
.TagClassName
{
border-color: #8F9CA4;
}
</style>