Shades of Bali Hai #8A959A
Tints of Bali Hai #8A959A
RGB
CMYK
RGB Variations
Color information
#8A959A (or 0x8A959A) is known color: Bali Hai. HEX triplet: 8A, 95 and 9A. RGB value is (138,149,154). Sum of RGB (Red+Green+Blue) = 138+149+154=441 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.29% from 441); Green value is 149 (58.59% from 255 or 33.79% from 441); Blue value is 154 (60.55% from 255 or 34.92% from 441); Max value from RGB is 154 - color contains mainly: blue. Hex color #8A959A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A959A is #756A65. Grayscale: #929292. Windows color (decimal): -7694950 or 10130826. OLE color: 10130826.
HSL color Cylindrical-coordinate representation of color #8A959A: hue angle of 198.75º degrees, saturation: 0.07, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #8A959A is Cyan = 0.10, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 138 | 149 | 154 | - |
| CMYK | 0.10 | 0.03 | 0 | 0.40 |
| HSL | 198.75º | 0.07% | 0.57% | - |
| HSV(B) | 198.75º | 0.1% | 0.6% | - |
| XYZ | 27.06 | 29.23 | 34.79 | - |
| YUV | 146.28 | 132.36 | 122.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 149 | 154 | 0.10 | 0.03 | 0 | 0.40 | 198.75 | 0.07 | 0.57 |
| Hex | 8A | 95 | 9A | A | 3 | 0 | 28 | C7 | 7 | 39 |
| Octal | 212 | 225 | 232 | 12 | 3 | 0 | 50 | 307 | 7 | 71 |
| Binary | 10001010 | 10010101 | 10011010 | 1010 | 11 | 0 | 101000 | 11000111 | 111 | 111001 |
Color Harmonies of #8A959A
Complementary color
Monochromatic Colors of #8A959A
Black with #8A959A
Text Example
Text Example
White with #8A959A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A959A; }
p { color: rgb(138,149,154); }
H1.HeaderClassName
{
color: #8A959A;
}
.AnyTagClassName
{
color: #8A959A;
}
</style>
background-color css
<style>
a { background-color: #8A959A; }
a { background-color: rgb(138,149,154); }
div.DivClassName
{
background-color: #8A959A;
}
.BgClassName
{
background-color: #8A959A;
}
</style>
border-color css
<style>
span { border-color: #8A959A; }
span { border-color: rgb(138,149,154); }
td.TdClassName
{
border-color: #8A959A;
}
.TagClassName
{
border-color: #8A959A;
}
</style>