Shades of Bali Hai #8B969D
Tints of Bali Hai #8B969D
RGB
CMYK
RGB Variations
Color information
#8B969D (or 0x8B969D) is known color: Bali Hai. HEX triplet: 8B, 96 and 9D. RGB value is (139,150,157). Sum of RGB (Red+Green+Blue) = 139+150+157=446 (59% of max value = 765). Red value is 139 (54.69% from 255 or 31.17% from 446); Green value is 150 (58.98% from 255 or 33.63% from 446); Blue value is 157 (61.72% from 255 or 35.20% from 446); Max value from RGB is 157 - color contains mainly: blue. Hex color #8B969D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B969D is #746962. Grayscale: #939393. Windows color (decimal): -7629155 or 10327691. OLE color: 10327691.
HSL color Cylindrical-coordinate representation of color #8B969D: hue angle of 203.33º degrees, saturation: 0.08, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #8B969D is Cyan = 0.11, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 139 | 150 | 157 | - |
| CMYK | 0.11 | 0.04 | 0 | 0.38 |
| HSL | 203.33º | 0.08% | 0.58% | - |
| HSV(B) | 203.33º | 0.11% | 0.62% | - |
| XYZ | 27.64 | 29.74 | 36.18 | - |
| YUV | 147.51 | 133.36 | 121.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 150 | 157 | 0.11 | 0.04 | 0 | 0.38 | 203.33 | 0.08 | 0.58 |
| Hex | 8B | 96 | 9D | B | 4 | 0 | 26 | CB | 8 | 3A |
| Octal | 213 | 226 | 235 | 13 | 4 | 0 | 46 | 313 | 10 | 72 |
| Binary | 10001011 | 10010110 | 10011101 | 1011 | 100 | 0 | 100110 | 11001011 | 1000 | 111010 |
Color Harmonies of #8B969D
Complementary color
Monochromatic Colors of #8B969D
Black with #8B969D
Text Example
Text Example
White with #8B969D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B969D; }
p { color: rgb(139,150,157); }
H1.HeaderClassName
{
color: #8B969D;
}
.AnyTagClassName
{
color: #8B969D;
}
</style>
background-color css
<style>
a { background-color: #8B969D; }
a { background-color: rgb(139,150,157); }
div.DivClassName
{
background-color: #8B969D;
}
.BgClassName
{
background-color: #8B969D;
}
</style>
border-color css
<style>
span { border-color: #8B969D; }
span { border-color: rgb(139,150,157); }
td.TdClassName
{
border-color: #8B969D;
}
.TagClassName
{
border-color: #8B969D;
}
</style>