Shades of Bali Hai #8B9AAC
Tints of Bali Hai #8B9AAC
RGB
CMYK
RGB Variations
Color information
#8B9AAC (or 0x8B9AAC) is known color: Bali Hai. HEX triplet: 8B, 9A and AC. RGB value is (139,154,172). Sum of RGB (Red+Green+Blue) = 139+154+172=465 (61% of max value = 765). Red value is 139 (54.69% from 255 or 29.89% from 465); Green value is 154 (60.55% from 255 or 33.12% from 465); Blue value is 172 (67.58% from 255 or 36.99% from 465); Max value from RGB is 172 - color contains mainly: blue. Hex color #8B9AAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B9AAC is #746553. Grayscale: #979797. Windows color (decimal): -7628116 or 11311755. OLE color: 11311755.
HSL color Cylindrical-coordinate representation of color #8B9AAC: hue angle of 212.73º 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 #8B9AAC is Cyan = 0.19, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 139 | 154 | 172 | - |
| CMYK | 0.19 | 0.10 | 0 | 0.33 |
| HSL | 212.73º | 0.17% | 0.61% | - |
| HSV(B) | 212.73º | 0.19% | 0.67% | - |
| XYZ | 29.65 | 31.58 | 43.56 | - |
| YUV | 151.57 | 139.53 | 119.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 154 | 172 | 0.19 | 0.10 | 0 | 0.33 | 212.73 | 0.17 | 0.61 |
| Hex | 8B | 9A | AC | 13 | A | 0 | 21 | D5 | 11 | 3D |
| Octal | 213 | 232 | 254 | 23 | 12 | 0 | 41 | 325 | 21 | 75 |
| Binary | 10001011 | 10011010 | 10101100 | 10011 | 1010 | 0 | 100001 | 11010101 | 10001 | 111101 |
Color Harmonies of #8B9AAC
Complementary color
Monochromatic Colors of #8B9AAC
Black with #8B9AAC
Text Example
Text Example
White with #8B9AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B9AAC; }
p { color: rgb(139,154,172); }
H1.HeaderClassName
{
color: #8B9AAC;
}
.AnyTagClassName
{
color: #8B9AAC;
}
</style>
background-color css
<style>
a { background-color: #8B9AAC; }
a { background-color: rgb(139,154,172); }
div.DivClassName
{
background-color: #8B9AAC;
}
.BgClassName
{
background-color: #8B9AAC;
}
</style>
border-color css
<style>
span { border-color: #8B9AAC; }
span { border-color: rgb(139,154,172); }
td.TdClassName
{
border-color: #8B9AAC;
}
.TagClassName
{
border-color: #8B9AAC;
}
</style>