Shades of Nepal #86A7B8
Tints of Nepal #86A7B8
RGB
CMYK
RGB Variations
Color information
#86A7B8 (or 0x86A7B8) is known color: Nepal. HEX triplet: 86, A7 and B8. RGB value is (134,167,184). Sum of RGB (Red+Green+Blue) = 134+167+184=485 (64% of max value = 765). Red value is 134 (52.73% from 255 or 27.63% from 485); Green value is 167 (65.62% from 255 or 34.43% from 485); Blue value is 184 (72.27% from 255 or 37.94% from 485); Max value from RGB is 184 - color contains mainly: blue. Hex color #86A7B8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #86A7B8 is #795847. Grayscale: #9E9E9E. Windows color (decimal): -7952456 or 12101510. OLE color: 12101510.
HSL color Cylindrical-coordinate representation of color #86A7B8: hue angle of 200.4º degrees, saturation: 0.26, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #86A7B8 is Cyan = 0.27, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 134 | 167 | 184 | - |
| CMYK | 0.27 | 0.09 | 0 | 0.28 |
| HSL | 200.4º | 0.26% | 0.62% | - |
| HSV(B) | 200.4º | 0.27% | 0.72% | - |
| XYZ | 32.3 | 36.17 | 50.63 | - |
| YUV | 159.07 | 142.07 | 110.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 167 | 184 | 0.27 | 0.09 | 0 | 0.28 | 200.4 | 0.26 | 0.62 |
| Hex | 86 | A7 | B8 | 1B | 9 | 0 | 1C | C8 | 1A | 3E |
| Octal | 206 | 247 | 270 | 33 | 11 | 0 | 34 | 310 | 32 | 76 |
| Binary | 10000110 | 10100111 | 10111000 | 11011 | 1001 | 0 | 11100 | 11001000 | 11010 | 111110 |
Color Harmonies of #86A7B8
Complementary color
Monochromatic Colors of #86A7B8
Black with #86A7B8
Text Example
Text Example
White with #86A7B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86A7B8; }
p { color: rgb(134,167,184); }
H1.HeaderClassName
{
color: #86A7B8;
}
.AnyTagClassName
{
color: #86A7B8;
}
</style>
background-color css
<style>
a { background-color: #86A7B8; }
a { background-color: rgb(134,167,184); }
div.DivClassName
{
background-color: #86A7B8;
}
.BgClassName
{
background-color: #86A7B8;
}
</style>
border-color css
<style>
span { border-color: #86A7B8; }
span { border-color: rgb(134,167,184); }
td.TdClassName
{
border-color: #86A7B8;
}
.TagClassName
{
border-color: #86A7B8;
}
</style>