Shades of Bali Hai #88949D
Tints of Bali Hai #88949D
RGB
CMYK
RGB Variations
Color information
#88949D (or 0x88949D) is known color: Bali Hai. HEX triplet: 88, 94 and 9D. RGB value is (136,148,157). Sum of RGB (Red+Green+Blue) = 136+148+157=441 (58% of max value = 765). Red value is 136 (53.52% from 255 or 30.84% from 441); Green value is 148 (58.20% from 255 or 33.56% from 441); Blue value is 157 (61.72% from 255 or 35.60% from 441); Max value from RGB is 157 - color contains mainly: blue. Hex color #88949D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88949D is #776B62. Grayscale: #919191. Windows color (decimal): -7826275 or 10327176. OLE color: 10327176.
HSL color Cylindrical-coordinate representation of color #88949D: hue angle of 205.71º degrees, saturation: 0.1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #88949D is Cyan = 0.13, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 136 | 148 | 157 | - |
| CMYK | 0.13 | 0.06 | 0 | 0.38 |
| HSL | 205.71º | 0.1% | 0.57% | - |
| HSV(B) | 205.71º | 0.13% | 0.62% | - |
| XYZ | 26.83 | 28.85 | 36.05 | - |
| YUV | 145.44 | 134.52 | 121.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 148 | 157 | 0.13 | 0.06 | 0 | 0.38 | 205.71 | 0.1 | 0.57 |
| Hex | 88 | 94 | 9D | D | 6 | 0 | 26 | CE | A | 39 |
| Octal | 210 | 224 | 235 | 15 | 6 | 0 | 46 | 316 | 12 | 71 |
| Binary | 10001000 | 10010100 | 10011101 | 1101 | 110 | 0 | 100110 | 11001110 | 1010 | 111001 |
Color Harmonies of #88949D
Complementary color
Monochromatic Colors of #88949D
Black with #88949D
Text Example
Text Example
White with #88949D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88949D; }
p { color: rgb(136,148,157); }
H1.HeaderClassName
{
color: #88949D;
}
.AnyTagClassName
{
color: #88949D;
}
</style>
background-color css
<style>
a { background-color: #88949D; }
a { background-color: rgb(136,148,157); }
div.DivClassName
{
background-color: #88949D;
}
.BgClassName
{
background-color: #88949D;
}
</style>
border-color css
<style>
span { border-color: #88949D; }
span { border-color: rgb(136,148,157); }
td.TdClassName
{
border-color: #88949D;
}
.TagClassName
{
border-color: #88949D;
}
</style>