Shades of Bali Hai #879CAE
Tints of Bali Hai #879CAE
RGB
CMYK
RGB Variations
Color information
#879CAE (or 0x879CAE) is known color: Bali Hai. HEX triplet: 87, 9C and AE. RGB value is (135,156,174). Sum of RGB (Red+Green+Blue) = 135+156+174=465 (61% of max value = 765). Red value is 135 (53.12% from 255 or 29.03% from 465); Green value is 156 (61.33% from 255 or 33.55% from 465); Blue value is 174 (68.36% from 255 or 37.42% from 465); Max value from RGB is 174 - color contains mainly: blue. Hex color #879CAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #879CAE is #786351. Grayscale: #979797. Windows color (decimal): -7889746 or 11443335. OLE color: 11443335.
HSL color Cylindrical-coordinate representation of color #879CAE: hue angle of 207.69º 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 #879CAE is Cyan = 0.22, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 135 | 156 | 174 | - |
| CMYK | 0.22 | 0.10 | 0 | 0.32 |
| HSL | 207.69º | 0.19% | 0.61% | - |
| HSV(B) | 207.69º | 0.22% | 0.68% | - |
| XYZ | 29.52 | 31.98 | 44.66 | - |
| YUV | 151.77 | 140.54 | 116.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 156 | 174 | 0.22 | 0.10 | 0 | 0.32 | 207.69 | 0.19 | 0.61 |
| Hex | 87 | 9C | AE | 16 | A | 0 | 20 | D0 | 13 | 3D |
| Octal | 207 | 234 | 256 | 26 | 12 | 0 | 40 | 320 | 23 | 75 |
| Binary | 10000111 | 10011100 | 10101110 | 10110 | 1010 | 0 | 100000 | 11010000 | 10011 | 111101 |
Color Harmonies of #879CAE
Complementary color
Monochromatic Colors of #879CAE
Black with #879CAE
Text Example
Text Example
White with #879CAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #879CAE; }
p { color: rgb(135,156,174); }
H1.HeaderClassName
{
color: #879CAE;
}
.AnyTagClassName
{
color: #879CAE;
}
</style>
background-color css
<style>
a { background-color: #879CAE; }
a { background-color: rgb(135,156,174); }
div.DivClassName
{
background-color: #879CAE;
}
.BgClassName
{
background-color: #879CAE;
}
</style>
border-color css
<style>
span { border-color: #879CAE; }
span { border-color: rgb(135,156,174); }
td.TdClassName
{
border-color: #879CAE;
}
.TagClassName
{
border-color: #879CAE;
}
</style>