Shades of Bali Hai #87949A
Tints of Bali Hai #87949A
RGB
CMYK
RGB Variations
Color information
#87949A (or 0x87949A) is known color: Bali Hai. HEX triplet: 87, 94 and 9A. RGB value is (135,148,154). Sum of RGB (Red+Green+Blue) = 135+148+154=437 (57% of max value = 765). Red value is 135 (53.12% from 255 or 30.89% from 437); Green value is 148 (58.20% from 255 or 33.87% from 437); Blue value is 154 (60.55% from 255 or 35.24% from 437); Max value from RGB is 154 - color contains mainly: blue. Hex color #87949A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87949A is #786B65. Grayscale: #909090. Windows color (decimal): -7891814 or 10130567. OLE color: 10130567.
HSL color Cylindrical-coordinate representation of color #87949A: hue angle of 198.95º degrees, saturation: 0.09, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #87949A is Cyan = 0.12, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 135 | 148 | 154 | - |
| CMYK | 0.12 | 0.04 | 0 | 0.40 |
| HSL | 198.95º | 0.09% | 0.57% | - |
| HSV(B) | 198.95º | 0.12% | 0.6% | - |
| XYZ | 26.41 | 28.66 | 34.71 | - |
| YUV | 144.8 | 133.19 | 121.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 148 | 154 | 0.12 | 0.04 | 0 | 0.40 | 198.95 | 0.09 | 0.57 |
| Hex | 87 | 94 | 9A | C | 4 | 0 | 28 | C7 | 9 | 39 |
| Octal | 207 | 224 | 232 | 14 | 4 | 0 | 50 | 307 | 11 | 71 |
| Binary | 10000111 | 10010100 | 10011010 | 1100 | 100 | 0 | 101000 | 11000111 | 1001 | 111001 |
Color Harmonies of #87949A
Complementary color
Monochromatic Colors of #87949A
Black with #87949A
Text Example
Text Example
White with #87949A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87949A; }
p { color: rgb(135,148,154); }
H1.HeaderClassName
{
color: #87949A;
}
.AnyTagClassName
{
color: #87949A;
}
</style>
background-color css
<style>
a { background-color: #87949A; }
a { background-color: rgb(135,148,154); }
div.DivClassName
{
background-color: #87949A;
}
.BgClassName
{
background-color: #87949A;
}
</style>
border-color css
<style>
span { border-color: #87949A; }
span { border-color: rgb(135,148,154); }
td.TdClassName
{
border-color: #87949A;
}
.TagClassName
{
border-color: #87949A;
}
</style>