Shades of Bali Hai #8A969D
Tints of Bali Hai #8A969D
RGB
CMYK
RGB Variations
Color information
#8A969D (or 0x8A969D) is known color: Bali Hai. HEX triplet: 8A, 96 and 9D. RGB value is (138,150,157). Sum of RGB (Red+Green+Blue) = 138+150+157=445 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.01% from 445); Green value is 150 (58.98% from 255 or 33.71% from 445); Blue value is 157 (61.72% from 255 or 35.28% from 445); Max value from RGB is 157 - color contains mainly: blue. Hex color #8A969D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A969D is #756962. Grayscale: #939393. Windows color (decimal): -7694691 or 10327690. OLE color: 10327690.
HSL color Cylindrical-coordinate representation of color #8A969D: hue angle of 202.11º 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 #8A969D is Cyan = 0.12, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 138 | 150 | 157 | - |
| CMYK | 0.12 | 0.04 | 0 | 0.38 |
| HSL | 202.11º | 0.09% | 0.58% | - |
| HSV(B) | 202.11º | 0.12% | 0.62% | - |
| XYZ | 27.47 | 29.65 | 36.17 | - |
| YUV | 147.21 | 133.52 | 121.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 150 | 157 | 0.12 | 0.04 | 0 | 0.38 | 202.11 | 0.09 | 0.58 |
| Hex | 8A | 96 | 9D | C | 4 | 0 | 26 | CA | 9 | 3A |
| Octal | 212 | 226 | 235 | 14 | 4 | 0 | 46 | 312 | 11 | 72 |
| Binary | 10001010 | 10010110 | 10011101 | 1100 | 100 | 0 | 100110 | 11001010 | 1001 | 111010 |
Color Harmonies of #8A969D
Complementary color
Monochromatic Colors of #8A969D
Black with #8A969D
Text Example
Text Example
White with #8A969D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A969D; }
p { color: rgb(138,150,157); }
H1.HeaderClassName
{
color: #8A969D;
}
.AnyTagClassName
{
color: #8A969D;
}
</style>
background-color css
<style>
a { background-color: #8A969D; }
a { background-color: rgb(138,150,157); }
div.DivClassName
{
background-color: #8A969D;
}
.BgClassName
{
background-color: #8A969D;
}
</style>
border-color css
<style>
span { border-color: #8A969D; }
span { border-color: rgb(138,150,157); }
td.TdClassName
{
border-color: #8A969D;
}
.TagClassName
{
border-color: #8A969D;
}
</style>