Shades of Bali Hai #899DAA
Tints of Bali Hai #899DAA
RGB
CMYK
RGB Variations
Color information
#899DAA (or 0x899DAA) is known color: Bali Hai. HEX triplet: 89, 9D and AA. RGB value is (137,157,170). Sum of RGB (Red+Green+Blue) = 137+157+170=464 (61% of max value = 765). Red value is 137 (53.91% from 255 or 29.53% from 464); Green value is 157 (61.72% from 255 or 33.84% from 464); Blue value is 170 (66.80% from 255 or 36.64% from 464); Max value from RGB is 170 - color contains mainly: blue. Hex color #899DAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #899DAA is #766255. Grayscale: #989898. Windows color (decimal): -7758422 or 11181449. OLE color: 11181449.
HSL color Cylindrical-coordinate representation of color #899DAA: hue angle of 203.64º 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 #899DAA is Cyan = 0.19, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 137 | 157 | 170 | - |
| CMYK | 0.19 | 0.08 | 0 | 0.33 |
| HSL | 203.64º | 0.16% | 0.6% | - |
| HSV(B) | 203.64º | 0.19% | 0.67% | - |
| XYZ | 29.63 | 32.33 | 42.71 | - |
| YUV | 152.5 | 137.87 | 116.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 157 | 170 | 0.19 | 0.08 | 0 | 0.33 | 203.64 | 0.16 | 0.6 |
| Hex | 89 | 9D | AA | 13 | 8 | 0 | 21 | CC | 10 | 3C |
| Octal | 211 | 235 | 252 | 23 | 10 | 0 | 41 | 314 | 20 | 74 |
| Binary | 10001001 | 10011101 | 10101010 | 10011 | 1000 | 0 | 100001 | 11001100 | 10000 | 111100 |
Color Harmonies of #899DAA
Complementary color
Monochromatic Colors of #899DAA
Black with #899DAA
Text Example
Text Example
White with #899DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899DAA; }
p { color: rgb(137,157,170); }
H1.HeaderClassName
{
color: #899DAA;
}
.AnyTagClassName
{
color: #899DAA;
}
</style>
background-color css
<style>
a { background-color: #899DAA; }
a { background-color: rgb(137,157,170); }
div.DivClassName
{
background-color: #899DAA;
}
.BgClassName
{
background-color: #899DAA;
}
</style>
border-color css
<style>
span { border-color: #899DAA; }
span { border-color: rgb(137,157,170); }
td.TdClassName
{
border-color: #899DAA;
}
.TagClassName
{
border-color: #899DAA;
}
</style>