Shades of Bali Hai #8DA0AD
Tints of Bali Hai #8DA0AD
RGB
CMYK
RGB Variations
Color information
#8DA0AD (or 0x8DA0AD) is known color: Bali Hai. HEX triplet: 8D, A0 and AD. RGB value is (141,160,173). Sum of RGB (Red+Green+Blue) = 141+160+173=474 (62% of max value = 765). Red value is 141 (55.47% from 255 or 29.75% from 474); Green value is 160 (62.89% from 255 or 33.76% from 474); Blue value is 173 (67.97% from 255 or 36.50% from 474); Max value from RGB is 173 - color contains mainly: blue. Hex color #8DA0AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8DA0AD is #725F52. Grayscale: #9B9B9B. Windows color (decimal): -7495507 or 11378829. OLE color: 11378829.
HSL color Cylindrical-coordinate representation of color #8DA0AD: hue angle of 204.38º 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 #8DA0AD is Cyan = 0.18, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 141 | 160 | 173 | - |
| CMYK | 0.18 | 0.08 | 0 | 0.32 |
| HSL | 204.38º | 0.16% | 0.62% | - |
| HSV(B) | 204.38º | 0.18% | 0.68% | - |
| XYZ | 31.1 | 33.82 | 44.42 | - |
| YUV | 155.8 | 137.71 | 117.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 160 | 173 | 0.18 | 0.08 | 0 | 0.32 | 204.38 | 0.16 | 0.62 |
| Hex | 8D | A0 | AD | 12 | 8 | 0 | 20 | CC | 10 | 3E |
| Octal | 215 | 240 | 255 | 22 | 10 | 0 | 40 | 314 | 20 | 76 |
| Binary | 10001101 | 10100000 | 10101101 | 10010 | 1000 | 0 | 100000 | 11001100 | 10000 | 111110 |
Color Harmonies of #8DA0AD
Complementary color
Monochromatic Colors of #8DA0AD
Black with #8DA0AD
Text Example
Text Example
White with #8DA0AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DA0AD; }
p { color: rgb(141,160,173); }
H1.HeaderClassName
{
color: #8DA0AD;
}
.AnyTagClassName
{
color: #8DA0AD;
}
</style>
background-color css
<style>
a { background-color: #8DA0AD; }
a { background-color: rgb(141,160,173); }
div.DivClassName
{
background-color: #8DA0AD;
}
.BgClassName
{
background-color: #8DA0AD;
}
</style>
border-color css
<style>
span { border-color: #8DA0AD; }
span { border-color: rgb(141,160,173); }
td.TdClassName
{
border-color: #8DA0AD;
}
.TagClassName
{
border-color: #8DA0AD;
}
</style>