Shades of Bali Hai #8B9CAC
Tints of Bali Hai #8B9CAC
RGB
CMYK
RGB Variations
Color information
#8B9CAC (or 0x8B9CAC) is known color: Bali Hai. HEX triplet: 8B, 9C and AC. RGB value is (139,156,172). Sum of RGB (Red+Green+Blue) = 139+156+172=467 (61% of max value = 765). Red value is 139 (54.69% from 255 or 29.76% from 467); Green value is 156 (61.33% from 255 or 33.40% from 467); Blue value is 172 (67.58% from 255 or 36.83% from 467); Max value from RGB is 172 - color contains mainly: blue. Hex color #8B9CAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B9CAC is #746353. Grayscale: #989898. Windows color (decimal): -7627604 or 11312267. OLE color: 11312267.
HSL color Cylindrical-coordinate representation of color #8B9CAC: hue angle of 209.09º degrees, saturation: 0.17, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8B9CAC is Cyan = 0.19, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 139 | 156 | 172 | - |
| CMYK | 0.19 | 0.09 | 0 | 0.33 |
| HSL | 209.09º | 0.17% | 0.61% | - |
| HSV(B) | 209.09º | 0.19% | 0.67% | - |
| XYZ | 29.98 | 32.24 | 43.67 | - |
| YUV | 152.74 | 138.87 | 118.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 156 | 172 | 0.19 | 0.09 | 0 | 0.33 | 209.09 | 0.17 | 0.61 |
| Hex | 8B | 9C | AC | 13 | 9 | 0 | 21 | D1 | 11 | 3D |
| Octal | 213 | 234 | 254 | 23 | 11 | 0 | 41 | 321 | 21 | 75 |
| Binary | 10001011 | 10011100 | 10101100 | 10011 | 1001 | 0 | 100001 | 11010001 | 10001 | 111101 |
Color Harmonies of #8B9CAC
Complementary color
Monochromatic Colors of #8B9CAC
Black with #8B9CAC
Text Example
Text Example
White with #8B9CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B9CAC; }
p { color: rgb(139,156,172); }
H1.HeaderClassName
{
color: #8B9CAC;
}
.AnyTagClassName
{
color: #8B9CAC;
}
</style>
background-color css
<style>
a { background-color: #8B9CAC; }
a { background-color: rgb(139,156,172); }
div.DivClassName
{
background-color: #8B9CAC;
}
.BgClassName
{
background-color: #8B9CAC;
}
</style>
border-color css
<style>
span { border-color: #8B9CAC; }
span { border-color: rgb(139,156,172); }
td.TdClassName
{
border-color: #8B9CAC;
}
.TagClassName
{
border-color: #8B9CAC;
}
</style>