Shades of Bali Hai #8494A6
Tints of Bali Hai #8494A6
RGB
CMYK
RGB Variations
Color information
#8494A6 (or 0x8494A6) is known color: Bali Hai. HEX triplet: 84, 94 and A6. RGB value is (132,148,166). Sum of RGB (Red+Green+Blue) = 132+148+166=446 (59% of max value = 765). Red value is 132 (51.95% from 255 or 29.60% from 446); Green value is 148 (58.20% from 255 or 33.18% from 446); Blue value is 166 (65.23% from 255 or 37.22% from 446); Max value from RGB is 166 - color contains mainly: blue. Hex color #8494A6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8494A6 is #7B6B59. Grayscale: #919191. Windows color (decimal): -8088410 or 10916996. OLE color: 10916996.
HSL color Cylindrical-coordinate representation of color #8494A6: hue angle of 211.76º degrees, saturation: 0.16, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8494A6 is Cyan = 0.20, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 132 | 148 | 166 | - |
| CMYK | 0.20 | 0.11 | 0 | 0.35 |
| HSL | 211.76º | 0.16% | 0.58% | - |
| HSV(B) | 211.76º | 0.2% | 0.65% | - |
| XYZ | 26.99 | 28.84 | 40.22 | - |
| YUV | 145.27 | 139.7 | 118.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 148 | 166 | 0.20 | 0.11 | 0 | 0.35 | 211.76 | 0.16 | 0.58 |
| Hex | 84 | 94 | A6 | 14 | B | 0 | 23 | D4 | 10 | 3A |
| Octal | 204 | 224 | 246 | 24 | 13 | 0 | 43 | 324 | 20 | 72 |
| Binary | 10000100 | 10010100 | 10100110 | 10100 | 1011 | 0 | 100011 | 11010100 | 10000 | 111010 |
Color Harmonies of #8494A6
Complementary color
Monochromatic Colors of #8494A6
Black with #8494A6
Text Example
Text Example
White with #8494A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8494A6; }
p { color: rgb(132,148,166); }
H1.HeaderClassName
{
color: #8494A6;
}
.AnyTagClassName
{
color: #8494A6;
}
</style>
background-color css
<style>
a { background-color: #8494A6; }
a { background-color: rgb(132,148,166); }
div.DivClassName
{
background-color: #8494A6;
}
.BgClassName
{
background-color: #8494A6;
}
</style>
border-color css
<style>
span { border-color: #8494A6; }
span { border-color: rgb(132,148,166); }
td.TdClassName
{
border-color: #8494A6;
}
.TagClassName
{
border-color: #8494A6;
}
</style>