Shades of Bali Hai #8B99A8
Tints of Bali Hai #8B99A8
RGB
CMYK
RGB Variations
Color information
#8B99A8 (or 0x8B99A8) is known color: Bali Hai. HEX triplet: 8B, 99 and A8. RGB value is (139,153,168). Sum of RGB (Red+Green+Blue) = 139+153+168=460 (60% of max value = 765). Red value is 139 (54.69% from 255 or 30.22% from 460); Green value is 153 (60.16% from 255 or 33.26% from 460); Blue value is 168 (66.02% from 255 or 36.52% from 460); Max value from RGB is 168 - color contains mainly: blue. Hex color #8B99A8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B99A8 is #746657. Grayscale: #969696. Windows color (decimal): -7628376 or 11049355. OLE color: 11049355.
HSL color Cylindrical-coordinate representation of color #8B99A8: hue angle of 211.03º degrees, saturation: 0.14, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8B99A8 is Cyan = 0.17, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 139 | 153 | 168 | - |
| CMYK | 0.17 | 0.09 | 0 | 0.34 |
| HSL | 211.03º | 0.14% | 0.6% | - |
| HSV(B) | 211.03º | 0.17% | 0.66% | - |
| XYZ | 29.11 | 31.1 | 41.51 | - |
| YUV | 150.52 | 137.86 | 119.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 153 | 168 | 0.17 | 0.09 | 0 | 0.34 | 211.03 | 0.14 | 0.6 |
| Hex | 8B | 99 | A8 | 11 | 9 | 0 | 22 | D3 | E | 3C |
| Octal | 213 | 231 | 250 | 21 | 11 | 0 | 42 | 323 | 16 | 74 |
| Binary | 10001011 | 10011001 | 10101000 | 10001 | 1001 | 0 | 100010 | 11010011 | 1110 | 111100 |
Color Harmonies of #8B99A8
Complementary color
Monochromatic Colors of #8B99A8
Black with #8B99A8
Text Example
Text Example
White with #8B99A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B99A8; }
p { color: rgb(139,153,168); }
H1.HeaderClassName
{
color: #8B99A8;
}
.AnyTagClassName
{
color: #8B99A8;
}
</style>
background-color css
<style>
a { background-color: #8B99A8; }
a { background-color: rgb(139,153,168); }
div.DivClassName
{
background-color: #8B99A8;
}
.BgClassName
{
background-color: #8B99A8;
}
</style>
border-color css
<style>
span { border-color: #8B99A8; }
span { border-color: rgb(139,153,168); }
td.TdClassName
{
border-color: #8B99A8;
}
.TagClassName
{
border-color: #8B99A8;
}
</style>