Shades of Bali Hai #889FB4
Tints of Bali Hai #889FB4
RGB
CMYK
RGB Variations
Color information
#889FB4 (or 0x889FB4) is known color: Bali Hai. HEX triplet: 88, 9F and B4. RGB value is (136,159,180). Sum of RGB (Red+Green+Blue) = 136+159+180=475 (62% of max value = 765). Red value is 136 (53.52% from 255 or 28.63% from 475); Green value is 159 (62.5% from 255 or 33.47% from 475); Blue value is 180 (70.70% from 255 or 37.89% from 475); Max value from RGB is 180 - color contains mainly: blue. Hex color #889FB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #889FB4 is #77604B. Grayscale: #9A9A9A. Windows color (decimal): -7823436 or 11837320. OLE color: 11837320.
HSL color Cylindrical-coordinate representation of color #889FB4: hue angle of 208.64º degrees, saturation: 0.23, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #889FB4 is Cyan = 0.24, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 136 | 159 | 180 | - |
| CMYK | 0.24 | 0.12 | 0 | 0.29 |
| HSL | 208.64º | 0.23% | 0.62% | - |
| HSV(B) | 208.64º | 0.24% | 0.71% | - |
| XYZ | 30.79 | 33.33 | 47.99 | - |
| YUV | 154.52 | 142.38 | 114.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 159 | 180 | 0.24 | 0.12 | 0 | 0.29 | 208.64 | 0.23 | 0.62 |
| Hex | 88 | 9F | B4 | 18 | C | 0 | 1D | D1 | 17 | 3E |
| Octal | 210 | 237 | 264 | 30 | 14 | 0 | 35 | 321 | 27 | 76 |
| Binary | 10001000 | 10011111 | 10110100 | 11000 | 1100 | 0 | 11101 | 11010001 | 10111 | 111110 |
Color Harmonies of #889FB4
Complementary color
Monochromatic Colors of #889FB4
Black with #889FB4
Text Example
Text Example
White with #889FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #889FB4; }
p { color: rgb(136,159,180); }
H1.HeaderClassName
{
color: #889FB4;
}
.AnyTagClassName
{
color: #889FB4;
}
</style>
background-color css
<style>
a { background-color: #889FB4; }
a { background-color: rgb(136,159,180); }
div.DivClassName
{
background-color: #889FB4;
}
.BgClassName
{
background-color: #889FB4;
}
</style>
border-color css
<style>
span { border-color: #889FB4; }
span { border-color: rgb(136,159,180); }
td.TdClassName
{
border-color: #889FB4;
}
.TagClassName
{
border-color: #889FB4;
}
</style>