Shades of Bali Hai #879EA5
Tints of Bali Hai #879EA5
RGB
CMYK
RGB Variations
Color information
#879EA5 (or 0x879EA5) is known color: Bali Hai. HEX triplet: 87, 9E and A5. RGB value is (135,158,165). Sum of RGB (Red+Green+Blue) = 135+158+165=458 (60% of max value = 765). Red value is 135 (53.12% from 255 or 29.48% from 458); Green value is 158 (62.11% from 255 or 34.50% from 458); Blue value is 165 (64.84% from 255 or 36.03% from 458); Max value from RGB is 165 - color contains mainly: blue. Hex color #879EA5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #879EA5 is #78615A. Grayscale: #979797. Windows color (decimal): -7889243 or 10854023. OLE color: 10854023.
HSL color Cylindrical-coordinate representation of color #879EA5: hue angle of 194º degrees, saturation: 0.14, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #879EA5 is Cyan = 0.18, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 135 | 158 | 165 | - |
| CMYK | 0.18 | 0.04 | 0 | 0.35 |
| HSL | 194º | 0.14% | 0.59% | - |
| HSV(B) | 194º | 0.18% | 0.65% | - |
| XYZ | 29.01 | 32.32 | 40.31 | - |
| YUV | 151.92 | 135.38 | 115.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 158 | 165 | 0.18 | 0.04 | 0 | 0.35 | 194 | 0.14 | 0.59 |
| Hex | 87 | 9E | A5 | 12 | 4 | 0 | 23 | C2 | E | 3B |
| Octal | 207 | 236 | 245 | 22 | 4 | 0 | 43 | 302 | 16 | 73 |
| Binary | 10000111 | 10011110 | 10100101 | 10010 | 100 | 0 | 100011 | 11000010 | 1110 | 111011 |
Color Harmonies of #879EA5
Complementary color
Monochromatic Colors of #879EA5
Black with #879EA5
Text Example
Text Example
White with #879EA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #879EA5; }
p { color: rgb(135,158,165); }
H1.HeaderClassName
{
color: #879EA5;
}
.AnyTagClassName
{
color: #879EA5;
}
</style>
background-color css
<style>
a { background-color: #879EA5; }
a { background-color: rgb(135,158,165); }
div.DivClassName
{
background-color: #879EA5;
}
.BgClassName
{
background-color: #879EA5;
}
</style>
border-color css
<style>
span { border-color: #879EA5; }
span { border-color: rgb(135,158,165); }
td.TdClassName
{
border-color: #879EA5;
}
.TagClassName
{
border-color: #879EA5;
}
</style>