Shades of Nepal #86A7BA
Tints of Nepal #86A7BA
RGB
CMYK
RGB Variations
Color information
#86A7BA (or 0x86A7BA) is known color: Nepal. HEX triplet: 86, A7 and BA. RGB value is (134,167,186). Sum of RGB (Red+Green+Blue) = 134+167+186=487 (64% of max value = 765). Red value is 134 (52.73% from 255 or 27.52% from 487); Green value is 167 (65.62% from 255 or 34.29% from 487); Blue value is 186 (73.05% from 255 or 38.19% from 487); Max value from RGB is 186 - color contains mainly: blue. Hex color #86A7BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #86A7BA is #795845. Grayscale: #9F9F9F. Windows color (decimal): -7952454 or 12232582. OLE color: 12232582.
HSL color Cylindrical-coordinate representation of color #86A7BA: hue angle of 201.92º degrees, saturation: 0.27, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #86A7BA is Cyan = 0.28, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 134 | 167 | 186 | - |
| CMYK | 0.28 | 0.10 | 0 | 0.27 |
| HSL | 201.92º | 0.27% | 0.63% | - |
| HSV(B) | 201.92º | 0.28% | 0.73% | - |
| XYZ | 32.51 | 36.25 | 51.74 | - |
| YUV | 159.3 | 143.07 | 109.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 167 | 186 | 0.28 | 0.10 | 0 | 0.27 | 201.92 | 0.27 | 0.63 |
| Hex | 86 | A7 | BA | 1C | A | 0 | 1B | CA | 1B | 3F |
| Octal | 206 | 247 | 272 | 34 | 12 | 0 | 33 | 312 | 33 | 77 |
| Binary | 10000110 | 10100111 | 10111010 | 11100 | 1010 | 0 | 11011 | 11001010 | 11011 | 111111 |
Color Harmonies of #86A7BA
Complementary color
Monochromatic Colors of #86A7BA
Black with #86A7BA
Text Example
Text Example
White with #86A7BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86A7BA; }
p { color: rgb(134,167,186); }
H1.HeaderClassName
{
color: #86A7BA;
}
.AnyTagClassName
{
color: #86A7BA;
}
</style>
background-color css
<style>
a { background-color: #86A7BA; }
a { background-color: rgb(134,167,186); }
div.DivClassName
{
background-color: #86A7BA;
}
.BgClassName
{
background-color: #86A7BA;
}
</style>
border-color css
<style>
span { border-color: #86A7BA; }
span { border-color: rgb(134,167,186); }
td.TdClassName
{
border-color: #86A7BA;
}
.TagClassName
{
border-color: #86A7BA;
}
</style>