Shades of Bali Hai #8A939B
Tints of Bali Hai #8A939B
RGB
CMYK
RGB Variations
Color information
#8A939B (or 0x8A939B) is known color: Bali Hai. HEX triplet: 8A, 93 and 9B. RGB value is (138,147,155). Sum of RGB (Red+Green+Blue) = 138+147+155=440 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.36% from 440); Green value is 147 (57.81% from 255 or 33.41% from 440); Blue value is 155 (60.94% from 255 or 35.23% from 440); Max value from RGB is 155 - color contains mainly: blue. Hex color #8A939B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A939B is #756C64. Grayscale: #919191. Windows color (decimal): -7695461 or 10195850. OLE color: 10195850.
HSL color Cylindrical-coordinate representation of color #8A939B: hue angle of 208.24º degrees, saturation: 0.08, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #8A939B is Cyan = 0.11, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 138 | 147 | 155 | - |
| CMYK | 0.11 | 0.05 | 0 | 0.39 |
| HSL | 208.24º | 0.08% | 0.57% | - |
| HSV(B) | 208.24º | 0.11% | 0.61% | - |
| XYZ | 26.83 | 28.64 | 35.12 | - |
| YUV | 145.22 | 133.52 | 122.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 147 | 155 | 0.11 | 0.05 | 0 | 0.39 | 208.24 | 0.08 | 0.57 |
| Hex | 8A | 93 | 9B | B | 5 | 0 | 27 | D0 | 8 | 39 |
| Octal | 212 | 223 | 233 | 13 | 5 | 0 | 47 | 320 | 10 | 71 |
| Binary | 10001010 | 10010011 | 10011011 | 1011 | 101 | 0 | 100111 | 11010000 | 1000 | 111001 |
Color Harmonies of #8A939B
Complementary color
Monochromatic Colors of #8A939B
Black with #8A939B
Text Example
Text Example
White with #8A939B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A939B; }
p { color: rgb(138,147,155); }
H1.HeaderClassName
{
color: #8A939B;
}
.AnyTagClassName
{
color: #8A939B;
}
</style>
background-color css
<style>
a { background-color: #8A939B; }
a { background-color: rgb(138,147,155); }
div.DivClassName
{
background-color: #8A939B;
}
.BgClassName
{
background-color: #8A939B;
}
</style>
border-color css
<style>
span { border-color: #8A939B; }
span { border-color: rgb(138,147,155); }
td.TdClassName
{
border-color: #8A939B;
}
.TagClassName
{
border-color: #8A939B;
}
</style>