Shades of Bali Hai #879DAB
Tints of Bali Hai #879DAB
RGB
CMYK
RGB Variations
Color information
#879DAB (or 0x879DAB) is known color: Bali Hai. HEX triplet: 87, 9D and AB. RGB value is (135,157,171). Sum of RGB (Red+Green+Blue) = 135+157+171=463 (61% of max value = 765). Red value is 135 (53.12% from 255 or 29.16% from 463); Green value is 157 (61.72% from 255 or 33.91% from 463); Blue value is 171 (67.19% from 255 or 36.93% from 463); Max value from RGB is 171 - color contains mainly: blue. Hex color #879DAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #879DAB is #786254. Grayscale: #979797. Windows color (decimal): -7889493 or 11246983. OLE color: 11246983.
HSL color Cylindrical-coordinate representation of color #879DAB: hue angle of 203.33º degrees, saturation: 0.18, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #879DAB is Cyan = 0.21, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 135 | 157 | 171 | - |
| CMYK | 0.21 | 0.08 | 0 | 0.33 |
| HSL | 203.33º | 0.18% | 0.6% | - |
| HSV(B) | 203.33º | 0.21% | 0.67% | - |
| XYZ | 29.4 | 32.21 | 43.19 | - |
| YUV | 152.02 | 138.71 | 115.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 157 | 171 | 0.21 | 0.08 | 0 | 0.33 | 203.33 | 0.18 | 0.6 |
| Hex | 87 | 9D | AB | 15 | 8 | 0 | 21 | CB | 12 | 3C |
| Octal | 207 | 235 | 253 | 25 | 10 | 0 | 41 | 313 | 22 | 74 |
| Binary | 10000111 | 10011101 | 10101011 | 10101 | 1000 | 0 | 100001 | 11001011 | 10010 | 111100 |
Color Harmonies of #879DAB
Complementary color
Monochromatic Colors of #879DAB
Black with #879DAB
Text Example
Text Example
White with #879DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #879DAB; }
p { color: rgb(135,157,171); }
H1.HeaderClassName
{
color: #879DAB;
}
.AnyTagClassName
{
color: #879DAB;
}
</style>
background-color css
<style>
a { background-color: #879DAB; }
a { background-color: rgb(135,157,171); }
div.DivClassName
{
background-color: #879DAB;
}
.BgClassName
{
background-color: #879DAB;
}
</style>
border-color css
<style>
span { border-color: #879DAB; }
span { border-color: rgb(135,157,171); }
td.TdClassName
{
border-color: #879DAB;
}
.TagClassName
{
border-color: #879DAB;
}
</style>