Shades of Bali Hai #8D969B
Tints of Bali Hai #8D969B
RGB
CMYK
RGB Variations
Color information
#8D969B (or 0x8D969B) is known color: Bali Hai. HEX triplet: 8D, 96 and 9B. RGB value is (141,150,155). Sum of RGB (Red+Green+Blue) = 141+150+155=446 (59% of max value = 765). Red value is 141 (55.47% from 255 or 31.61% from 446); Green value is 150 (58.98% from 255 or 33.63% from 446); Blue value is 155 (60.94% from 255 or 34.75% from 446); Max value from RGB is 155 - color contains mainly: blue. Hex color #8D969B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D969B is #726964. Grayscale: #939393. Windows color (decimal): -7498085 or 10196621. OLE color: 10196621.
HSL color Cylindrical-coordinate representation of color #8D969B: hue angle of 201.43º 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 #8D969B is Cyan = 0.09, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 141 | 150 | 155 | - |
| CMYK | 0.09 | 0.03 | 0 | 0.39 |
| HSL | 201.43º | 0.07% | 0.58% | - |
| HSV(B) | 201.43º | 0.09% | 0.61% | - |
| XYZ | 27.81 | 29.84 | 35.3 | - |
| YUV | 147.88 | 132.02 | 123.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 150 | 155 | 0.09 | 0.03 | 0 | 0.39 | 201.43 | 0.07 | 0.58 |
| Hex | 8D | 96 | 9B | 9 | 3 | 0 | 27 | C9 | 7 | 3A |
| Octal | 215 | 226 | 233 | 11 | 3 | 0 | 47 | 311 | 7 | 72 |
| Binary | 10001101 | 10010110 | 10011011 | 1001 | 11 | 0 | 100111 | 11001001 | 111 | 111010 |
Color Harmonies of #8D969B
Complementary color
Monochromatic Colors of #8D969B
Black with #8D969B
Text Example
Text Example
White with #8D969B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D969B; }
p { color: rgb(141,150,155); }
H1.HeaderClassName
{
color: #8D969B;
}
.AnyTagClassName
{
color: #8D969B;
}
</style>
background-color css
<style>
a { background-color: #8D969B; }
a { background-color: rgb(141,150,155); }
div.DivClassName
{
background-color: #8D969B;
}
.BgClassName
{
background-color: #8D969B;
}
</style>
border-color css
<style>
span { border-color: #8D969B; }
span { border-color: rgb(141,150,155); }
td.TdClassName
{
border-color: #8D969B;
}
.TagClassName
{
border-color: #8D969B;
}
</style>