Shades of Bali Hai #8B9FAC
Tints of Bali Hai #8B9FAC
RGB
CMYK
RGB Variations
Color information
#8B9FAC (or 0x8B9FAC) is known color: Bali Hai. HEX triplet: 8B, 9F and AC. RGB value is (139,159,172). Sum of RGB (Red+Green+Blue) = 139+159+172=470 (62% of max value = 765). Red value is 139 (54.69% from 255 or 29.57% from 470); Green value is 159 (62.5% from 255 or 33.83% from 470); Blue value is 172 (67.58% from 255 or 36.60% from 470); Max value from RGB is 172 - color contains mainly: blue. Hex color #8B9FAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B9FAC is #746053. Grayscale: #9A9A9A. Windows color (decimal): -7626836 or 11313035. OLE color: 11313035.
HSL color Cylindrical-coordinate representation of color #8B9FAC: hue angle of 203.64º 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 #8B9FAC is Cyan = 0.19, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 139 | 159 | 172 | - |
| CMYK | 0.19 | 0.08 | 0 | 0.33 |
| HSL | 203.64º | 0.17% | 0.61% | - |
| HSV(B) | 203.64º | 0.19% | 0.67% | - |
| XYZ | 30.49 | 33.26 | 43.84 | - |
| YUV | 154.5 | 137.87 | 116.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 159 | 172 | 0.19 | 0.08 | 0 | 0.33 | 203.64 | 0.17 | 0.61 |
| Hex | 8B | 9F | AC | 13 | 8 | 0 | 21 | CC | 11 | 3D |
| Octal | 213 | 237 | 254 | 23 | 10 | 0 | 41 | 314 | 21 | 75 |
| Binary | 10001011 | 10011111 | 10101100 | 10011 | 1000 | 0 | 100001 | 11001100 | 10001 | 111101 |
Color Harmonies of #8B9FAC
Complementary color
Monochromatic Colors of #8B9FAC
Black with #8B9FAC
Text Example
Text Example
White with #8B9FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B9FAC; }
p { color: rgb(139,159,172); }
H1.HeaderClassName
{
color: #8B9FAC;
}
.AnyTagClassName
{
color: #8B9FAC;
}
</style>
background-color css
<style>
a { background-color: #8B9FAC; }
a { background-color: rgb(139,159,172); }
div.DivClassName
{
background-color: #8B9FAC;
}
.BgClassName
{
background-color: #8B9FAC;
}
</style>
border-color css
<style>
span { border-color: #8B9FAC; }
span { border-color: rgb(139,159,172); }
td.TdClassName
{
border-color: #8B9FAC;
}
.TagClassName
{
border-color: #8B9FAC;
}
</style>