Shades of Bali Hai #8C939A
Tints of Bali Hai #8C939A
RGB
CMYK
RGB Variations
Color information
#8C939A (or 0x8C939A) is known color: Bali Hai. HEX triplet: 8C, 93 and 9A. RGB value is (140,147,154). Sum of RGB (Red+Green+Blue) = 140+147+154=441 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.75% from 441); Green value is 147 (57.81% from 255 or 33.33% 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 #8C939A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C939A is #736C65. Grayscale: #919191. Windows color (decimal): -7564390 or 10130316. OLE color: 10130316.
HSL color Cylindrical-coordinate representation of color #8C939A: hue angle of 210º degrees, saturation: 0.06, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #8C939A is Cyan = 0.09, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 140 | 147 | 154 | - |
| CMYK | 0.09 | 0.05 | 0 | 0.40 |
| HSL | 210º | 0.06% | 0.58% | - |
| HSV(B) | 210º | 0.09% | 0.6% | - |
| XYZ | 27.08 | 28.78 | 34.7 | - |
| YUV | 145.71 | 132.68 | 123.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 147 | 154 | 0.09 | 0.05 | 0 | 0.40 | 210 | 0.06 | 0.58 |
| Hex | 8C | 93 | 9A | 9 | 5 | 0 | 28 | D2 | 6 | 3A |
| Octal | 214 | 223 | 232 | 11 | 5 | 0 | 50 | 322 | 6 | 72 |
| Binary | 10001100 | 10010011 | 10011010 | 1001 | 101 | 0 | 101000 | 11010010 | 110 | 111010 |
Color Harmonies of #8C939A
Complementary color
Monochromatic Colors of #8C939A
Black with #8C939A
Text Example
Text Example
White with #8C939A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C939A; }
p { color: rgb(140,147,154); }
H1.HeaderClassName
{
color: #8C939A;
}
.AnyTagClassName
{
color: #8C939A;
}
</style>
background-color css
<style>
a { background-color: #8C939A; }
a { background-color: rgb(140,147,154); }
div.DivClassName
{
background-color: #8C939A;
}
.BgClassName
{
background-color: #8C939A;
}
</style>
border-color css
<style>
span { border-color: #8C939A; }
span { border-color: rgb(140,147,154); }
td.TdClassName
{
border-color: #8C939A;
}
.TagClassName
{
border-color: #8C939A;
}
</style>