Shades of Bali Hai #8499A6
Tints of Bali Hai #8499A6
RGB
CMYK
RGB Variations
Color information
#8499A6 (or 0x8499A6) is known color: Bali Hai. HEX triplet: 84, 99 and A6. RGB value is (132,153,166). Sum of RGB (Red+Green+Blue) = 132+153+166=451 (59% of max value = 765). Red value is 132 (51.95% from 255 or 29.27% from 451); Green value is 153 (60.16% from 255 or 33.92% from 451); Blue value is 166 (65.23% from 255 or 36.81% from 451); Max value from RGB is 166 - color contains mainly: blue. Hex color #8499A6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8499A6 is #7B6659. Grayscale: #949494. Windows color (decimal): -8087130 or 10918276. OLE color: 10918276.
HSL color Cylindrical-coordinate representation of color #8499A6: hue angle of 202.94º 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 #8499A6 is Cyan = 0.20, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 132 | 153 | 166 | - |
| CMYK | 0.20 | 0.08 | 0 | 0.35 |
| HSL | 202.94º | 0.16% | 0.58% | - |
| HSV(B) | 202.94º | 0.2% | 0.65% | - |
| XYZ | 27.79 | 30.44 | 40.49 | - |
| YUV | 148.2 | 138.04 | 116.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 153 | 166 | 0.20 | 0.08 | 0 | 0.35 | 202.94 | 0.16 | 0.58 |
| Hex | 84 | 99 | A6 | 14 | 8 | 0 | 23 | CB | 10 | 3A |
| Octal | 204 | 231 | 246 | 24 | 10 | 0 | 43 | 313 | 20 | 72 |
| Binary | 10000100 | 10011001 | 10100110 | 10100 | 1000 | 0 | 100011 | 11001011 | 10000 | 111010 |
Color Harmonies of #8499A6
Complementary color
Monochromatic Colors of #8499A6
Black with #8499A6
Text Example
Text Example
White with #8499A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8499A6; }
p { color: rgb(132,153,166); }
H1.HeaderClassName
{
color: #8499A6;
}
.AnyTagClassName
{
color: #8499A6;
}
</style>
background-color css
<style>
a { background-color: #8499A6; }
a { background-color: rgb(132,153,166); }
div.DivClassName
{
background-color: #8499A6;
}
.BgClassName
{
background-color: #8499A6;
}
</style>
border-color css
<style>
span { border-color: #8499A6; }
span { border-color: rgb(132,153,166); }
td.TdClassName
{
border-color: #8499A6;
}
.TagClassName
{
border-color: #8499A6;
}
</style>