Shades of Bali Hai #89A1B2
Tints of Bali Hai #89A1B2
RGB
CMYK
RGB Variations
Color information
#89A1B2 (or 0x89A1B2) is known color: Bali Hai. HEX triplet: 89, A1 and B2. RGB value is (137,161,178). Sum of RGB (Red+Green+Blue) = 137+161+178=476 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.78% from 476); Green value is 161 (63.28% from 255 or 33.82% from 476); Blue value is 178 (69.92% from 255 or 37.39% from 476); Max value from RGB is 178 - color contains mainly: blue. Hex color #89A1B2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89A1B2 is #765E4D. Grayscale: #9B9B9B. Windows color (decimal): -7757390 or 11706761. OLE color: 11706761.
HSL color Cylindrical-coordinate representation of color #89A1B2: hue angle of 204.88º degrees, saturation: 0.21, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #89A1B2 is Cyan = 0.23, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 137 | 161 | 178 | - |
| CMYK | 0.23 | 0.10 | 0 | 0.30 |
| HSL | 204.88º | 0.21% | 0.62% | - |
| HSV(B) | 204.88º | 0.23% | 0.7% | - |
| XYZ | 31.1 | 34.02 | 47.05 | - |
| YUV | 155.76 | 140.55 | 114.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 161 | 178 | 0.23 | 0.10 | 0 | 0.30 | 204.88 | 0.21 | 0.62 |
| Hex | 89 | A1 | B2 | 17 | A | 0 | 1E | CD | 15 | 3E |
| Octal | 211 | 241 | 262 | 27 | 12 | 0 | 36 | 315 | 25 | 76 |
| Binary | 10001001 | 10100001 | 10110010 | 10111 | 1010 | 0 | 11110 | 11001101 | 10101 | 111110 |
Color Harmonies of #89A1B2
Complementary color
Monochromatic Colors of #89A1B2
Black with #89A1B2
Text Example
Text Example
White with #89A1B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89A1B2; }
p { color: rgb(137,161,178); }
H1.HeaderClassName
{
color: #89A1B2;
}
.AnyTagClassName
{
color: #89A1B2;
}
</style>
background-color css
<style>
a { background-color: #89A1B2; }
a { background-color: rgb(137,161,178); }
div.DivClassName
{
background-color: #89A1B2;
}
.BgClassName
{
background-color: #89A1B2;
}
</style>
border-color css
<style>
span { border-color: #89A1B2; }
span { border-color: rgb(137,161,178); }
td.TdClassName
{
border-color: #89A1B2;
}
.TagClassName
{
border-color: #89A1B2;
}
</style>