Shades of Bali Hai #8DA3AD
Tints of Bali Hai #8DA3AD
RGB
CMYK
RGB Variations
Color information
#8DA3AD (or 0x8DA3AD) is known color: Bali Hai. HEX triplet: 8D, A3 and AD. RGB value is (141,163,173). Sum of RGB (Red+Green+Blue) = 141+163+173=477 (63% of max value = 765). Red value is 141 (55.47% from 255 or 29.56% from 477); Green value is 163 (64.06% from 255 or 34.17% from 477); Blue value is 173 (67.97% from 255 or 36.27% from 477); Max value from RGB is 173 - color contains mainly: blue. Hex color #8DA3AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8DA3AD is #725C52. Grayscale: #9D9D9D. Windows color (decimal): -7494739 or 11379597. OLE color: 11379597.
HSL color Cylindrical-coordinate representation of color #8DA3AD: hue angle of 198.75º degrees, saturation: 0.16, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8DA3AD is Cyan = 0.18, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 141 | 163 | 173 | - |
| CMYK | 0.18 | 0.06 | 0 | 0.32 |
| HSL | 198.75º | 0.16% | 0.62% | - |
| HSV(B) | 198.75º | 0.18% | 0.68% | - |
| XYZ | 31.62 | 34.87 | 44.6 | - |
| YUV | 157.56 | 136.71 | 116.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 163 | 173 | 0.18 | 0.06 | 0 | 0.32 | 198.75 | 0.16 | 0.62 |
| Hex | 8D | A3 | AD | 12 | 6 | 0 | 20 | C7 | 10 | 3E |
| Octal | 215 | 243 | 255 | 22 | 6 | 0 | 40 | 307 | 20 | 76 |
| Binary | 10001101 | 10100011 | 10101101 | 10010 | 110 | 0 | 100000 | 11000111 | 10000 | 111110 |
Color Harmonies of #8DA3AD
Complementary color
Monochromatic Colors of #8DA3AD
Black with #8DA3AD
Text Example
Text Example
White with #8DA3AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DA3AD; }
p { color: rgb(141,163,173); }
H1.HeaderClassName
{
color: #8DA3AD;
}
.AnyTagClassName
{
color: #8DA3AD;
}
</style>
background-color css
<style>
a { background-color: #8DA3AD; }
a { background-color: rgb(141,163,173); }
div.DivClassName
{
background-color: #8DA3AD;
}
.BgClassName
{
background-color: #8DA3AD;
}
</style>
border-color css
<style>
span { border-color: #8DA3AD; }
span { border-color: rgb(141,163,173); }
td.TdClassName
{
border-color: #8DA3AD;
}
.TagClassName
{
border-color: #8DA3AD;
}
</style>