Shades of Bali Hai #84949D
Tints of Bali Hai #84949D
RGB
CMYK
RGB Variations
Color information
#84949D (or 0x84949D) is known color: Bali Hai. HEX triplet: 84, 94 and 9D. RGB value is (132,148,157). Sum of RGB (Red+Green+Blue) = 132+148+157=437 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.21% from 437); Green value is 148 (58.20% from 255 or 33.87% from 437); Blue value is 157 (61.72% from 255 or 35.93% from 437); Max value from RGB is 157 - color contains mainly: blue. Hex color #84949D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84949D is #7B6B62. Grayscale: #909090. Windows color (decimal): -8088419 or 10327172. OLE color: 10327172.
HSL color Cylindrical-coordinate representation of color #84949D: hue angle of 201.6º degrees, saturation: 0.11, 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 #84949D is Cyan = 0.16, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 132 | 148 | 157 | - |
| CMYK | 0.16 | 0.06 | 0 | 0.38 |
| HSL | 201.6º | 0.11% | 0.57% | - |
| HSV(B) | 201.6º | 0.16% | 0.62% | - |
| XYZ | 26.19 | 28.52 | 36.02 | - |
| YUV | 144.24 | 135.2 | 119.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 148 | 157 | 0.16 | 0.06 | 0 | 0.38 | 201.6 | 0.11 | 0.57 |
| Hex | 84 | 94 | 9D | 10 | 6 | 0 | 26 | CA | B | 39 |
| Octal | 204 | 224 | 235 | 20 | 6 | 0 | 46 | 312 | 13 | 71 |
| Binary | 10000100 | 10010100 | 10011101 | 10000 | 110 | 0 | 100110 | 11001010 | 1011 | 111001 |
Color Harmonies of #84949D
Complementary color
Monochromatic Colors of #84949D
Black with #84949D
Text Example
Text Example
White with #84949D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84949D; }
p { color: rgb(132,148,157); }
H1.HeaderClassName
{
color: #84949D;
}
.AnyTagClassName
{
color: #84949D;
}
</style>
background-color css
<style>
a { background-color: #84949D; }
a { background-color: rgb(132,148,157); }
div.DivClassName
{
background-color: #84949D;
}
.BgClassName
{
background-color: #84949D;
}
</style>
border-color css
<style>
span { border-color: #84949D; }
span { border-color: rgb(132,148,157); }
td.TdClassName
{
border-color: #84949D;
}
.TagClassName
{
border-color: #84949D;
}
</style>