Shades of Bali Hai #8B939B
Tints of Bali Hai #8B939B
RGB
CMYK
RGB Variations
Color information
#8B939B (or 0x8B939B) is known color: Bali Hai. HEX triplet: 8B, 93 and 9B. RGB value is (139,147,155). Sum of RGB (Red+Green+Blue) = 139+147+155=441 (58% of max value = 765). Red value is 139 (54.69% from 255 or 31.52% from 441); Green value is 147 (57.81% from 255 or 33.33% from 441); Blue value is 155 (60.94% from 255 or 35.15% from 441); Max value from RGB is 155 - color contains mainly: blue. Hex color #8B939B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B939B is #746C64. Grayscale: #919191. Windows color (decimal): -7629925 or 10195851. OLE color: 10195851.
HSL color Cylindrical-coordinate representation of color #8B939B: hue angle of 210º degrees, saturation: 0.07, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #8B939B is Cyan = 0.10, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 139 | 147 | 155 | - |
| CMYK | 0.10 | 0.05 | 0 | 0.39 |
| HSL | 210º | 0.07% | 0.58% | - |
| HSV(B) | 210º | 0.1% | 0.61% | - |
| XYZ | 27 | 28.72 | 35.13 | - |
| YUV | 145.52 | 133.35 | 123.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 147 | 155 | 0.10 | 0.05 | 0 | 0.39 | 210 | 0.07 | 0.58 |
| Hex | 8B | 93 | 9B | A | 5 | 0 | 27 | D2 | 7 | 3A |
| Octal | 213 | 223 | 233 | 12 | 5 | 0 | 47 | 322 | 7 | 72 |
| Binary | 10001011 | 10010011 | 10011011 | 1010 | 101 | 0 | 100111 | 11010010 | 111 | 111010 |
Color Harmonies of #8B939B
Complementary color
Monochromatic Colors of #8B939B
Black with #8B939B
Text Example
Text Example
White with #8B939B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B939B; }
p { color: rgb(139,147,155); }
H1.HeaderClassName
{
color: #8B939B;
}
.AnyTagClassName
{
color: #8B939B;
}
</style>
background-color css
<style>
a { background-color: #8B939B; }
a { background-color: rgb(139,147,155); }
div.DivClassName
{
background-color: #8B939B;
}
.BgClassName
{
background-color: #8B939B;
}
</style>
border-color css
<style>
span { border-color: #8B939B; }
span { border-color: rgb(139,147,155); }
td.TdClassName
{
border-color: #8B939B;
}
.TagClassName
{
border-color: #8B939B;
}
</style>