Shades of Bali Hai #879AAC
Tints of Bali Hai #879AAC
RGB
CMYK
RGB Variations
Color information
#879AAC (or 0x879AAC) is known color: Bali Hai. HEX triplet: 87, 9A and AC. RGB value is (135,154,172). Sum of RGB (Red+Green+Blue) = 135+154+172=461 (61% of max value = 765). Red value is 135 (53.12% from 255 or 29.28% from 461); Green value is 154 (60.55% from 255 or 33.41% from 461); Blue value is 172 (67.58% from 255 or 37.31% from 461); Max value from RGB is 172 - color contains mainly: blue. Hex color #879AAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #879AAC is #786553. Grayscale: #969696. Windows color (decimal): -7890260 or 11311751. OLE color: 11311751.
HSL color Cylindrical-coordinate representation of color #879AAC: hue angle of 209.19º degrees, saturation: 0.18, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #879AAC is Cyan = 0.22, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 135 | 154 | 172 | - |
| CMYK | 0.22 | 0.10 | 0 | 0.33 |
| HSL | 209.19º | 0.18% | 0.6% | - |
| HSV(B) | 209.19º | 0.22% | 0.67% | - |
| XYZ | 28.99 | 31.24 | 43.53 | - |
| YUV | 150.37 | 140.21 | 117.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 154 | 172 | 0.22 | 0.10 | 0 | 0.33 | 209.19 | 0.18 | 0.6 |
| Hex | 87 | 9A | AC | 16 | A | 0 | 21 | D1 | 12 | 3C |
| Octal | 207 | 232 | 254 | 26 | 12 | 0 | 41 | 321 | 22 | 74 |
| Binary | 10000111 | 10011010 | 10101100 | 10110 | 1010 | 0 | 100001 | 11010001 | 10010 | 111100 |
Color Harmonies of #879AAC
Complementary color
Monochromatic Colors of #879AAC
Black with #879AAC
Text Example
Text Example
White with #879AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #879AAC; }
p { color: rgb(135,154,172); }
H1.HeaderClassName
{
color: #879AAC;
}
.AnyTagClassName
{
color: #879AAC;
}
</style>
background-color css
<style>
a { background-color: #879AAC; }
a { background-color: rgb(135,154,172); }
div.DivClassName
{
background-color: #879AAC;
}
.BgClassName
{
background-color: #879AAC;
}
</style>
border-color css
<style>
span { border-color: #879AAC; }
span { border-color: rgb(135,154,172); }
td.TdClassName
{
border-color: #879AAC;
}
.TagClassName
{
border-color: #879AAC;
}
</style>