Shades of Bali Hai #849A9F
Tints of Bali Hai #849A9F
RGB
CMYK
RGB Variations
Color information
#849A9F (or 0x849A9F) is known color: Bali Hai. HEX triplet: 84, 9A and 9F. RGB value is (132,154,159). Sum of RGB (Red+Green+Blue) = 132+154+159=445 (58% of max value = 765). Red value is 132 (51.95% from 255 or 29.66% from 445); Green value is 154 (60.55% from 255 or 34.61% from 445); Blue value is 159 (62.5% from 255 or 35.73% from 445); Max value from RGB is 159 - color contains mainly: blue. Hex color #849A9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #849A9F is #7B6560. Grayscale: #939393. Windows color (decimal): -8086881 or 10459780. OLE color: 10459780.
HSL color Cylindrical-coordinate representation of color #849A9F: hue angle of 191.11º degrees, saturation: 0.12, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #849A9F is Cyan = 0.17, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 132 | 154 | 159 | - |
| CMYK | 0.17 | 0.03 | 0 | 0.38 |
| HSL | 191.11º | 0.12% | 0.57% | - |
| HSV(B) | 191.11º | 0.17% | 0.62% | - |
| XYZ | 27.33 | 30.52 | 37.25 | - |
| YUV | 147.99 | 134.21 | 116.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 154 | 159 | 0.17 | 0.03 | 0 | 0.38 | 191.11 | 0.12 | 0.57 |
| Hex | 84 | 9A | 9F | 11 | 3 | 0 | 26 | BF | C | 39 |
| Octal | 204 | 232 | 237 | 21 | 3 | 0 | 46 | 277 | 14 | 71 |
| Binary | 10000100 | 10011010 | 10011111 | 10001 | 11 | 0 | 100110 | 10111111 | 1100 | 111001 |
Color Harmonies of #849A9F
Complementary color
Monochromatic Colors of #849A9F
Black with #849A9F
Text Example
Text Example
White with #849A9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #849A9F; }
p { color: rgb(132,154,159); }
H1.HeaderClassName
{
color: #849A9F;
}
.AnyTagClassName
{
color: #849A9F;
}
</style>
background-color css
<style>
a { background-color: #849A9F; }
a { background-color: rgb(132,154,159); }
div.DivClassName
{
background-color: #849A9F;
}
.BgClassName
{
background-color: #849A9F;
}
</style>
border-color css
<style>
span { border-color: #849A9F; }
span { border-color: rgb(132,154,159); }
td.TdClassName
{
border-color: #849A9F;
}
.TagClassName
{
border-color: #849A9F;
}
</style>