Shades of Bali Hai #879CA6
Tints of Bali Hai #879CA6
RGB
CMYK
RGB Variations
Color information
#879CA6 (or 0x879CA6) is known color: Bali Hai. HEX triplet: 87, 9C and A6. RGB value is (135,156,166). Sum of RGB (Red+Green+Blue) = 135+156+166=457 (60% of max value = 765). Red value is 135 (53.12% from 255 or 29.54% from 457); Green value is 156 (61.33% from 255 or 34.14% from 457); Blue value is 166 (65.23% from 255 or 36.32% from 457); Max value from RGB is 166 - color contains mainly: blue. Hex color #879CA6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #879CA6 is #786359. Grayscale: #969696. Windows color (decimal): -7889754 or 10919047. OLE color: 10919047.
HSL color Cylindrical-coordinate representation of color #879CA6: hue angle of 199.35º 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 #879CA6 is Cyan = 0.19, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 135 | 156 | 166 | - |
| CMYK | 0.19 | 0.06 | 0 | 0.35 |
| HSL | 199.35º | 0.15% | 0.59% | - |
| HSV(B) | 199.35º | 0.19% | 0.65% | - |
| XYZ | 28.76 | 31.68 | 40.68 | - |
| YUV | 150.86 | 136.54 | 116.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 156 | 166 | 0.19 | 0.06 | 0 | 0.35 | 199.35 | 0.15 | 0.59 |
| Hex | 87 | 9C | A6 | 13 | 6 | 0 | 23 | C7 | F | 3B |
| Octal | 207 | 234 | 246 | 23 | 6 | 0 | 43 | 307 | 17 | 73 |
| Binary | 10000111 | 10011100 | 10100110 | 10011 | 110 | 0 | 100011 | 11000111 | 1111 | 111011 |
Color Harmonies of #879CA6
Complementary color
Monochromatic Colors of #879CA6
Black with #879CA6
Text Example
Text Example
White with #879CA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #879CA6; }
p { color: rgb(135,156,166); }
H1.HeaderClassName
{
color: #879CA6;
}
.AnyTagClassName
{
color: #879CA6;
}
</style>
background-color css
<style>
a { background-color: #879CA6; }
a { background-color: rgb(135,156,166); }
div.DivClassName
{
background-color: #879CA6;
}
.BgClassName
{
background-color: #879CA6;
}
</style>
border-color css
<style>
span { border-color: #879CA6; }
span { border-color: rgb(135,156,166); }
td.TdClassName
{
border-color: #879CA6;
}
.TagClassName
{
border-color: #879CA6;
}
</style>