Shades of Bali Hai #889AAA
Tints of Bali Hai #889AAA
RGB
CMYK
RGB Variations
Color information
#889AAA (or 0x889AAA) is known color: Bali Hai. HEX triplet: 88, 9A and AA. RGB value is (136,154,170). Sum of RGB (Red+Green+Blue) = 136+154+170=460 (60% of max value = 765). Red value is 136 (53.52% from 255 or 29.57% from 460); Green value is 154 (60.55% from 255 or 33.48% from 460); Blue value is 170 (66.80% from 255 or 36.96% from 460); Max value from RGB is 170 - color contains mainly: blue. Hex color #889AAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #889AAA is #776555. Grayscale: #969696. Windows color (decimal): -7824726 or 11180680. OLE color: 11180680.
HSL color Cylindrical-coordinate representation of color #889AAA: hue angle of 208.24º degrees, saturation: 0.17, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #889AAA is Cyan = 0.20, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 136 | 154 | 170 | - |
| CMYK | 0.20 | 0.09 | 0 | 0.33 |
| HSL | 208.24º | 0.17% | 0.6% | - |
| HSV(B) | 208.24º | 0.2% | 0.67% | - |
| XYZ | 28.96 | 31.25 | 42.54 | - |
| YUV | 150.44 | 139.04 | 117.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 154 | 170 | 0.20 | 0.09 | 0 | 0.33 | 208.24 | 0.17 | 0.6 |
| Hex | 88 | 9A | AA | 14 | 9 | 0 | 21 | D0 | 11 | 3C |
| Octal | 210 | 232 | 252 | 24 | 11 | 0 | 41 | 320 | 21 | 74 |
| Binary | 10001000 | 10011010 | 10101010 | 10100 | 1001 | 0 | 100001 | 11010000 | 10001 | 111100 |
Color Harmonies of #889AAA
Complementary color
Monochromatic Colors of #889AAA
Black with #889AAA
Text Example
Text Example
White with #889AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #889AAA; }
p { color: rgb(136,154,170); }
H1.HeaderClassName
{
color: #889AAA;
}
.AnyTagClassName
{
color: #889AAA;
}
</style>
background-color css
<style>
a { background-color: #889AAA; }
a { background-color: rgb(136,154,170); }
div.DivClassName
{
background-color: #889AAA;
}
.BgClassName
{
background-color: #889AAA;
}
</style>
border-color css
<style>
span { border-color: #889AAA; }
span { border-color: rgb(136,154,170); }
td.TdClassName
{
border-color: #889AAA;
}
.TagClassName
{
border-color: #889AAA;
}
</style>