Shades of Bali Hai #879A9F
Tints of Bali Hai #879A9F
RGB
CMYK
RGB Variations
Color information
#879A9F (or 0x879A9F) is known color: Bali Hai. HEX triplet: 87, 9A and 9F. RGB value is (135,154,159). Sum of RGB (Red+Green+Blue) = 135+154+159=448 (59% of max value = 765). Red value is 135 (53.12% from 255 or 30.13% from 448); Green value is 154 (60.55% from 255 or 34.38% from 448); Blue value is 159 (62.5% from 255 or 35.49% from 448); Max value from RGB is 159 - color contains mainly: blue. Hex color #879A9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #879A9F is #786560. Grayscale: #949494. Windows color (decimal): -7890273 or 10459783. OLE color: 10459783.
HSL color Cylindrical-coordinate representation of color #879A9F: hue angle of 192.5º degrees, saturation: 0.11, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #879A9F is Cyan = 0.15, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 135 | 154 | 159 | - |
| CMYK | 0.15 | 0.03 | 0 | 0.38 |
| HSL | 192.5º | 0.11% | 0.58% | - |
| HSV(B) | 192.5º | 0.15% | 0.62% | - |
| XYZ | 27.81 | 30.77 | 37.27 | - |
| YUV | 148.89 | 133.71 | 118.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 154 | 159 | 0.15 | 0.03 | 0 | 0.38 | 192.5 | 0.11 | 0.58 |
| Hex | 87 | 9A | 9F | F | 3 | 0 | 26 | C0 | B | 3A |
| Octal | 207 | 232 | 237 | 17 | 3 | 0 | 46 | 300 | 13 | 72 |
| Binary | 10000111 | 10011010 | 10011111 | 1111 | 11 | 0 | 100110 | 11000000 | 1011 | 111010 |
Color Harmonies of #879A9F
Complementary color
Monochromatic Colors of #879A9F
Black with #879A9F
Text Example
Text Example
White with #879A9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #879A9F; }
p { color: rgb(135,154,159); }
H1.HeaderClassName
{
color: #879A9F;
}
.AnyTagClassName
{
color: #879A9F;
}
</style>
background-color css
<style>
a { background-color: #879A9F; }
a { background-color: rgb(135,154,159); }
div.DivClassName
{
background-color: #879A9F;
}
.BgClassName
{
background-color: #879A9F;
}
</style>
border-color css
<style>
span { border-color: #879A9F; }
span { border-color: rgb(135,154,159); }
td.TdClassName
{
border-color: #879A9F;
}
.TagClassName
{
border-color: #879A9F;
}
</style>