Shades of Bali Hai #8DA1A9
Tints of Bali Hai #8DA1A9
RGB
CMYK
RGB Variations
Color information
#8DA1A9 (or 0x8DA1A9) is known color: Bali Hai. HEX triplet: 8D, A1 and A9. RGB value is (141,161,169). Sum of RGB (Red+Green+Blue) = 141+161+169=471 (62% of max value = 765). Red value is 141 (55.47% from 255 or 29.94% from 471); Green value is 161 (63.28% from 255 or 34.18% from 471); Blue value is 169 (66.41% from 255 or 35.88% from 471); Max value from RGB is 169 - color contains mainly: blue. Hex color #8DA1A9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8DA1A9 is #725E56. Grayscale: #9B9B9B. Windows color (decimal): -7495255 or 11116941. OLE color: 11116941.
HSL color Cylindrical-coordinate representation of color #8DA1A9: hue angle of 197.14º degrees, saturation: 0.14, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8DA1A9 is Cyan = 0.17, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 141 | 161 | 169 | - |
| CMYK | 0.17 | 0.05 | 0 | 0.34 |
| HSL | 197.14º | 0.14% | 0.61% | - |
| HSV(B) | 197.14º | 0.17% | 0.66% | - |
| XYZ | 30.89 | 34.02 | 42.47 | - |
| YUV | 155.93 | 135.37 | 117.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 161 | 169 | 0.17 | 0.05 | 0 | 0.34 | 197.14 | 0.14 | 0.61 |
| Hex | 8D | A1 | A9 | 11 | 5 | 0 | 22 | C5 | E | 3D |
| Octal | 215 | 241 | 251 | 21 | 5 | 0 | 42 | 305 | 16 | 75 |
| Binary | 10001101 | 10100001 | 10101001 | 10001 | 101 | 0 | 100010 | 11000101 | 1110 | 111101 |
Color Harmonies of #8DA1A9
Complementary color
Monochromatic Colors of #8DA1A9
Black with #8DA1A9
Text Example
Text Example
White with #8DA1A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DA1A9; }
p { color: rgb(141,161,169); }
H1.HeaderClassName
{
color: #8DA1A9;
}
.AnyTagClassName
{
color: #8DA1A9;
}
</style>
background-color css
<style>
a { background-color: #8DA1A9; }
a { background-color: rgb(141,161,169); }
div.DivClassName
{
background-color: #8DA1A9;
}
.BgClassName
{
background-color: #8DA1A9;
}
</style>
border-color css
<style>
span { border-color: #8DA1A9; }
span { border-color: rgb(141,161,169); }
td.TdClassName
{
border-color: #8DA1A9;
}
.TagClassName
{
border-color: #8DA1A9;
}
</style>