Shades of Bali Hai #8D999E
Tints of Bali Hai #8D999E
RGB
CMYK
RGB Variations
Color information
#8D999E (or 0x8D999E) is known color: Bali Hai. HEX triplet: 8D, 99 and 9E. RGB value is (141,153,158). Sum of RGB (Red+Green+Blue) = 141+153+158=452 (59% of max value = 765). Red value is 141 (55.47% from 255 or 31.19% from 452); Green value is 153 (60.16% from 255 or 33.85% from 452); Blue value is 158 (62.11% from 255 or 34.96% from 452); Max value from RGB is 158 - color contains mainly: blue. Hex color #8D999E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D999E is #726661. Grayscale: #959595. Windows color (decimal): -7497314 or 10393997. OLE color: 10393997.
HSL color Cylindrical-coordinate representation of color #8D999E: hue angle of 197.65º degrees, saturation: 0.08, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #8D999E is Cyan = 0.11, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 141 | 153 | 158 | - |
| CMYK | 0.11 | 0.03 | 0 | 0.38 |
| HSL | 197.65º | 0.08% | 0.59% | - |
| HSV(B) | 197.65º | 0.11% | 0.62% | - |
| XYZ | 28.55 | 30.91 | 36.81 | - |
| YUV | 149.98 | 132.52 | 121.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 153 | 158 | 0.11 | 0.03 | 0 | 0.38 | 197.65 | 0.08 | 0.59 |
| Hex | 8D | 99 | 9E | B | 3 | 0 | 26 | C6 | 8 | 3B |
| Octal | 215 | 231 | 236 | 13 | 3 | 0 | 46 | 306 | 10 | 73 |
| Binary | 10001101 | 10011001 | 10011110 | 1011 | 11 | 0 | 100110 | 11000110 | 1000 | 111011 |
Color Harmonies of #8D999E
Complementary color
Monochromatic Colors of #8D999E
Black with #8D999E
Text Example
Text Example
White with #8D999E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D999E; }
p { color: rgb(141,153,158); }
H1.HeaderClassName
{
color: #8D999E;
}
.AnyTagClassName
{
color: #8D999E;
}
</style>
background-color css
<style>
a { background-color: #8D999E; }
a { background-color: rgb(141,153,158); }
div.DivClassName
{
background-color: #8D999E;
}
.BgClassName
{
background-color: #8D999E;
}
</style>
border-color css
<style>
span { border-color: #8D999E; }
span { border-color: rgb(141,153,158); }
td.TdClassName
{
border-color: #8D999E;
}
.TagClassName
{
border-color: #8D999E;
}
</style>