Shades of Bali Hai #84969E
Tints of Bali Hai #84969E
RGB
CMYK
RGB Variations
Color information
#84969E (or 0x84969E) is known color: Bali Hai. HEX triplet: 84, 96 and 9E. RGB value is (132,150,158). Sum of RGB (Red+Green+Blue) = 132+150+158=440 (58% of max value = 765). Red value is 132 (51.95% from 255 or 30% from 440); Green value is 150 (58.98% from 255 or 34.09% from 440); Blue value is 158 (62.11% from 255 or 35.91% from 440); Max value from RGB is 158 - color contains mainly: blue. Hex color #84969E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84969E is #7B6961. Grayscale: #919191. Windows color (decimal): -8087906 or 10393220. OLE color: 10393220.
HSL color Cylindrical-coordinate representation of color #84969E: hue angle of 198.46º 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 #84969E is Cyan = 0.16, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 132 | 150 | 158 | - |
| CMYK | 0.16 | 0.05 | 0 | 0.38 |
| HSL | 198.46º | 0.12% | 0.57% | - |
| HSV(B) | 198.46º | 0.16% | 0.62% | - |
| XYZ | 26.59 | 29.19 | 36.58 | - |
| YUV | 145.53 | 135.04 | 118.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 150 | 158 | 0.16 | 0.05 | 0 | 0.38 | 198.46 | 0.12 | 0.57 |
| Hex | 84 | 96 | 9E | 10 | 5 | 0 | 26 | C6 | C | 39 |
| Octal | 204 | 226 | 236 | 20 | 5 | 0 | 46 | 306 | 14 | 71 |
| Binary | 10000100 | 10010110 | 10011110 | 10000 | 101 | 0 | 100110 | 11000110 | 1100 | 111001 |
Color Harmonies of #84969E
Complementary color
Monochromatic Colors of #84969E
Black with #84969E
Text Example
Text Example
White with #84969E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84969E; }
p { color: rgb(132,150,158); }
H1.HeaderClassName
{
color: #84969E;
}
.AnyTagClassName
{
color: #84969E;
}
</style>
background-color css
<style>
a { background-color: #84969E; }
a { background-color: rgb(132,150,158); }
div.DivClassName
{
background-color: #84969E;
}
.BgClassName
{
background-color: #84969E;
}
</style>
border-color css
<style>
span { border-color: #84969E; }
span { border-color: rgb(132,150,158); }
td.TdClassName
{
border-color: #84969E;
}
.TagClassName
{
border-color: #84969E;
}
</style>