Shades of Bali Hai #86949C
Tints of Bali Hai #86949C
RGB
CMYK
RGB Variations
Color information
#86949C (or 0x86949C) is known color: Bali Hai. HEX triplet: 86, 94 and 9C. RGB value is (134,148,156). Sum of RGB (Red+Green+Blue) = 134+148+156=438 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.59% from 438); Green value is 148 (58.20% from 255 or 33.79% from 438); Blue value is 156 (61.33% from 255 or 35.62% from 438); Max value from RGB is 156 - color contains mainly: blue. Hex color #86949C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86949C is #796B63. Grayscale: #909090. Windows color (decimal): -7957348 or 10261638. OLE color: 10261638.
HSL color Cylindrical-coordinate representation of color #86949C: hue angle of 201.82º degrees, saturation: 0.1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #86949C is Cyan = 0.14, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 134 | 148 | 156 | - |
| CMYK | 0.14 | 0.05 | 0 | 0.39 |
| HSL | 201.82º | 0.1% | 0.57% | - |
| HSV(B) | 201.82º | 0.14% | 0.61% | - |
| XYZ | 26.42 | 28.65 | 35.59 | - |
| YUV | 144.73 | 134.36 | 120.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 148 | 156 | 0.14 | 0.05 | 0 | 0.39 | 201.82 | 0.1 | 0.57 |
| Hex | 86 | 94 | 9C | E | 5 | 0 | 27 | CA | A | 39 |
| Octal | 206 | 224 | 234 | 16 | 5 | 0 | 47 | 312 | 12 | 71 |
| Binary | 10000110 | 10010100 | 10011100 | 1110 | 101 | 0 | 100111 | 11001010 | 1010 | 111001 |
Color Harmonies of #86949C
Complementary color
Monochromatic Colors of #86949C
Black with #86949C
Text Example
Text Example
White with #86949C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86949C; }
p { color: rgb(134,148,156); }
H1.HeaderClassName
{
color: #86949C;
}
.AnyTagClassName
{
color: #86949C;
}
</style>
background-color css
<style>
a { background-color: #86949C; }
a { background-color: rgb(134,148,156); }
div.DivClassName
{
background-color: #86949C;
}
.BgClassName
{
background-color: #86949C;
}
</style>
border-color css
<style>
span { border-color: #86949C; }
span { border-color: rgb(134,148,156); }
td.TdClassName
{
border-color: #86949C;
}
.TagClassName
{
border-color: #86949C;
}
</style>