Shades of Bali Hai #84969B
Tints of Bali Hai #84969B
RGB
CMYK
RGB Variations
Color information
#84969B (or 0x84969B) is known color: Bali Hai. HEX triplet: 84, 96 and 9B. RGB value is (132,150,155). Sum of RGB (Red+Green+Blue) = 132+150+155=437 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.21% from 437); Green value is 150 (58.98% from 255 or 34.32% from 437); Blue value is 155 (60.94% from 255 or 35.47% from 437); Max value from RGB is 155 - color contains mainly: blue. Hex color #84969B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84969B is #7B6964. Grayscale: #919191. Windows color (decimal): -8087909 or 10196612. OLE color: 10196612.
HSL color Cylindrical-coordinate representation of color #84969B: hue angle of 193.04º degrees, saturation: 0.1, 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 #84969B is Cyan = 0.15, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 132 | 150 | 155 | - |
| CMYK | 0.15 | 0.03 | 0 | 0.39 |
| HSL | 193.04º | 0.1% | 0.56% | - |
| HSV(B) | 193.04º | 0.15% | 0.61% | - |
| XYZ | 26.34 | 29.08 | 35.24 | - |
| YUV | 145.19 | 133.54 | 118.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 150 | 155 | 0.15 | 0.03 | 0 | 0.39 | 193.04 | 0.1 | 0.56 |
| Hex | 84 | 96 | 9B | F | 3 | 0 | 27 | C1 | A | 38 |
| Octal | 204 | 226 | 233 | 17 | 3 | 0 | 47 | 301 | 12 | 70 |
| Binary | 10000100 | 10010110 | 10011011 | 1111 | 11 | 0 | 100111 | 11000001 | 1010 | 111000 |
Color Harmonies of #84969B
Complementary color
Monochromatic Colors of #84969B
Black with #84969B
Text Example
Text Example
White with #84969B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84969B; }
p { color: rgb(132,150,155); }
H1.HeaderClassName
{
color: #84969B;
}
.AnyTagClassName
{
color: #84969B;
}
</style>
background-color css
<style>
a { background-color: #84969B; }
a { background-color: rgb(132,150,155); }
div.DivClassName
{
background-color: #84969B;
}
.BgClassName
{
background-color: #84969B;
}
</style>
border-color css
<style>
span { border-color: #84969B; }
span { border-color: rgb(132,150,155); }
td.TdClassName
{
border-color: #84969B;
}
.TagClassName
{
border-color: #84969B;
}
</style>