Shades of Bali Hai #8B9FA4
Tints of Bali Hai #8B9FA4
RGB
CMYK
RGB Variations
Color information
#8B9FA4 (or 0x8B9FA4) is known color: Bali Hai. HEX triplet: 8B, 9F and A4. RGB value is (139,159,164). Sum of RGB (Red+Green+Blue) = 139+159+164=462 (61% of max value = 765). Red value is 139 (54.69% from 255 or 30.09% from 462); Green value is 159 (62.5% from 255 or 34.42% from 462); Blue value is 164 (64.45% from 255 or 35.50% from 462); Max value from RGB is 164 - color contains mainly: blue. Hex color #8B9FA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B9FA4 is #74605B. Grayscale: #999999. Windows color (decimal): -7626844 or 10788747. OLE color: 10788747.
HSL color Cylindrical-coordinate representation of color #8B9FA4: hue angle of 192º degrees, saturation: 0.12, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #8B9FA4 is Cyan = 0.15, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 139 | 159 | 164 | - |
| CMYK | 0.15 | 0.03 | 0 | 0.36 |
| HSL | 192º | 0.12% | 0.59% | - |
| HSV(B) | 192º | 0.15% | 0.64% | - |
| XYZ | 29.75 | 32.97 | 39.92 | - |
| YUV | 153.59 | 133.87 | 117.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 159 | 164 | 0.15 | 0.03 | 0 | 0.36 | 192 | 0.12 | 0.59 |
| Hex | 8B | 9F | A4 | F | 3 | 0 | 24 | C0 | C | 3B |
| Octal | 213 | 237 | 244 | 17 | 3 | 0 | 44 | 300 | 14 | 73 |
| Binary | 10001011 | 10011111 | 10100100 | 1111 | 11 | 0 | 100100 | 11000000 | 1100 | 111011 |
Color Harmonies of #8B9FA4
Complementary color
Monochromatic Colors of #8B9FA4
Black with #8B9FA4
Text Example
Text Example
White with #8B9FA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B9FA4; }
p { color: rgb(139,159,164); }
H1.HeaderClassName
{
color: #8B9FA4;
}
.AnyTagClassName
{
color: #8B9FA4;
}
</style>
background-color css
<style>
a { background-color: #8B9FA4; }
a { background-color: rgb(139,159,164); }
div.DivClassName
{
background-color: #8B9FA4;
}
.BgClassName
{
background-color: #8B9FA4;
}
</style>
border-color css
<style>
span { border-color: #8B9FA4; }
span { border-color: rgb(139,159,164); }
td.TdClassName
{
border-color: #8B9FA4;
}
.TagClassName
{
border-color: #8B9FA4;
}
</style>