Shades of Bali Hai #879BAD
Tints of Bali Hai #879BAD
RGB
CMYK
RGB Variations
Color information
#879BAD (or 0x879BAD) is known color: Bali Hai. HEX triplet: 87, 9B and AD. RGB value is (135,155,173). Sum of RGB (Red+Green+Blue) = 135+155+173=463 (61% of max value = 765). Red value is 135 (53.12% from 255 or 29.16% from 463); Green value is 155 (60.94% from 255 or 33.48% from 463); Blue value is 173 (67.97% from 255 or 37.37% from 463); Max value from RGB is 173 - color contains mainly: blue. Hex color #879BAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #879BAD is #786452. Grayscale: #969696. Windows color (decimal): -7890003 or 11377543. OLE color: 11377543.
HSL color Cylindrical-coordinate representation of color #879BAD: hue angle of 208.42º degrees, saturation: 0.19, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #879BAD is Cyan = 0.22, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 135 | 155 | 173 | - |
| CMYK | 0.22 | 0.10 | 0 | 0.32 |
| HSL | 208.42º | 0.19% | 0.6% | - |
| HSV(B) | 208.42º | 0.22% | 0.68% | - |
| XYZ | 29.26 | 31.61 | 44.09 | - |
| YUV | 151.07 | 140.37 | 116.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 155 | 173 | 0.22 | 0.10 | 0 | 0.32 | 208.42 | 0.19 | 0.6 |
| Hex | 87 | 9B | AD | 16 | A | 0 | 20 | D0 | 13 | 3C |
| Octal | 207 | 233 | 255 | 26 | 12 | 0 | 40 | 320 | 23 | 74 |
| Binary | 10000111 | 10011011 | 10101101 | 10110 | 1010 | 0 | 100000 | 11010000 | 10011 | 111100 |
Color Harmonies of #879BAD
Complementary color
Monochromatic Colors of #879BAD
Black with #879BAD
Text Example
Text Example
White with #879BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #879BAD; }
p { color: rgb(135,155,173); }
H1.HeaderClassName
{
color: #879BAD;
}
.AnyTagClassName
{
color: #879BAD;
}
</style>
background-color css
<style>
a { background-color: #879BAD; }
a { background-color: rgb(135,155,173); }
div.DivClassName
{
background-color: #879BAD;
}
.BgClassName
{
background-color: #879BAD;
}
</style>
border-color css
<style>
span { border-color: #879BAD; }
span { border-color: rgb(135,155,173); }
td.TdClassName
{
border-color: #879BAD;
}
.TagClassName
{
border-color: #879BAD;
}
</style>