Shades of Bali Hai #899DA2
Tints of Bali Hai #899DA2
RGB
CMYK
RGB Variations
Color information
#899DA2 (or 0x899DA2) is known color: Bali Hai. HEX triplet: 89, 9D and A2. RGB value is (137,157,162). Sum of RGB (Red+Green+Blue) = 137+157+162=456 (60% of max value = 765). Red value is 137 (53.91% from 255 or 30.04% from 456); Green value is 157 (61.72% from 255 or 34.43% from 456); Blue value is 162 (63.67% from 255 or 35.53% from 456); Max value from RGB is 162 - color contains mainly: blue. Hex color #899DA2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #899DA2 is #76625D. Grayscale: #979797. Windows color (decimal): -7758430 or 10657161. OLE color: 10657161.
HSL color Cylindrical-coordinate representation of color #899DA2: hue angle of 192º degrees, saturation: 0.12, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #899DA2 is Cyan = 0.15, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 137 | 157 | 162 | - |
| CMYK | 0.15 | 0.03 | 0 | 0.36 |
| HSL | 192º | 0.12% | 0.59% | - |
| HSV(B) | 192º | 0.15% | 0.64% | - |
| XYZ | 28.9 | 32.04 | 38.84 | - |
| YUV | 151.59 | 133.87 | 117.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 157 | 162 | 0.15 | 0.03 | 0 | 0.36 | 192 | 0.12 | 0.59 |
| Hex | 89 | 9D | A2 | F | 3 | 0 | 24 | C0 | C | 3B |
| Octal | 211 | 235 | 242 | 17 | 3 | 0 | 44 | 300 | 14 | 73 |
| Binary | 10001001 | 10011101 | 10100010 | 1111 | 11 | 0 | 100100 | 11000000 | 1100 | 111011 |
Color Harmonies of #899DA2
Complementary color
Monochromatic Colors of #899DA2
Black with #899DA2
Text Example
Text Example
White with #899DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899DA2; }
p { color: rgb(137,157,162); }
H1.HeaderClassName
{
color: #899DA2;
}
.AnyTagClassName
{
color: #899DA2;
}
</style>
background-color css
<style>
a { background-color: #899DA2; }
a { background-color: rgb(137,157,162); }
div.DivClassName
{
background-color: #899DA2;
}
.BgClassName
{
background-color: #899DA2;
}
</style>
border-color css
<style>
span { border-color: #899DA2; }
span { border-color: rgb(137,157,162); }
td.TdClassName
{
border-color: #899DA2;
}
.TagClassName
{
border-color: #899DA2;
}
</style>