Shades of Nepal #85A7BE
Tints of Nepal #85A7BE
RGB
CMYK
RGB Variations
Color information
#85A7BE (or 0x85A7BE) is known color: Nepal. HEX triplet: 85, A7 and BE. RGB value is (133,167,190). Sum of RGB (Red+Green+Blue) = 133+167+190=490 (64% of max value = 765). Red value is 133 (52.34% from 255 or 27.14% from 490); Green value is 167 (65.62% from 255 or 34.08% from 490); Blue value is 190 (74.61% from 255 or 38.78% from 490); Max value from RGB is 190 - color contains mainly: blue. Hex color #85A7BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #85A7BE is #7A5841. Grayscale: #9F9F9F. Windows color (decimal): -8017986 or 12494725. OLE color: 12494725.
HSL color Cylindrical-coordinate representation of color #85A7BE: hue angle of 204.21º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #85A7BE is Cyan = 0.3, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 133 | 167 | 190 | - |
| CMYK | 0.3 | 0.12 | 0 | 0.25 |
| HSL | 204.21º | 0.3% | 0.63% | - |
| HSV(B) | 204.21º | 0.3% | 0.75% | - |
| XYZ | 32.79 | 36.34 | 54 | - |
| YUV | 159.46 | 145.24 | 109.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 167 | 190 | 0.3 | 0.12 | 0 | 0.25 | 204.21 | 0.3 | 0.63 |
| Hex | 85 | A7 | BE | 1E | C | 0 | 19 | CC | 1E | 3F |
| Octal | 205 | 247 | 276 | 36 | 14 | 0 | 31 | 314 | 36 | 77 |
| Binary | 10000101 | 10100111 | 10111110 | 11110 | 1100 | 0 | 11001 | 11001100 | 11110 | 111111 |
Color Harmonies of #85A7BE
Complementary color
Monochromatic Colors of #85A7BE
Black with #85A7BE
Text Example
Text Example
White with #85A7BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85A7BE; }
p { color: rgb(133,167,190); }
H1.HeaderClassName
{
color: #85A7BE;
}
.AnyTagClassName
{
color: #85A7BE;
}
</style>
background-color css
<style>
a { background-color: #85A7BE; }
a { background-color: rgb(133,167,190); }
div.DivClassName
{
background-color: #85A7BE;
}
.BgClassName
{
background-color: #85A7BE;
}
</style>
border-color css
<style>
span { border-color: #85A7BE; }
span { border-color: rgb(133,167,190); }
td.TdClassName
{
border-color: #85A7BE;
}
.TagClassName
{
border-color: #85A7BE;
}
</style>