Shades of Bali Hai #84949C
Tints of Bali Hai #84949C
RGB
CMYK
RGB Variations
Color information
#84949C (or 0x84949C) is known color: Bali Hai. HEX triplet: 84, 94 and 9C. RGB value is (132,148,156). Sum of RGB (Red+Green+Blue) = 132+148+156=436 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.28% from 436); Green value is 148 (58.20% from 255 or 33.94% from 436); Blue value is 156 (61.33% from 255 or 35.78% from 436); Max value from RGB is 156 - color contains mainly: blue. Hex color #84949C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84949C is #7B6B63. Grayscale: #909090. Windows color (decimal): -8088420 or 10261636. OLE color: 10261636.
HSL color Cylindrical-coordinate representation of color #84949C: hue angle of 200º degrees, saturation: 0.11, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #84949C is Cyan = 0.15, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 132 | 148 | 156 | - |
| CMYK | 0.15 | 0.05 | 0 | 0.39 |
| HSL | 200º | 0.11% | 0.56% | - |
| HSV(B) | 200º | 0.15% | 0.61% | - |
| XYZ | 26.11 | 28.49 | 35.57 | - |
| YUV | 144.13 | 134.7 | 119.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 148 | 156 | 0.15 | 0.05 | 0 | 0.39 | 200 | 0.11 | 0.56 |
| Hex | 84 | 94 | 9C | F | 5 | 0 | 27 | C8 | B | 38 |
| Octal | 204 | 224 | 234 | 17 | 5 | 0 | 47 | 310 | 13 | 70 |
| Binary | 10000100 | 10010100 | 10011100 | 1111 | 101 | 0 | 100111 | 11001000 | 1011 | 111000 |
Color Harmonies of #84949C
Complementary color
Monochromatic Colors of #84949C
Black with #84949C
Text Example
Text Example
White with #84949C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84949C; }
p { color: rgb(132,148,156); }
H1.HeaderClassName
{
color: #84949C;
}
.AnyTagClassName
{
color: #84949C;
}
</style>
background-color css
<style>
a { background-color: #84949C; }
a { background-color: rgb(132,148,156); }
div.DivClassName
{
background-color: #84949C;
}
.BgClassName
{
background-color: #84949C;
}
</style>
border-color css
<style>
span { border-color: #84949C; }
span { border-color: rgb(132,148,156); }
td.TdClassName
{
border-color: #84949C;
}
.TagClassName
{
border-color: #84949C;
}
</style>