Shades of Bali Hai #84999E
Tints of Bali Hai #84999E
RGB
CMYK
RGB Variations
Color information
#84999E (or 0x84999E) is known color: Bali Hai. HEX triplet: 84, 99 and 9E. RGB value is (132,153,158). Sum of RGB (Red+Green+Blue) = 132+153+158=443 (58% of max value = 765). Red value is 132 (51.95% from 255 or 29.80% from 443); Green value is 153 (60.16% from 255 or 34.54% from 443); Blue value is 158 (62.11% from 255 or 35.67% from 443); Max value from RGB is 158 - color contains mainly: blue. Hex color #84999E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84999E is #7B6661. Grayscale: #939393. Windows color (decimal): -8087138 or 10393988. OLE color: 10393988.
HSL color Cylindrical-coordinate representation of color #84999E: hue angle of 191.54º degrees, saturation: 0.12, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #84999E is Cyan = 0.16, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 132 | 153 | 158 | - |
| CMYK | 0.16 | 0.03 | 0 | 0.38 |
| HSL | 191.54º | 0.12% | 0.57% | - |
| HSV(B) | 191.54º | 0.16% | 0.62% | - |
| XYZ | 27.08 | 30.16 | 36.74 | - |
| YUV | 147.29 | 134.04 | 117.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 153 | 158 | 0.16 | 0.03 | 0 | 0.38 | 191.54 | 0.12 | 0.57 |
| Hex | 84 | 99 | 9E | 10 | 3 | 0 | 26 | C0 | C | 39 |
| Octal | 204 | 231 | 236 | 20 | 3 | 0 | 46 | 300 | 14 | 71 |
| Binary | 10000100 | 10011001 | 10011110 | 10000 | 11 | 0 | 100110 | 11000000 | 1100 | 111001 |
Color Harmonies of #84999E
Complementary color
Monochromatic Colors of #84999E
Black with #84999E
Text Example
Text Example
White with #84999E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84999E; }
p { color: rgb(132,153,158); }
H1.HeaderClassName
{
color: #84999E;
}
.AnyTagClassName
{
color: #84999E;
}
</style>
background-color css
<style>
a { background-color: #84999E; }
a { background-color: rgb(132,153,158); }
div.DivClassName
{
background-color: #84999E;
}
.BgClassName
{
background-color: #84999E;
}
</style>
border-color css
<style>
span { border-color: #84999E; }
span { border-color: rgb(132,153,158); }
td.TdClassName
{
border-color: #84999E;
}
.TagClassName
{
border-color: #84999E;
}
</style>