Shades of Bali Hai #899DAE
Tints of Bali Hai #899DAE
RGB
CMYK
RGB Variations
Color information
#899DAE (or 0x899DAE) is known color: Bali Hai. HEX triplet: 89, 9D and AE. RGB value is (137,157,174). Sum of RGB (Red+Green+Blue) = 137+157+174=468 (61% of max value = 765). Red value is 137 (53.91% from 255 or 29.27% from 468); Green value is 157 (61.72% from 255 or 33.55% from 468); Blue value is 174 (68.36% from 255 or 37.18% from 468); Max value from RGB is 174 - color contains mainly: blue. Hex color #899DAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #899DAE is #766251. Grayscale: #989898. Windows color (decimal): -7758418 or 11443593. OLE color: 11443593.
HSL color Cylindrical-coordinate representation of color #899DAE: hue angle of 207.57º degrees, saturation: 0.19, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #899DAE is Cyan = 0.21, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 137 | 157 | 174 | - |
| CMYK | 0.21 | 0.10 | 0 | 0.32 |
| HSL | 207.57º | 0.19% | 0.61% | - |
| HSV(B) | 207.57º | 0.21% | 0.68% | - |
| XYZ | 30.01 | 32.49 | 44.73 | - |
| YUV | 152.96 | 139.87 | 116.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 157 | 174 | 0.21 | 0.10 | 0 | 0.32 | 207.57 | 0.19 | 0.61 |
| Hex | 89 | 9D | AE | 15 | A | 0 | 20 | D0 | 13 | 3D |
| Octal | 211 | 235 | 256 | 25 | 12 | 0 | 40 | 320 | 23 | 75 |
| Binary | 10001001 | 10011101 | 10101110 | 10101 | 1010 | 0 | 100000 | 11010000 | 10011 | 111101 |
Color Harmonies of #899DAE
Complementary color
Monochromatic Colors of #899DAE
Black with #899DAE
Text Example
Text Example
White with #899DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899DAE; }
p { color: rgb(137,157,174); }
H1.HeaderClassName
{
color: #899DAE;
}
.AnyTagClassName
{
color: #899DAE;
}
</style>
background-color css
<style>
a { background-color: #899DAE; }
a { background-color: rgb(137,157,174); }
div.DivClassName
{
background-color: #899DAE;
}
.BgClassName
{
background-color: #899DAE;
}
</style>
border-color css
<style>
span { border-color: #899DAE; }
span { border-color: rgb(137,157,174); }
td.TdClassName
{
border-color: #899DAE;
}
.TagClassName
{
border-color: #899DAE;
}
</style>