Shades of Bali Hai #879DA6
Tints of Bali Hai #879DA6
RGB
CMYK
RGB Variations
Color information
#879DA6 (or 0x879DA6) is known color: Bali Hai. HEX triplet: 87, 9D and A6. RGB value is (135,157,166). Sum of RGB (Red+Green+Blue) = 135+157+166=458 (60% of max value = 765). Red value is 135 (53.12% from 255 or 29.48% from 458); Green value is 157 (61.72% from 255 or 34.28% from 458); Blue value is 166 (65.23% from 255 or 36.24% from 458); Max value from RGB is 166 - color contains mainly: blue. Hex color #879DA6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #879DA6 is #786259. Grayscale: #979797. Windows color (decimal): -7889498 or 10919303. OLE color: 10919303.
HSL color Cylindrical-coordinate representation of color #879DA6: hue angle of 197.42º 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 #879DA6 is Cyan = 0.19, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 135 | 157 | 166 | - |
| CMYK | 0.19 | 0.05 | 0 | 0.35 |
| HSL | 197.42º | 0.15% | 0.59% | - |
| HSV(B) | 197.42º | 0.19% | 0.65% | - |
| XYZ | 28.93 | 32.02 | 40.73 | - |
| YUV | 151.45 | 136.21 | 116.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 157 | 166 | 0.19 | 0.05 | 0 | 0.35 | 197.42 | 0.15 | 0.59 |
| Hex | 87 | 9D | A6 | 13 | 5 | 0 | 23 | C5 | F | 3B |
| Octal | 207 | 235 | 246 | 23 | 5 | 0 | 43 | 305 | 17 | 73 |
| Binary | 10000111 | 10011101 | 10100110 | 10011 | 101 | 0 | 100011 | 11000101 | 1111 | 111011 |
Color Harmonies of #879DA6
Complementary color
Monochromatic Colors of #879DA6
Black with #879DA6
Text Example
Text Example
White with #879DA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #879DA6; }
p { color: rgb(135,157,166); }
H1.HeaderClassName
{
color: #879DA6;
}
.AnyTagClassName
{
color: #879DA6;
}
</style>
background-color css
<style>
a { background-color: #879DA6; }
a { background-color: rgb(135,157,166); }
div.DivClassName
{
background-color: #879DA6;
}
.BgClassName
{
background-color: #879DA6;
}
</style>
border-color css
<style>
span { border-color: #879DA6; }
span { border-color: rgb(135,157,166); }
td.TdClassName
{
border-color: #879DA6;
}
.TagClassName
{
border-color: #879DA6;
}
</style>