Shades of Bali Hai #8B9DA2
Tints of Bali Hai #8B9DA2
RGB
CMYK
RGB Variations
Color information
#8B9DA2 (or 0x8B9DA2) is known color: Bali Hai. HEX triplet: 8B, 9D and A2. RGB value is (139,157,162). Sum of RGB (Red+Green+Blue) = 139+157+162=458 (60% of max value = 765). Red value is 139 (54.69% from 255 or 30.35% from 458); Green value is 157 (61.72% from 255 or 34.28% from 458); Blue value is 162 (63.67% from 255 or 35.37% from 458); Max value from RGB is 162 - color contains mainly: blue. Hex color #8B9DA2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B9DA2 is #74625D. Grayscale: #989898. Windows color (decimal): -7627358 or 10657163. OLE color: 10657163.
HSL color Cylindrical-coordinate representation of color #8B9DA2: hue angle of 193.04º degrees, saturation: 0.11, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #8B9DA2 is Cyan = 0.14, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 139 | 157 | 162 | - |
| CMYK | 0.14 | 0.03 | 0 | 0.36 |
| HSL | 193.04º | 0.11% | 0.59% | - |
| HSV(B) | 193.04º | 0.14% | 0.64% | - |
| XYZ | 29.23 | 32.21 | 38.86 | - |
| YUV | 152.19 | 133.54 | 118.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 157 | 162 | 0.14 | 0.03 | 0 | 0.36 | 193.04 | 0.11 | 0.59 |
| Hex | 8B | 9D | A2 | E | 3 | 0 | 24 | C1 | B | 3B |
| Octal | 213 | 235 | 242 | 16 | 3 | 0 | 44 | 301 | 13 | 73 |
| Binary | 10001011 | 10011101 | 10100010 | 1110 | 11 | 0 | 100100 | 11000001 | 1011 | 111011 |
Color Harmonies of #8B9DA2
Complementary color
Monochromatic Colors of #8B9DA2
Black with #8B9DA2
Text Example
Text Example
White with #8B9DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B9DA2; }
p { color: rgb(139,157,162); }
H1.HeaderClassName
{
color: #8B9DA2;
}
.AnyTagClassName
{
color: #8B9DA2;
}
</style>
background-color css
<style>
a { background-color: #8B9DA2; }
a { background-color: rgb(139,157,162); }
div.DivClassName
{
background-color: #8B9DA2;
}
.BgClassName
{
background-color: #8B9DA2;
}
</style>
border-color css
<style>
span { border-color: #8B9DA2; }
span { border-color: rgb(139,157,162); }
td.TdClassName
{
border-color: #8B9DA2;
}
.TagClassName
{
border-color: #8B9DA2;
}
</style>