Shades of Bali Hai #849FB0
Tints of Bali Hai #849FB0
RGB
CMYK
RGB Variations
Color information
#849FB0 (or 0x849FB0) is known color: Bali Hai. HEX triplet: 84, 9F and B0. RGB value is (132,159,176). Sum of RGB (Red+Green+Blue) = 132+159+176=467 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.27% from 467); Green value is 159 (62.5% from 255 or 34.05% from 467); Blue value is 176 (69.14% from 255 or 37.69% from 467); Max value from RGB is 176 - color contains mainly: blue. Hex color #849FB0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #849FB0 is #7B604F. Grayscale: #989898. Windows color (decimal): -8085584 or 11575172. OLE color: 11575172.
HSL color Cylindrical-coordinate representation of color #849FB0: hue angle of 203.18º degrees, saturation: 0.22, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #849FB0 is Cyan = 0.25, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 132 | 159 | 176 | - |
| CMYK | 0.25 | 0.10 | 0 | 0.31 |
| HSL | 203.18º | 0.22% | 0.6% | - |
| HSV(B) | 203.18º | 0.25% | 0.69% | - |
| XYZ | 29.75 | 32.84 | 45.84 | - |
| YUV | 152.87 | 141.05 | 113.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 159 | 176 | 0.25 | 0.10 | 0 | 0.31 | 203.18 | 0.22 | 0.6 |
| Hex | 84 | 9F | B0 | 19 | A | 0 | 1F | CB | 16 | 3C |
| Octal | 204 | 237 | 260 | 31 | 12 | 0 | 37 | 313 | 26 | 74 |
| Binary | 10000100 | 10011111 | 10110000 | 11001 | 1010 | 0 | 11111 | 11001011 | 10110 | 111100 |
Color Harmonies of #849FB0
Complementary color
Monochromatic Colors of #849FB0
Black with #849FB0
Text Example
Text Example
White with #849FB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #849FB0; }
p { color: rgb(132,159,176); }
H1.HeaderClassName
{
color: #849FB0;
}
.AnyTagClassName
{
color: #849FB0;
}
</style>
background-color css
<style>
a { background-color: #849FB0; }
a { background-color: rgb(132,159,176); }
div.DivClassName
{
background-color: #849FB0;
}
.BgClassName
{
background-color: #849FB0;
}
</style>
border-color css
<style>
span { border-color: #849FB0; }
span { border-color: rgb(132,159,176); }
td.TdClassName
{
border-color: #849FB0;
}
.TagClassName
{
border-color: #849FB0;
}
</style>