Shades of Bali Hai #8A969B
Tints of Bali Hai #8A969B
RGB
CMYK
RGB Variations
Color information
#8A969B (or 0x8A969B) is known color: Bali Hai. HEX triplet: 8A, 96 and 9B. RGB value is (138,150,155). Sum of RGB (Red+Green+Blue) = 138+150+155=443 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.15% from 443); Green value is 150 (58.98% from 255 or 33.86% from 443); Blue value is 155 (60.94% from 255 or 34.99% from 443); Max value from RGB is 155 - color contains mainly: blue. Hex color #8A969B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A969B is #756964. Grayscale: #929292. Windows color (decimal): -7694693 or 10196618. OLE color: 10196618.
HSL color Cylindrical-coordinate representation of color #8A969B: hue angle of 197.65º degrees, saturation: 0.08, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #8A969B is Cyan = 0.11, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 138 | 150 | 155 | - |
| CMYK | 0.11 | 0.03 | 0 | 0.39 |
| HSL | 197.65º | 0.08% | 0.57% | - |
| HSV(B) | 197.65º | 0.11% | 0.61% | - |
| XYZ | 27.3 | 29.58 | 35.28 | - |
| YUV | 146.98 | 132.52 | 121.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 150 | 155 | 0.11 | 0.03 | 0 | 0.39 | 197.65 | 0.08 | 0.57 |
| Hex | 8A | 96 | 9B | B | 3 | 0 | 27 | C6 | 8 | 39 |
| Octal | 212 | 226 | 233 | 13 | 3 | 0 | 47 | 306 | 10 | 71 |
| Binary | 10001010 | 10010110 | 10011011 | 1011 | 11 | 0 | 100111 | 11000110 | 1000 | 111001 |
Color Harmonies of #8A969B
Complementary color
Monochromatic Colors of #8A969B
Black with #8A969B
Text Example
Text Example
White with #8A969B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A969B; }
p { color: rgb(138,150,155); }
H1.HeaderClassName
{
color: #8A969B;
}
.AnyTagClassName
{
color: #8A969B;
}
</style>
background-color css
<style>
a { background-color: #8A969B; }
a { background-color: rgb(138,150,155); }
div.DivClassName
{
background-color: #8A969B;
}
.BgClassName
{
background-color: #8A969B;
}
</style>
border-color css
<style>
span { border-color: #8A969B; }
span { border-color: rgb(138,150,155); }
td.TdClassName
{
border-color: #8A969B;
}
.TagClassName
{
border-color: #8A969B;
}
</style>