Shades of Bali Hai #899FAA
Tints of Bali Hai #899FAA
RGB
CMYK
RGB Variations
Color information
#899FAA (or 0x899FAA) is known color: Bali Hai. HEX triplet: 89, 9F and AA. RGB value is (137,159,170). Sum of RGB (Red+Green+Blue) = 137+159+170=466 (61% of max value = 765). Red value is 137 (53.91% from 255 or 29.40% from 466); Green value is 159 (62.5% from 255 or 34.12% from 466); Blue value is 170 (66.80% from 255 or 36.48% from 466); Max value from RGB is 170 - color contains mainly: blue. Hex color #899FAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #899FAA is #766055. Grayscale: #999999. Windows color (decimal): -7757910 or 11181961. OLE color: 11181961.
HSL color Cylindrical-coordinate representation of color #899FAA: hue angle of 200º degrees, saturation: 0.16, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #899FAA is Cyan = 0.19, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 137 | 159 | 170 | - |
| CMYK | 0.19 | 0.06 | 0 | 0.33 |
| HSL | 200º | 0.16% | 0.6% | - |
| HSV(B) | 200º | 0.19% | 0.67% | - |
| XYZ | 29.97 | 33.02 | 42.82 | - |
| YUV | 153.68 | 137.21 | 116.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 159 | 170 | 0.19 | 0.06 | 0 | 0.33 | 200 | 0.16 | 0.6 |
| Hex | 89 | 9F | AA | 13 | 6 | 0 | 21 | C8 | 10 | 3C |
| Octal | 211 | 237 | 252 | 23 | 6 | 0 | 41 | 310 | 20 | 74 |
| Binary | 10001001 | 10011111 | 10101010 | 10011 | 110 | 0 | 100001 | 11001000 | 10000 | 111100 |
Color Harmonies of #899FAA
Complementary color
Monochromatic Colors of #899FAA
Black with #899FAA
Text Example
Text Example
White with #899FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899FAA; }
p { color: rgb(137,159,170); }
H1.HeaderClassName
{
color: #899FAA;
}
.AnyTagClassName
{
color: #899FAA;
}
</style>
background-color css
<style>
a { background-color: #899FAA; }
a { background-color: rgb(137,159,170); }
div.DivClassName
{
background-color: #899FAA;
}
.BgClassName
{
background-color: #899FAA;
}
</style>
border-color css
<style>
span { border-color: #899FAA; }
span { border-color: rgb(137,159,170); }
td.TdClassName
{
border-color: #899FAA;
}
.TagClassName
{
border-color: #899FAA;
}
</style>