Shades of Nepal #85A2BA
Tints of Nepal #85A2BA
RGB
CMYK
RGB Variations
Color information
#85A2BA (or 0x85A2BA) is known color: Nepal. HEX triplet: 85, A2 and BA. RGB value is (133,162,186). Sum of RGB (Red+Green+Blue) = 133+162+186=481 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.65% from 481); Green value is 162 (63.67% from 255 or 33.68% from 481); Blue value is 186 (73.05% from 255 or 38.67% from 481); Max value from RGB is 186 - color contains mainly: blue. Hex color #85A2BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #85A2BA is #7A5D45. Grayscale: #9B9B9B. Windows color (decimal): -8019270 or 12231301. OLE color: 12231301.
HSL color Cylindrical-coordinate representation of color #85A2BA: hue angle of 207.17º degrees, saturation: 0.28, 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 #85A2BA is Cyan = 0.28, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 133 | 162 | 186 | - |
| CMYK | 0.28 | 0.13 | 0 | 0.27 |
| HSL | 207.17º | 0.28% | 0.63% | - |
| HSV(B) | 207.17º | 0.28% | 0.73% | - |
| XYZ | 31.46 | 34.37 | 51.43 | - |
| YUV | 156.07 | 144.89 | 111.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 162 | 186 | 0.28 | 0.13 | 0 | 0.27 | 207.17 | 0.28 | 0.63 |
| Hex | 85 | A2 | BA | 1C | D | 0 | 1B | CF | 1C | 3F |
| Octal | 205 | 242 | 272 | 34 | 15 | 0 | 33 | 317 | 34 | 77 |
| Binary | 10000101 | 10100010 | 10111010 | 11100 | 1101 | 0 | 11011 | 11001111 | 11100 | 111111 |
Color Harmonies of #85A2BA
Complementary color
Monochromatic Colors of #85A2BA
Black with #85A2BA
Text Example
Text Example
White with #85A2BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85A2BA; }
p { color: rgb(133,162,186); }
H1.HeaderClassName
{
color: #85A2BA;
}
.AnyTagClassName
{
color: #85A2BA;
}
</style>
background-color css
<style>
a { background-color: #85A2BA; }
a { background-color: rgb(133,162,186); }
div.DivClassName
{
background-color: #85A2BA;
}
.BgClassName
{
background-color: #85A2BA;
}
</style>
border-color css
<style>
span { border-color: #85A2BA; }
span { border-color: rgb(133,162,186); }
td.TdClassName
{
border-color: #85A2BA;
}
.TagClassName
{
border-color: #85A2BA;
}
</style>