Shades of Bali Hai #879BAB
Tints of Bali Hai #879BAB
RGB
CMYK
RGB Variations
Color information
#879BAB (or 0x879BAB) is known color: Bali Hai. HEX triplet: 87, 9B and AB. RGB value is (135,155,171). Sum of RGB (Red+Green+Blue) = 135+155+171=461 (61% of max value = 765). Red value is 135 (53.12% from 255 or 29.28% from 461); Green value is 155 (60.94% from 255 or 33.62% from 461); Blue value is 171 (67.19% from 255 or 37.09% from 461); Max value from RGB is 171 - color contains mainly: blue. Hex color #879BAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #879BAB is #786454. Grayscale: #969696. Windows color (decimal): -7890005 or 11246471. OLE color: 11246471.
HSL color Cylindrical-coordinate representation of color #879BAB: hue angle of 206.67º 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 #879BAB is Cyan = 0.21, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 135 | 155 | 171 | - |
| CMYK | 0.21 | 0.09 | 0 | 0.33 |
| HSL | 206.67º | 0.18% | 0.6% | - |
| HSV(B) | 206.67º | 0.21% | 0.67% | - |
| XYZ | 29.06 | 31.53 | 43.08 | - |
| YUV | 150.84 | 139.37 | 116.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 155 | 171 | 0.21 | 0.09 | 0 | 0.33 | 206.67 | 0.18 | 0.6 |
| Hex | 87 | 9B | AB | 15 | 9 | 0 | 21 | CF | 12 | 3C |
| Octal | 207 | 233 | 253 | 25 | 11 | 0 | 41 | 317 | 22 | 74 |
| Binary | 10000111 | 10011011 | 10101011 | 10101 | 1001 | 0 | 100001 | 11001111 | 10010 | 111100 |
Color Harmonies of #879BAB
Complementary color
Monochromatic Colors of #879BAB
Black with #879BAB
Text Example
Text Example
White with #879BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #879BAB; }
p { color: rgb(135,155,171); }
H1.HeaderClassName
{
color: #879BAB;
}
.AnyTagClassName
{
color: #879BAB;
}
</style>
background-color css
<style>
a { background-color: #879BAB; }
a { background-color: rgb(135,155,171); }
div.DivClassName
{
background-color: #879BAB;
}
.BgClassName
{
background-color: #879BAB;
}
</style>
border-color css
<style>
span { border-color: #879BAB; }
span { border-color: rgb(135,155,171); }
td.TdClassName
{
border-color: #879BAB;
}
.TagClassName
{
border-color: #879BAB;
}
</style>