Shades of Bali Hai #88939E
Tints of Bali Hai #88939E
RGB
CMYK
RGB Variations
Color information
#88939E (or 0x88939E) is known color: Bali Hai. HEX triplet: 88, 93 and 9E. RGB value is (136,147,158). Sum of RGB (Red+Green+Blue) = 136+147+158=441 (58% of max value = 765). Red value is 136 (53.52% from 255 or 30.84% from 441); Green value is 147 (57.81% from 255 or 33.33% from 441); Blue value is 158 (62.11% from 255 or 35.83% from 441); Max value from RGB is 158 - color contains mainly: blue. Hex color #88939E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88939E is #776C61. Grayscale: #909090. Windows color (decimal): -7826530 or 10392456. OLE color: 10392456.
HSL color Cylindrical-coordinate representation of color #88939E: hue angle of 210º degrees, saturation: 0.1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #88939E is Cyan = 0.14, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 136 | 147 | 158 | - |
| CMYK | 0.14 | 0.07 | 0 | 0.38 |
| HSL | 210º | 0.1% | 0.58% | - |
| HSV(B) | 210º | 0.14% | 0.62% | - |
| XYZ | 26.76 | 28.57 | 36.45 | - |
| YUV | 144.97 | 135.36 | 121.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 147 | 158 | 0.14 | 0.07 | 0 | 0.38 | 210 | 0.1 | 0.58 |
| Hex | 88 | 93 | 9E | E | 7 | 0 | 26 | D2 | A | 3A |
| Octal | 210 | 223 | 236 | 16 | 7 | 0 | 46 | 322 | 12 | 72 |
| Binary | 10001000 | 10010011 | 10011110 | 1110 | 111 | 0 | 100110 | 11010010 | 1010 | 111010 |
Color Harmonies of #88939E
Complementary color
Monochromatic Colors of #88939E
Black with #88939E
Text Example
Text Example
White with #88939E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88939E; }
p { color: rgb(136,147,158); }
H1.HeaderClassName
{
color: #88939E;
}
.AnyTagClassName
{
color: #88939E;
}
</style>
background-color css
<style>
a { background-color: #88939E; }
a { background-color: rgb(136,147,158); }
div.DivClassName
{
background-color: #88939E;
}
.BgClassName
{
background-color: #88939E;
}
</style>
border-color css
<style>
span { border-color: #88939E; }
span { border-color: rgb(136,147,158); }
td.TdClassName
{
border-color: #88939E;
}
.TagClassName
{
border-color: #88939E;
}
</style>