Shades of Bali Hai #849AB3
Tints of Bali Hai #849AB3
RGB
CMYK
RGB Variations
Color information
#849AB3 (or 0x849AB3) is known color: Bali Hai. HEX triplet: 84, 9A and B3. RGB value is (132,154,179). Sum of RGB (Red+Green+Blue) = 132+154+179=465 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.39% from 465); Green value is 154 (60.55% from 255 or 33.12% from 465); Blue value is 179 (70.31% from 255 or 38.49% from 465); Max value from RGB is 179 - color contains mainly: blue. Hex color #849AB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #849AB3 is #7B654C. Grayscale: #969696. Windows color (decimal): -8086861 or 11770500. OLE color: 11770500.
HSL color Cylindrical-coordinate representation of color #849AB3: hue angle of 211.91º degrees, saturation: 0.24, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #849AB3 is Cyan = 0.26, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 132 | 154 | 179 | - |
| CMYK | 0.26 | 0.14 | 0 | 0.30 |
| HSL | 211.91º | 0.24% | 0.61% | - |
| HSV(B) | 211.91º | 0.26% | 0.7% | - |
| XYZ | 29.21 | 31.27 | 47.14 | - |
| YUV | 150.27 | 144.21 | 114.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 154 | 179 | 0.26 | 0.14 | 0 | 0.30 | 211.91 | 0.24 | 0.61 |
| Hex | 84 | 9A | B3 | 1A | E | 0 | 1E | D4 | 18 | 3D |
| Octal | 204 | 232 | 263 | 32 | 16 | 0 | 36 | 324 | 30 | 75 |
| Binary | 10000100 | 10011010 | 10110011 | 11010 | 1110 | 0 | 11110 | 11010100 | 11000 | 111101 |
Color Harmonies of #849AB3
Complementary color
Monochromatic Colors of #849AB3
Black with #849AB3
Text Example
Text Example
White with #849AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #849AB3; }
p { color: rgb(132,154,179); }
H1.HeaderClassName
{
color: #849AB3;
}
.AnyTagClassName
{
color: #849AB3;
}
</style>
background-color css
<style>
a { background-color: #849AB3; }
a { background-color: rgb(132,154,179); }
div.DivClassName
{
background-color: #849AB3;
}
.BgClassName
{
background-color: #849AB3;
}
</style>
border-color css
<style>
span { border-color: #849AB3; }
span { border-color: rgb(132,154,179); }
td.TdClassName
{
border-color: #849AB3;
}
.TagClassName
{
border-color: #849AB3;
}
</style>