Shades of Bali Hai #8A939C
Tints of Bali Hai #8A939C
RGB
CMYK
RGB Variations
Color information
#8A939C (or 0x8A939C) is known color: Bali Hai. HEX triplet: 8A, 93 and 9C. RGB value is (138,147,156). Sum of RGB (Red+Green+Blue) = 138+147+156=441 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.29% from 441); Green value is 147 (57.81% from 255 or 33.33% from 441); Blue value is 156 (61.33% from 255 or 35.37% from 441); Max value from RGB is 156 - color contains mainly: blue. Hex color #8A939C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A939C is #756C63. Grayscale: #919191. Windows color (decimal): -7695460 or 10261386. OLE color: 10261386.
HSL color Cylindrical-coordinate representation of color #8A939C: hue angle of 210º degrees, saturation: 0.08, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #8A939C is Cyan = 0.12, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 138 | 147 | 156 | - |
| CMYK | 0.12 | 0.06 | 0 | 0.39 |
| HSL | 210º | 0.08% | 0.58% | - |
| HSV(B) | 210º | 0.12% | 0.61% | - |
| XYZ | 26.92 | 28.67 | 35.57 | - |
| YUV | 145.34 | 134.02 | 122.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 147 | 156 | 0.12 | 0.06 | 0 | 0.39 | 210 | 0.08 | 0.58 |
| Hex | 8A | 93 | 9C | C | 6 | 0 | 27 | D2 | 8 | 3A |
| Octal | 212 | 223 | 234 | 14 | 6 | 0 | 47 | 322 | 10 | 72 |
| Binary | 10001010 | 10010011 | 10011100 | 1100 | 110 | 0 | 100111 | 11010010 | 1000 | 111010 |
Color Harmonies of #8A939C
Complementary color
Monochromatic Colors of #8A939C
Black with #8A939C
Text Example
Text Example
White with #8A939C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A939C; }
p { color: rgb(138,147,156); }
H1.HeaderClassName
{
color: #8A939C;
}
.AnyTagClassName
{
color: #8A939C;
}
</style>
background-color css
<style>
a { background-color: #8A939C; }
a { background-color: rgb(138,147,156); }
div.DivClassName
{
background-color: #8A939C;
}
.BgClassName
{
background-color: #8A939C;
}
</style>
border-color css
<style>
span { border-color: #8A939C; }
span { border-color: rgb(138,147,156); }
td.TdClassName
{
border-color: #8A939C;
}
.TagClassName
{
border-color: #8A939C;
}
</style>