Shades of Bali Hai #86A5B1
Tints of Bali Hai #86A5B1
RGB
CMYK
RGB Variations
Color information
#86A5B1 (or 0x86A5B1) is known color: Bali Hai. HEX triplet: 86, A5 and B1. RGB value is (134,165,177). Sum of RGB (Red+Green+Blue) = 134+165+177=476 (63% of max value = 765). Red value is 134 (52.73% from 255 or 28.15% from 476); Green value is 165 (64.84% from 255 or 34.66% from 476); Blue value is 177 (69.53% from 255 or 37.18% from 476); Max value from RGB is 177 - color contains mainly: blue. Hex color #86A5B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86A5B1 is #795A4E. Grayscale: #9D9D9D. Windows color (decimal): -7952975 or 11642246. OLE color: 11642246.
HSL color Cylindrical-coordinate representation of color #86A5B1: hue angle of 196.74º degrees, saturation: 0.22, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #86A5B1 is Cyan = 0.24, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 134 | 165 | 177 | - |
| CMYK | 0.24 | 0.07 | 0 | 0.31 |
| HSL | 196.74º | 0.22% | 0.61% | - |
| HSV(B) | 196.74º | 0.24% | 0.69% | - |
| XYZ | 31.22 | 35.15 | 46.73 | - |
| YUV | 157.1 | 139.23 | 111.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 165 | 177 | 0.24 | 0.07 | 0 | 0.31 | 196.74 | 0.22 | 0.61 |
| Hex | 86 | A5 | B1 | 18 | 7 | 0 | 1F | C5 | 16 | 3D |
| Octal | 206 | 245 | 261 | 30 | 7 | 0 | 37 | 305 | 26 | 75 |
| Binary | 10000110 | 10100101 | 10110001 | 11000 | 111 | 0 | 11111 | 11000101 | 10110 | 111101 |
Color Harmonies of #86A5B1
Complementary color
Monochromatic Colors of #86A5B1
Black with #86A5B1
Text Example
Text Example
White with #86A5B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86A5B1; }
p { color: rgb(134,165,177); }
H1.HeaderClassName
{
color: #86A5B1;
}
.AnyTagClassName
{
color: #86A5B1;
}
</style>
background-color css
<style>
a { background-color: #86A5B1; }
a { background-color: rgb(134,165,177); }
div.DivClassName
{
background-color: #86A5B1;
}
.BgClassName
{
background-color: #86A5B1;
}
</style>
border-color css
<style>
span { border-color: #86A5B1; }
span { border-color: rgb(134,165,177); }
td.TdClassName
{
border-color: #86A5B1;
}
.TagClassName
{
border-color: #86A5B1;
}
</style>