Shades of Bali Hai #879AAE
Tints of Bali Hai #879AAE
RGB
CMYK
RGB Variations
Color information
#879AAE (or 0x879AAE) is known color: Bali Hai. HEX triplet: 87, 9A and AE. RGB value is (135,154,174). Sum of RGB (Red+Green+Blue) = 135+154+174=463 (61% of max value = 765). Red value is 135 (53.12% from 255 or 29.16% from 463); Green value is 154 (60.55% from 255 or 33.26% from 463); Blue value is 174 (68.36% from 255 or 37.58% from 463); Max value from RGB is 174 - color contains mainly: blue. Hex color #879AAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #879AAE is #786551. Grayscale: #969696. Windows color (decimal): -7890258 or 11442823. OLE color: 11442823.
HSL color Cylindrical-coordinate representation of color #879AAE: hue angle of 210.77º degrees, saturation: 0.19, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #879AAE is Cyan = 0.22, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 135 | 154 | 174 | - |
| CMYK | 0.22 | 0.11 | 0 | 0.32 |
| HSL | 210.77º | 0.19% | 0.61% | - |
| HSV(B) | 210.77º | 0.22% | 0.68% | - |
| XYZ | 29.19 | 31.32 | 44.55 | - |
| YUV | 150.6 | 141.21 | 116.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 154 | 174 | 0.22 | 0.11 | 0 | 0.32 | 210.77 | 0.19 | 0.61 |
| Hex | 87 | 9A | AE | 16 | B | 0 | 20 | D3 | 13 | 3D |
| Octal | 207 | 232 | 256 | 26 | 13 | 0 | 40 | 323 | 23 | 75 |
| Binary | 10000111 | 10011010 | 10101110 | 10110 | 1011 | 0 | 100000 | 11010011 | 10011 | 111101 |
Color Harmonies of #879AAE
Complementary color
Monochromatic Colors of #879AAE
Black with #879AAE
Text Example
Text Example
White with #879AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #879AAE; }
p { color: rgb(135,154,174); }
H1.HeaderClassName
{
color: #879AAE;
}
.AnyTagClassName
{
color: #879AAE;
}
</style>
background-color css
<style>
a { background-color: #879AAE; }
a { background-color: rgb(135,154,174); }
div.DivClassName
{
background-color: #879AAE;
}
.BgClassName
{
background-color: #879AAE;
}
</style>
border-color css
<style>
span { border-color: #879AAE; }
span { border-color: rgb(135,154,174); }
td.TdClassName
{
border-color: #879AAE;
}
.TagClassName
{
border-color: #879AAE;
}
</style>