Shades of Bali Hai #879AAA
Tints of Bali Hai #879AAA
RGB
CMYK
RGB Variations
Color information
#879AAA (or 0x879AAA) is known color: Bali Hai. HEX triplet: 87, 9A and AA. RGB value is (135,154,170). Sum of RGB (Red+Green+Blue) = 135+154+170=459 (60% of max value = 765). Red value is 135 (53.12% from 255 or 29.41% from 459); Green value is 154 (60.55% from 255 or 33.55% from 459); Blue value is 170 (66.80% from 255 or 37.04% from 459); Max value from RGB is 170 - color contains mainly: blue. Hex color #879AAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #879AAA is #786555. Grayscale: #969696. Windows color (decimal): -7890262 or 11180679. OLE color: 11180679.
HSL color Cylindrical-coordinate representation of color #879AAA: hue angle of 207.43º 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 #879AAA is Cyan = 0.21, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 135 | 154 | 170 | - |
| CMYK | 0.21 | 0.09 | 0 | 0.33 |
| HSL | 207.43º | 0.17% | 0.6% | - |
| HSV(B) | 207.43º | 0.21% | 0.67% | - |
| XYZ | 28.8 | 31.16 | 42.53 | - |
| YUV | 150.14 | 139.21 | 117.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 154 | 170 | 0.21 | 0.09 | 0 | 0.33 | 207.43 | 0.17 | 0.6 |
| Hex | 87 | 9A | AA | 15 | 9 | 0 | 21 | CF | 11 | 3C |
| Octal | 207 | 232 | 252 | 25 | 11 | 0 | 41 | 317 | 21 | 74 |
| Binary | 10000111 | 10011010 | 10101010 | 10101 | 1001 | 0 | 100001 | 11001111 | 10001 | 111100 |
Color Harmonies of #879AAA
Complementary color
Monochromatic Colors of #879AAA
Black with #879AAA
Text Example
Text Example
White with #879AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #879AAA; }
p { color: rgb(135,154,170); }
H1.HeaderClassName
{
color: #879AAA;
}
.AnyTagClassName
{
color: #879AAA;
}
</style>
background-color css
<style>
a { background-color: #879AAA; }
a { background-color: rgb(135,154,170); }
div.DivClassName
{
background-color: #879AAA;
}
.BgClassName
{
background-color: #879AAA;
}
</style>
border-color css
<style>
span { border-color: #879AAA; }
span { border-color: rgb(135,154,170); }
td.TdClassName
{
border-color: #879AAA;
}
.TagClassName
{
border-color: #879AAA;
}
</style>