Shades of Bali Hai #879BA6
Tints of Bali Hai #879BA6
RGB
CMYK
RGB Variations
Color information
#879BA6 (or 0x879BA6) is known color: Bali Hai. HEX triplet: 87, 9B and A6. RGB value is (135,155,166). Sum of RGB (Red+Green+Blue) = 135+155+166=456 (60% of max value = 765). Red value is 135 (53.12% from 255 or 29.61% from 456); Green value is 155 (60.94% from 255 or 33.99% from 456); Blue value is 166 (65.23% from 255 or 36.40% from 456); Max value from RGB is 166 - color contains mainly: blue. Hex color #879BA6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #879BA6 is #786459. Grayscale: #969696. Windows color (decimal): -7890010 or 10918791. OLE color: 10918791.
HSL color Cylindrical-coordinate representation of color #879BA6: hue angle of 201.29º degrees, saturation: 0.15, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #879BA6 is Cyan = 0.19, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 135 | 155 | 166 | - |
| CMYK | 0.19 | 0.07 | 0 | 0.35 |
| HSL | 201.29º | 0.15% | 0.59% | - |
| HSV(B) | 201.29º | 0.19% | 0.65% | - |
| XYZ | 28.6 | 31.35 | 40.62 | - |
| YUV | 150.27 | 136.87 | 117.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 155 | 166 | 0.19 | 0.07 | 0 | 0.35 | 201.29 | 0.15 | 0.59 |
| Hex | 87 | 9B | A6 | 13 | 7 | 0 | 23 | C9 | F | 3B |
| Octal | 207 | 233 | 246 | 23 | 7 | 0 | 43 | 311 | 17 | 73 |
| Binary | 10000111 | 10011011 | 10100110 | 10011 | 111 | 0 | 100011 | 11001001 | 1111 | 111011 |
Color Harmonies of #879BA6
Complementary color
Monochromatic Colors of #879BA6
Black with #879BA6
Text Example
Text Example
White with #879BA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #879BA6; }
p { color: rgb(135,155,166); }
H1.HeaderClassName
{
color: #879BA6;
}
.AnyTagClassName
{
color: #879BA6;
}
</style>
background-color css
<style>
a { background-color: #879BA6; }
a { background-color: rgb(135,155,166); }
div.DivClassName
{
background-color: #879BA6;
}
.BgClassName
{
background-color: #879BA6;
}
</style>
border-color css
<style>
span { border-color: #879BA6; }
span { border-color: rgb(135,155,166); }
td.TdClassName
{
border-color: #879BA6;
}
.TagClassName
{
border-color: #879BA6;
}
</style>