Shades of Bali Hai #899BA7
Tints of Bali Hai #899BA7
RGB
CMYK
RGB Variations
Color information
#899BA7 (or 0x899BA7) is known color: Bali Hai. HEX triplet: 89, 9B and A7. RGB value is (137,155,167). Sum of RGB (Red+Green+Blue) = 137+155+167=459 (60% of max value = 765). Red value is 137 (53.91% from 255 or 29.85% from 459); Green value is 155 (60.94% from 255 or 33.77% from 459); Blue value is 167 (65.62% from 255 or 36.38% from 459); Max value from RGB is 167 - color contains mainly: blue. Hex color #899BA7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #899BA7 is #766458. Grayscale: #969696. Windows color (decimal): -7758937 or 10984329. OLE color: 10984329.
HSL color Cylindrical-coordinate representation of color #899BA7: hue angle of 204º degrees, saturation: 0.15, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #899BA7 is Cyan = 0.18, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 137 | 155 | 167 | - |
| CMYK | 0.18 | 0.07 | 0 | 0.35 |
| HSL | 204º | 0.15% | 0.6% | - |
| HSV(B) | 204º | 0.18% | 0.65% | - |
| XYZ | 29.01 | 31.55 | 41.12 | - |
| YUV | 150.99 | 137.04 | 118.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 155 | 167 | 0.18 | 0.07 | 0 | 0.35 | 204 | 0.15 | 0.6 |
| Hex | 89 | 9B | A7 | 12 | 7 | 0 | 23 | CC | F | 3C |
| Octal | 211 | 233 | 247 | 22 | 7 | 0 | 43 | 314 | 17 | 74 |
| Binary | 10001001 | 10011011 | 10100111 | 10010 | 111 | 0 | 100011 | 11001100 | 1111 | 111100 |
Color Harmonies of #899BA7
Complementary color
Monochromatic Colors of #899BA7
Black with #899BA7
Text Example
Text Example
White with #899BA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899BA7; }
p { color: rgb(137,155,167); }
H1.HeaderClassName
{
color: #899BA7;
}
.AnyTagClassName
{
color: #899BA7;
}
</style>
background-color css
<style>
a { background-color: #899BA7; }
a { background-color: rgb(137,155,167); }
div.DivClassName
{
background-color: #899BA7;
}
.BgClassName
{
background-color: #899BA7;
}
</style>
border-color css
<style>
span { border-color: #899BA7; }
span { border-color: rgb(137,155,167); }
td.TdClassName
{
border-color: #899BA7;
}
.TagClassName
{
border-color: #899BA7;
}
</style>