Shades of Bali Hai #8B969E
Tints of Bali Hai #8B969E
RGB
CMYK
RGB Variations
Color information
#8B969E (or 0x8B969E) is known color: Bali Hai. HEX triplet: 8B, 96 and 9E. RGB value is (139,150,158). Sum of RGB (Red+Green+Blue) = 139+150+158=447 (59% of max value = 765). Red value is 139 (54.69% from 255 or 31.10% from 447); Green value is 150 (58.98% from 255 or 33.56% from 447); Blue value is 158 (62.11% from 255 or 35.35% from 447); Max value from RGB is 158 - color contains mainly: blue. Hex color #8B969E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B969E is #746961. Grayscale: #939393. Windows color (decimal): -7629154 or 10393227. OLE color: 10393227.
HSL color Cylindrical-coordinate representation of color #8B969E: hue angle of 205.26º degrees, saturation: 0.09, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #8B969E is Cyan = 0.12, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 139 | 150 | 158 | - |
| CMYK | 0.12 | 0.05 | 0 | 0.38 |
| HSL | 205.26º | 0.09% | 0.58% | - |
| HSV(B) | 205.26º | 0.12% | 0.62% | - |
| XYZ | 27.73 | 29.77 | 36.63 | - |
| YUV | 147.62 | 133.86 | 121.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 150 | 158 | 0.12 | 0.05 | 0 | 0.38 | 205.26 | 0.09 | 0.58 |
| Hex | 8B | 96 | 9E | C | 5 | 0 | 26 | CD | 9 | 3A |
| Octal | 213 | 226 | 236 | 14 | 5 | 0 | 46 | 315 | 11 | 72 |
| Binary | 10001011 | 10010110 | 10011110 | 1100 | 101 | 0 | 100110 | 11001101 | 1001 | 111010 |
Color Harmonies of #8B969E
Complementary color
Monochromatic Colors of #8B969E
Black with #8B969E
Text Example
Text Example
White with #8B969E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B969E; }
p { color: rgb(139,150,158); }
H1.HeaderClassName
{
color: #8B969E;
}
.AnyTagClassName
{
color: #8B969E;
}
</style>
background-color css
<style>
a { background-color: #8B969E; }
a { background-color: rgb(139,150,158); }
div.DivClassName
{
background-color: #8B969E;
}
.BgClassName
{
background-color: #8B969E;
}
</style>
border-color css
<style>
span { border-color: #8B969E; }
span { border-color: rgb(139,150,158); }
td.TdClassName
{
border-color: #8B969E;
}
.TagClassName
{
border-color: #8B969E;
}
</style>