Shades of Bali Hai #8D969D
Tints of Bali Hai #8D969D
RGB
CMYK
RGB Variations
Color information
#8D969D (or 0x8D969D) is known color: Bali Hai. HEX triplet: 8D, 96 and 9D. RGB value is (141,150,157). Sum of RGB (Red+Green+Blue) = 141+150+157=448 (59% of max value = 765). Red value is 141 (55.47% from 255 or 31.47% from 448); Green value is 150 (58.98% from 255 or 33.48% from 448); Blue value is 157 (61.72% from 255 or 35.04% from 448); Max value from RGB is 157 - color contains mainly: blue. Hex color #8D969D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D969D is #726962. Grayscale: #949494. Windows color (decimal): -7498083 or 10327693. OLE color: 10327693.
HSL color Cylindrical-coordinate representation of color #8D969D: hue angle of 206.25º degrees, saturation: 0.08, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #8D969D is Cyan = 0.10, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 141 | 150 | 157 | - |
| CMYK | 0.10 | 0.04 | 0 | 0.38 |
| HSL | 206.25º | 0.08% | 0.58% | - |
| HSV(B) | 206.25º | 0.1% | 0.62% | - |
| XYZ | 27.98 | 29.91 | 36.2 | - |
| YUV | 148.11 | 133.02 | 122.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 150 | 157 | 0.10 | 0.04 | 0 | 0.38 | 206.25 | 0.08 | 0.58 |
| Hex | 8D | 96 | 9D | A | 4 | 0 | 26 | CE | 8 | 3A |
| Octal | 215 | 226 | 235 | 12 | 4 | 0 | 46 | 316 | 10 | 72 |
| Binary | 10001101 | 10010110 | 10011101 | 1010 | 100 | 0 | 100110 | 11001110 | 1000 | 111010 |
Color Harmonies of #8D969D
Complementary color
Monochromatic Colors of #8D969D
Black with #8D969D
Text Example
Text Example
White with #8D969D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D969D; }
p { color: rgb(141,150,157); }
H1.HeaderClassName
{
color: #8D969D;
}
.AnyTagClassName
{
color: #8D969D;
}
</style>
background-color css
<style>
a { background-color: #8D969D; }
a { background-color: rgb(141,150,157); }
div.DivClassName
{
background-color: #8D969D;
}
.BgClassName
{
background-color: #8D969D;
}
</style>
border-color css
<style>
span { border-color: #8D969D; }
span { border-color: rgb(141,150,157); }
td.TdClassName
{
border-color: #8D969D;
}
.TagClassName
{
border-color: #8D969D;
}
</style>