Shades of Bali Hai #879CAA
Tints of Bali Hai #879CAA
RGB
CMYK
RGB Variations
Color information
#879CAA (or 0x879CAA) is known color: Bali Hai. HEX triplet: 87, 9C and AA. RGB value is (135,156,170). Sum of RGB (Red+Green+Blue) = 135+156+170=461 (61% of max value = 765). Red value is 135 (53.12% from 255 or 29.28% from 461); Green value is 156 (61.33% from 255 or 33.84% from 461); Blue value is 170 (66.80% from 255 or 36.88% from 461); Max value from RGB is 170 - color contains mainly: blue. Hex color #879CAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #879CAA is #786355. Grayscale: #979797. Windows color (decimal): -7889750 or 11181191. OLE color: 11181191.
HSL color Cylindrical-coordinate representation of color #879CAA: hue angle of 204º degrees, saturation: 0.17, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #879CAA is Cyan = 0.21, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 135 | 156 | 170 | - |
| CMYK | 0.21 | 0.08 | 0 | 0.33 |
| HSL | 204º | 0.17% | 0.6% | - |
| HSV(B) | 204º | 0.21% | 0.67% | - |
| XYZ | 29.14 | 31.83 | 42.64 | - |
| YUV | 151.32 | 138.54 | 116.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 156 | 170 | 0.21 | 0.08 | 0 | 0.33 | 204 | 0.17 | 0.6 |
| Hex | 87 | 9C | AA | 15 | 8 | 0 | 21 | CC | 11 | 3C |
| Octal | 207 | 234 | 252 | 25 | 10 | 0 | 41 | 314 | 21 | 74 |
| Binary | 10000111 | 10011100 | 10101010 | 10101 | 1000 | 0 | 100001 | 11001100 | 10001 | 111100 |
Color Harmonies of #879CAA
Complementary color
Monochromatic Colors of #879CAA
Black with #879CAA
Text Example
Text Example
White with #879CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #879CAA; }
p { color: rgb(135,156,170); }
H1.HeaderClassName
{
color: #879CAA;
}
.AnyTagClassName
{
color: #879CAA;
}
</style>
background-color css
<style>
a { background-color: #879CAA; }
a { background-color: rgb(135,156,170); }
div.DivClassName
{
background-color: #879CAA;
}
.BgClassName
{
background-color: #879CAA;
}
</style>
border-color css
<style>
span { border-color: #879CAA; }
span { border-color: rgb(135,156,170); }
td.TdClassName
{
border-color: #879CAA;
}
.TagClassName
{
border-color: #879CAA;
}
</style>