Shades of Bali Hai #84959C
Tints of Bali Hai #84959C
RGB
CMYK
RGB Variations
Color information
#84959C (or 0x84959C) is known color: Bali Hai. HEX triplet: 84, 95 and 9C. RGB value is (132,149,156). Sum of RGB (Red+Green+Blue) = 132+149+156=437 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.21% from 437); Green value is 149 (58.59% from 255 or 34.10% from 437); Blue value is 156 (61.33% from 255 or 35.70% from 437); Max value from RGB is 156 - color contains mainly: blue. Hex color #84959C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84959C is #7B6A63. Grayscale: #909090. Windows color (decimal): -8088164 or 10261892. OLE color: 10261892.
HSL color Cylindrical-coordinate representation of color #84959C: hue angle of 197.5º 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 #84959C is Cyan = 0.15, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 132 | 149 | 156 | - |
| CMYK | 0.15 | 0.04 | 0 | 0.39 |
| HSL | 197.5º | 0.11% | 0.56% | - |
| HSV(B) | 197.5º | 0.15% | 0.61% | - |
| XYZ | 26.26 | 28.8 | 35.63 | - |
| YUV | 144.72 | 134.37 | 118.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 149 | 156 | 0.15 | 0.04 | 0 | 0.39 | 197.5 | 0.11 | 0.56 |
| Hex | 84 | 95 | 9C | F | 4 | 0 | 27 | C6 | B | 38 |
| Octal | 204 | 225 | 234 | 17 | 4 | 0 | 47 | 306 | 13 | 70 |
| Binary | 10000100 | 10010101 | 10011100 | 1111 | 100 | 0 | 100111 | 11000110 | 1011 | 111000 |
Color Harmonies of #84959C
Complementary color
Monochromatic Colors of #84959C
Black with #84959C
Text Example
Text Example
White with #84959C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84959C; }
p { color: rgb(132,149,156); }
H1.HeaderClassName
{
color: #84959C;
}
.AnyTagClassName
{
color: #84959C;
}
</style>
background-color css
<style>
a { background-color: #84959C; }
a { background-color: rgb(132,149,156); }
div.DivClassName
{
background-color: #84959C;
}
.BgClassName
{
background-color: #84959C;
}
</style>
border-color css
<style>
span { border-color: #84959C; }
span { border-color: rgb(132,149,156); }
td.TdClassName
{
border-color: #84959C;
}
.TagClassName
{
border-color: #84959C;
}
</style>