Shades of Bali Hai #84929A
Tints of Bali Hai #84929A
RGB
CMYK
RGB Variations
Color information
#84929A (or 0x84929A) is known color: Bali Hai. HEX triplet: 84, 92 and 9A. RGB value is (132,146,154). Sum of RGB (Red+Green+Blue) = 132+146+154=432 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.56% from 432); Green value is 146 (57.42% from 255 or 33.80% from 432); Blue value is 154 (60.55% from 255 or 35.65% from 432); Max value from RGB is 154 - color contains mainly: blue. Hex color #84929A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84929A is #7B6D65. Grayscale: #8E8E8E. Windows color (decimal): -8088934 or 10130052. OLE color: 10130052.
HSL color Cylindrical-coordinate representation of color #84929A: hue angle of 201.82º degrees, saturation: 0.1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #84929A is Cyan = 0.14, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 132 | 146 | 154 | - |
| CMYK | 0.14 | 0.05 | 0 | 0.40 |
| HSL | 201.82º | 0.1% | 0.56% | - |
| HSV(B) | 201.82º | 0.14% | 0.6% | - |
| XYZ | 25.63 | 27.8 | 34.59 | - |
| YUV | 142.73 | 134.36 | 120.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 146 | 154 | 0.14 | 0.05 | 0 | 0.40 | 201.82 | 0.1 | 0.56 |
| Hex | 84 | 92 | 9A | E | 5 | 0 | 28 | CA | A | 38 |
| Octal | 204 | 222 | 232 | 16 | 5 | 0 | 50 | 312 | 12 | 70 |
| Binary | 10000100 | 10010010 | 10011010 | 1110 | 101 | 0 | 101000 | 11001010 | 1010 | 111000 |
Color Harmonies of #84929A
Complementary color
Monochromatic Colors of #84929A
Black with #84929A
Text Example
Text Example
White with #84929A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84929A; }
p { color: rgb(132,146,154); }
H1.HeaderClassName
{
color: #84929A;
}
.AnyTagClassName
{
color: #84929A;
}
</style>
background-color css
<style>
a { background-color: #84929A; }
a { background-color: rgb(132,146,154); }
div.DivClassName
{
background-color: #84929A;
}
.BgClassName
{
background-color: #84929A;
}
</style>
border-color css
<style>
span { border-color: #84929A; }
span { border-color: rgb(132,146,154); }
td.TdClassName
{
border-color: #84929A;
}
.TagClassName
{
border-color: #84929A;
}
</style>