Shades of Bali Hai #8D949B
Tints of Bali Hai #8D949B
RGB
CMYK
RGB Variations
Color information
#8D949B (or 0x8D949B) is known color: Bali Hai. HEX triplet: 8D, 94 and 9B. RGB value is (141,148,155). Sum of RGB (Red+Green+Blue) = 141+148+155=444 (58% of max value = 765). Red value is 141 (55.47% from 255 or 31.76% from 444); Green value is 148 (58.20% from 255 or 33.33% from 444); Blue value is 155 (60.94% from 255 or 34.91% from 444); Max value from RGB is 155 - color contains mainly: blue. Hex color #8D949B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D949B is #726B64. Grayscale: #929292. Windows color (decimal): -7498597 or 10196109. OLE color: 10196109.
HSL color Cylindrical-coordinate representation of color #8D949B: 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.09%. Process color model (Four color, CMYK) of #8D949B is Cyan = 0.09, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 141 | 148 | 155 | - |
| CMYK | 0.09 | 0.05 | 0 | 0.39 |
| HSL | 210º | 0.07% | 0.58% | - |
| HSV(B) | 210º | 0.09% | 0.61% | - |
| XYZ | 27.49 | 29.21 | 35.2 | - |
| YUV | 146.71 | 132.68 | 123.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 148 | 155 | 0.09 | 0.05 | 0 | 0.39 | 210 | 0.07 | 0.58 |
| Hex | 8D | 94 | 9B | 9 | 5 | 0 | 27 | D2 | 7 | 3A |
| Octal | 215 | 224 | 233 | 11 | 5 | 0 | 47 | 322 | 7 | 72 |
| Binary | 10001101 | 10010100 | 10011011 | 1001 | 101 | 0 | 100111 | 11010010 | 111 | 111010 |
Color Harmonies of #8D949B
Complementary color
Monochromatic Colors of #8D949B
Black with #8D949B
Text Example
Text Example
White with #8D949B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D949B; }
p { color: rgb(141,148,155); }
H1.HeaderClassName
{
color: #8D949B;
}
.AnyTagClassName
{
color: #8D949B;
}
</style>
background-color css
<style>
a { background-color: #8D949B; }
a { background-color: rgb(141,148,155); }
div.DivClassName
{
background-color: #8D949B;
}
.BgClassName
{
background-color: #8D949B;
}
</style>
border-color css
<style>
span { border-color: #8D949B; }
span { border-color: rgb(141,148,155); }
td.TdClassName
{
border-color: #8D949B;
}
.TagClassName
{
border-color: #8D949B;
}
</style>