Shades of Bali Hai #849AA3
Tints of Bali Hai #849AA3
RGB
CMYK
RGB Variations
Color information
#849AA3 (or 0x849AA3) is known color: Bali Hai. HEX triplet: 84, 9A and A3. RGB value is (132,154,163). Sum of RGB (Red+Green+Blue) = 132+154+163=449 (59% of max value = 765). Red value is 132 (51.95% from 255 or 29.40% from 449); Green value is 154 (60.55% from 255 or 34.30% from 449); Blue value is 163 (64.06% from 255 or 36.30% from 449); Max value from RGB is 163 - color contains mainly: blue. Hex color #849AA3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #849AA3 is #7B655C. Grayscale: #949494. Windows color (decimal): -8086877 or 10721924. OLE color: 10721924.
HSL color Cylindrical-coordinate representation of color #849AA3: hue angle of 197.42º degrees, saturation: 0.14, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #849AA3 is Cyan = 0.19, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 132 | 154 | 163 | - |
| CMYK | 0.19 | 0.06 | 0 | 0.36 |
| HSL | 197.42º | 0.14% | 0.58% | - |
| HSV(B) | 197.42º | 0.19% | 0.64% | - |
| XYZ | 27.68 | 30.66 | 39.11 | - |
| YUV | 148.45 | 136.21 | 116.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 154 | 163 | 0.19 | 0.06 | 0 | 0.36 | 197.42 | 0.14 | 0.58 |
| Hex | 84 | 9A | A3 | 13 | 6 | 0 | 24 | C5 | E | 3A |
| Octal | 204 | 232 | 243 | 23 | 6 | 0 | 44 | 305 | 16 | 72 |
| Binary | 10000100 | 10011010 | 10100011 | 10011 | 110 | 0 | 100100 | 11000101 | 1110 | 111010 |
Color Harmonies of #849AA3
Complementary color
Monochromatic Colors of #849AA3
Black with #849AA3
Text Example
Text Example
White with #849AA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #849AA3; }
p { color: rgb(132,154,163); }
H1.HeaderClassName
{
color: #849AA3;
}
.AnyTagClassName
{
color: #849AA3;
}
</style>
background-color css
<style>
a { background-color: #849AA3; }
a { background-color: rgb(132,154,163); }
div.DivClassName
{
background-color: #849AA3;
}
.BgClassName
{
background-color: #849AA3;
}
</style>
border-color css
<style>
span { border-color: #849AA3; }
span { border-color: rgb(132,154,163); }
td.TdClassName
{
border-color: #849AA3;
}
.TagClassName
{
border-color: #849AA3;
}
</style>