Shades of Bali Hai #849AB0
Tints of Bali Hai #849AB0
RGB
CMYK
RGB Variations
Color information
#849AB0 (or 0x849AB0) is known color: Bali Hai. HEX triplet: 84, 9A and B0. RGB value is (132,154,176). Sum of RGB (Red+Green+Blue) = 132+154+176=462 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.57% from 462); Green value is 154 (60.55% from 255 or 33.33% from 462); Blue value is 176 (69.14% from 255 or 38.10% from 462); Max value from RGB is 176 - color contains mainly: blue. Hex color #849AB0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #849AB0 is #7B654F. Grayscale: #959595. Windows color (decimal): -8086864 or 11573892. OLE color: 11573892.
HSL color Cylindrical-coordinate representation of color #849AB0: hue angle of 210º 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 #849AB0 is Cyan = 0.25, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 132 | 154 | 176 | - |
| CMYK | 0.25 | 0.12 | 0 | 0.31 |
| HSL | 210º | 0.22% | 0.6% | - |
| HSV(B) | 210º | 0.25% | 0.69% | - |
| XYZ | 28.91 | 31.15 | 45.56 | - |
| YUV | 149.93 | 142.71 | 115.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 154 | 176 | 0.25 | 0.12 | 0 | 0.31 | 210 | 0.22 | 0.6 |
| Hex | 84 | 9A | B0 | 19 | C | 0 | 1F | D2 | 16 | 3C |
| Octal | 204 | 232 | 260 | 31 | 14 | 0 | 37 | 322 | 26 | 74 |
| Binary | 10000100 | 10011010 | 10110000 | 11001 | 1100 | 0 | 11111 | 11010010 | 10110 | 111100 |
Color Harmonies of #849AB0
Complementary color
Monochromatic Colors of #849AB0
Black with #849AB0
Text Example
Text Example
White with #849AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #849AB0; }
p { color: rgb(132,154,176); }
H1.HeaderClassName
{
color: #849AB0;
}
.AnyTagClassName
{
color: #849AB0;
}
</style>
background-color css
<style>
a { background-color: #849AB0; }
a { background-color: rgb(132,154,176); }
div.DivClassName
{
background-color: #849AB0;
}
.BgClassName
{
background-color: #849AB0;
}
</style>
border-color css
<style>
span { border-color: #849AB0; }
span { border-color: rgb(132,154,176); }
td.TdClassName
{
border-color: #849AB0;
}
.TagClassName
{
border-color: #849AB0;
}
</style>