Shades of Bali Hai #8A99AC
Tints of Bali Hai #8A99AC
RGB
CMYK
RGB Variations
Color information
#8A99AC (or 0x8A99AC) is known color: Bali Hai. HEX triplet: 8A, 99 and AC. RGB value is (138,153,172). Sum of RGB (Red+Green+Blue) = 138+153+172=463 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.81% from 463); Green value is 153 (60.16% from 255 or 33.05% from 463); Blue value is 172 (67.58% from 255 or 37.15% from 463); Max value from RGB is 172 - color contains mainly: blue. Hex color #8A99AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A99AC is #756653. Grayscale: #969696. Windows color (decimal): -7693908 or 11311498. OLE color: 11311498.
HSL color Cylindrical-coordinate representation of color #8A99AC: hue angle of 213.53º degrees, saturation: 0.17, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8A99AC is Cyan = 0.20, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 138 | 153 | 172 | - |
| CMYK | 0.20 | 0.11 | 0 | 0.33 |
| HSL | 213.53º | 0.17% | 0.61% | - |
| HSV(B) | 213.53º | 0.2% | 0.67% | - |
| XYZ | 29.32 | 31.16 | 43.5 | - |
| YUV | 150.68 | 140.03 | 118.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 153 | 172 | 0.20 | 0.11 | 0 | 0.33 | 213.53 | 0.17 | 0.61 |
| Hex | 8A | 99 | AC | 14 | B | 0 | 21 | D6 | 11 | 3D |
| Octal | 212 | 231 | 254 | 24 | 13 | 0 | 41 | 326 | 21 | 75 |
| Binary | 10001010 | 10011001 | 10101100 | 10100 | 1011 | 0 | 100001 | 11010110 | 10001 | 111101 |
Color Harmonies of #8A99AC
Complementary color
Monochromatic Colors of #8A99AC
Black with #8A99AC
Text Example
Text Example
White with #8A99AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A99AC; }
p { color: rgb(138,153,172); }
H1.HeaderClassName
{
color: #8A99AC;
}
.AnyTagClassName
{
color: #8A99AC;
}
</style>
background-color css
<style>
a { background-color: #8A99AC; }
a { background-color: rgb(138,153,172); }
div.DivClassName
{
background-color: #8A99AC;
}
.BgClassName
{
background-color: #8A99AC;
}
</style>
border-color css
<style>
span { border-color: #8A99AC; }
span { border-color: rgb(138,153,172); }
td.TdClassName
{
border-color: #8A99AC;
}
.TagClassName
{
border-color: #8A99AC;
}
</style>