Shades of Bali Hai #849AA7
Tints of Bali Hai #849AA7
RGB
CMYK
RGB Variations
Color information
#849AA7 (or 0x849AA7) is known color: Bali Hai. HEX triplet: 84, 9A and A7. RGB value is (132,154,167). Sum of RGB (Red+Green+Blue) = 132+154+167=453 (60% of max value = 765). Red value is 132 (51.95% from 255 or 29.14% from 453); Green value is 154 (60.55% from 255 or 34.00% from 453); Blue value is 167 (65.62% from 255 or 36.87% from 453); Max value from RGB is 167 - color contains mainly: blue. Hex color #849AA7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #849AA7 is #7B6558. Grayscale: #949494. Windows color (decimal): -8086873 or 10984068. OLE color: 10984068.
HSL color Cylindrical-coordinate representation of color #849AA7: hue angle of 202.29º degrees, saturation: 0.17, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #849AA7 is Cyan = 0.21, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 132 | 154 | 167 | - |
| CMYK | 0.21 | 0.08 | 0 | 0.35 |
| HSL | 202.29º | 0.17% | 0.59% | - |
| HSV(B) | 202.29º | 0.21% | 0.65% | - |
| XYZ | 28.05 | 30.81 | 41.03 | - |
| YUV | 148.9 | 138.21 | 115.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 154 | 167 | 0.21 | 0.08 | 0 | 0.35 | 202.29 | 0.17 | 0.59 |
| Hex | 84 | 9A | A7 | 15 | 8 | 0 | 23 | CA | 11 | 3B |
| Octal | 204 | 232 | 247 | 25 | 10 | 0 | 43 | 312 | 21 | 73 |
| Binary | 10000100 | 10011010 | 10100111 | 10101 | 1000 | 0 | 100011 | 11001010 | 10001 | 111011 |
Color Harmonies of #849AA7
Complementary color
Monochromatic Colors of #849AA7
Black with #849AA7
Text Example
Text Example
White with #849AA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #849AA7; }
p { color: rgb(132,154,167); }
H1.HeaderClassName
{
color: #849AA7;
}
.AnyTagClassName
{
color: #849AA7;
}
</style>
background-color css
<style>
a { background-color: #849AA7; }
a { background-color: rgb(132,154,167); }
div.DivClassName
{
background-color: #849AA7;
}
.BgClassName
{
background-color: #849AA7;
}
</style>
border-color css
<style>
span { border-color: #849AA7; }
span { border-color: rgb(132,154,167); }
td.TdClassName
{
border-color: #849AA7;
}
.TagClassName
{
border-color: #849AA7;
}
</style>