Shades of Bali Hai #8C999E
Tints of Bali Hai #8C999E
RGB
CMYK
RGB Variations
Color information
#8C999E (or 0x8C999E) is known color: Bali Hai. HEX triplet: 8C, 99 and 9E. RGB value is (140,153,158). Sum of RGB (Red+Green+Blue) = 140+153+158=451 (59% of max value = 765). Red value is 140 (55.08% from 255 or 31.04% from 451); Green value is 153 (60.16% from 255 or 33.92% from 451); Blue value is 158 (62.11% from 255 or 35.03% from 451); Max value from RGB is 158 - color contains mainly: blue. Hex color #8C999E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C999E is #736661. Grayscale: #959595. Windows color (decimal): -7562850 or 10393996. OLE color: 10393996.
HSL color Cylindrical-coordinate representation of color #8C999E: hue angle of 196.67º degrees, saturation: 0.08, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #8C999E is Cyan = 0.11, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 140 | 153 | 158 | - |
| CMYK | 0.11 | 0.03 | 0 | 0.38 |
| HSL | 196.67º | 0.08% | 0.58% | - |
| HSV(B) | 196.67º | 0.11% | 0.62% | - |
| XYZ | 28.38 | 30.83 | 36.8 | - |
| YUV | 149.68 | 132.69 | 121.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 153 | 158 | 0.11 | 0.03 | 0 | 0.38 | 196.67 | 0.08 | 0.58 |
| Hex | 8C | 99 | 9E | B | 3 | 0 | 26 | C5 | 8 | 3A |
| Octal | 214 | 231 | 236 | 13 | 3 | 0 | 46 | 305 | 10 | 72 |
| Binary | 10001100 | 10011001 | 10011110 | 1011 | 11 | 0 | 100110 | 11000101 | 1000 | 111010 |
Color Harmonies of #8C999E
Complementary color
Monochromatic Colors of #8C999E
Black with #8C999E
Text Example
Text Example
White with #8C999E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C999E; }
p { color: rgb(140,153,158); }
H1.HeaderClassName
{
color: #8C999E;
}
.AnyTagClassName
{
color: #8C999E;
}
</style>
background-color css
<style>
a { background-color: #8C999E; }
a { background-color: rgb(140,153,158); }
div.DivClassName
{
background-color: #8C999E;
}
.BgClassName
{
background-color: #8C999E;
}
</style>
border-color css
<style>
span { border-color: #8C999E; }
span { border-color: rgb(140,153,158); }
td.TdClassName
{
border-color: #8C999E;
}
.TagClassName
{
border-color: #8C999E;
}
</style>