Shades of Bali Hai #879FB5
Tints of Bali Hai #879FB5
RGB
CMYK
RGB Variations
Color information
#879FB5 (or 0x879FB5) is known color: Bali Hai. HEX triplet: 87, 9F and B5. RGB value is (135,159,181). Sum of RGB (Red+Green+Blue) = 135+159+181=475 (62% of max value = 765). Red value is 135 (53.12% from 255 or 28.42% from 475); Green value is 159 (62.5% from 255 or 33.47% from 475); Blue value is 181 (71.09% from 255 or 38.11% from 475); Max value from RGB is 181 - color contains mainly: blue. Hex color #879FB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #879FB5 is #78604A. Grayscale: #9A9A9A. Windows color (decimal): -7888971 or 11902855. OLE color: 11902855.
HSL color Cylindrical-coordinate representation of color #879FB5: hue angle of 208.7º degrees, saturation: 0.24, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #879FB5 is Cyan = 0.25, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 135 | 159 | 181 | - |
| CMYK | 0.25 | 0.12 | 0 | 0.29 |
| HSL | 208.7º | 0.24% | 0.62% | - |
| HSV(B) | 208.7º | 0.25% | 0.71% | - |
| XYZ | 30.73 | 33.28 | 48.52 | - |
| YUV | 154.33 | 143.05 | 114.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 159 | 181 | 0.25 | 0.12 | 0 | 0.29 | 208.7 | 0.24 | 0.62 |
| Hex | 87 | 9F | B5 | 19 | C | 0 | 1D | D1 | 18 | 3E |
| Octal | 207 | 237 | 265 | 31 | 14 | 0 | 35 | 321 | 30 | 76 |
| Binary | 10000111 | 10011111 | 10110101 | 11001 | 1100 | 0 | 11101 | 11010001 | 11000 | 111110 |
Color Harmonies of #879FB5
Complementary color
Monochromatic Colors of #879FB5
Black with #879FB5
Text Example
Text Example
White with #879FB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #879FB5; }
p { color: rgb(135,159,181); }
H1.HeaderClassName
{
color: #879FB5;
}
.AnyTagClassName
{
color: #879FB5;
}
</style>
background-color css
<style>
a { background-color: #879FB5; }
a { background-color: rgb(135,159,181); }
div.DivClassName
{
background-color: #879FB5;
}
.BgClassName
{
background-color: #879FB5;
}
</style>
border-color css
<style>
span { border-color: #879FB5; }
span { border-color: rgb(135,159,181); }
td.TdClassName
{
border-color: #879FB5;
}
.TagClassName
{
border-color: #879FB5;
}
</style>