Shades of Bali Hai #8D99A4
Tints of Bali Hai #8D99A4
RGB
CMYK
RGB Variations
Color information
#8D99A4 (or 0x8D99A4) is known color: Bali Hai. HEX triplet: 8D, 99 and A4. RGB value is (141,153,164). Sum of RGB (Red+Green+Blue) = 141+153+164=458 (60% of max value = 765). Red value is 141 (55.47% from 255 or 30.79% from 458); Green value is 153 (60.16% from 255 or 33.41% from 458); Blue value is 164 (64.45% from 255 or 35.81% from 458); Max value from RGB is 164 - color contains mainly: blue. Hex color #8D99A4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D99A4 is #72665B. Grayscale: #969696. Windows color (decimal): -7497308 or 10787213. OLE color: 10787213.
HSL color Cylindrical-coordinate representation of color #8D99A4: hue angle of 208.7º degrees, saturation: 0.11, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #8D99A4 is Cyan = 0.14, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 141 | 153 | 164 | - |
| CMYK | 0.14 | 0.07 | 0 | 0.36 |
| HSL | 208.7º | 0.11% | 0.6% | - |
| HSV(B) | 208.7º | 0.14% | 0.64% | - |
| XYZ | 29.08 | 31.13 | 39.6 | - |
| YUV | 150.67 | 135.52 | 121.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 153 | 164 | 0.14 | 0.07 | 0 | 0.36 | 208.7 | 0.11 | 0.6 |
| Hex | 8D | 99 | A4 | E | 7 | 0 | 24 | D1 | B | 3C |
| Octal | 215 | 231 | 244 | 16 | 7 | 0 | 44 | 321 | 13 | 74 |
| Binary | 10001101 | 10011001 | 10100100 | 1110 | 111 | 0 | 100100 | 11010001 | 1011 | 111100 |
Color Harmonies of #8D99A4
Complementary color
Monochromatic Colors of #8D99A4
Black with #8D99A4
Text Example
Text Example
White with #8D99A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D99A4; }
p { color: rgb(141,153,164); }
H1.HeaderClassName
{
color: #8D99A4;
}
.AnyTagClassName
{
color: #8D99A4;
}
</style>
background-color css
<style>
a { background-color: #8D99A4; }
a { background-color: rgb(141,153,164); }
div.DivClassName
{
background-color: #8D99A4;
}
.BgClassName
{
background-color: #8D99A4;
}
</style>
border-color css
<style>
span { border-color: #8D99A4; }
span { border-color: rgb(141,153,164); }
td.TdClassName
{
border-color: #8D99A4;
}
.TagClassName
{
border-color: #8D99A4;
}
</style>