Shades of Bali Hai #8695A6
Tints of Bali Hai #8695A6
RGB
CMYK
RGB Variations
Color information
#8695A6 (or 0x8695A6) is known color: Bali Hai. HEX triplet: 86, 95 and A6. RGB value is (134,149,166). Sum of RGB (Red+Green+Blue) = 134+149+166=449 (59% of max value = 765). Red value is 134 (52.73% from 255 or 29.84% from 449); Green value is 149 (58.59% from 255 or 33.18% from 449); Blue value is 166 (65.23% from 255 or 36.97% from 449); Max value from RGB is 166 - color contains mainly: blue. Hex color #8695A6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8695A6 is #796A59. Grayscale: #929292. Windows color (decimal): -7957082 or 10917254. OLE color: 10917254.
HSL color Cylindrical-coordinate representation of color #8695A6: hue angle of 211.88º degrees, saturation: 0.15, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8695A6 is Cyan = 0.19, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 134 | 149 | 166 | - |
| CMYK | 0.19 | 0.10 | 0 | 0.35 |
| HSL | 211.88º | 0.15% | 0.59% | - |
| HSV(B) | 211.88º | 0.19% | 0.65% | - |
| XYZ | 27.46 | 29.32 | 40.29 | - |
| YUV | 146.45 | 139.03 | 119.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 149 | 166 | 0.19 | 0.10 | 0 | 0.35 | 211.88 | 0.15 | 0.59 |
| Hex | 86 | 95 | A6 | 13 | A | 0 | 23 | D4 | F | 3B |
| Octal | 206 | 225 | 246 | 23 | 12 | 0 | 43 | 324 | 17 | 73 |
| Binary | 10000110 | 10010101 | 10100110 | 10011 | 1010 | 0 | 100011 | 11010100 | 1111 | 111011 |
Color Harmonies of #8695A6
Complementary color
Monochromatic Colors of #8695A6
Black with #8695A6
Text Example
Text Example
White with #8695A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8695A6; }
p { color: rgb(134,149,166); }
H1.HeaderClassName
{
color: #8695A6;
}
.AnyTagClassName
{
color: #8695A6;
}
</style>
background-color css
<style>
a { background-color: #8695A6; }
a { background-color: rgb(134,149,166); }
div.DivClassName
{
background-color: #8695A6;
}
.BgClassName
{
background-color: #8695A6;
}
</style>
border-color css
<style>
span { border-color: #8695A6; }
span { border-color: rgb(134,149,166); }
td.TdClassName
{
border-color: #8695A6;
}
.TagClassName
{
border-color: #8695A6;
}
</style>