Shades of Nepal #85A4B7
Tints of Nepal #85A4B7
RGB
CMYK
RGB Variations
Color information
#85A4B7 (or 0x85A4B7) is known color: Nepal. HEX triplet: 85, A4 and B7. RGB value is (133,164,183). Sum of RGB (Red+Green+Blue) = 133+164+183=480 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.71% from 480); Green value is 164 (64.45% from 255 or 34.17% from 480); Blue value is 183 (71.88% from 255 or 38.12% from 480); Max value from RGB is 183 - color contains mainly: blue. Hex color #85A4B7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #85A4B7 is #7A5B48. Grayscale: #9C9C9C. Windows color (decimal): -8018761 or 12035205. OLE color: 12035205.
HSL color Cylindrical-coordinate representation of color #85A4B7: hue angle of 202.8º 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 #85A4B7 is Cyan = 0.27, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 133 | 164 | 183 | - |
| CMYK | 0.27 | 0.10 | 0 | 0.28 |
| HSL | 202.8º | 0.26% | 0.62% | - |
| HSV(B) | 202.8º | 0.27% | 0.72% | - |
| XYZ | 31.5 | 34.96 | 49.89 | - |
| YUV | 156.9 | 142.73 | 110.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 164 | 183 | 0.27 | 0.10 | 0 | 0.28 | 202.8 | 0.26 | 0.62 |
| Hex | 85 | A4 | B7 | 1B | A | 0 | 1C | CB | 1A | 3E |
| Octal | 205 | 244 | 267 | 33 | 12 | 0 | 34 | 313 | 32 | 76 |
| Binary | 10000101 | 10100100 | 10110111 | 11011 | 1010 | 0 | 11100 | 11001011 | 11010 | 111110 |
Color Harmonies of #85A4B7
Complementary color
Monochromatic Colors of #85A4B7
Black with #85A4B7
Text Example
Text Example
White with #85A4B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85A4B7; }
p { color: rgb(133,164,183); }
H1.HeaderClassName
{
color: #85A4B7;
}
.AnyTagClassName
{
color: #85A4B7;
}
</style>
background-color css
<style>
a { background-color: #85A4B7; }
a { background-color: rgb(133,164,183); }
div.DivClassName
{
background-color: #85A4B7;
}
.BgClassName
{
background-color: #85A4B7;
}
</style>
border-color css
<style>
span { border-color: #85A4B7; }
span { border-color: rgb(133,164,183); }
td.TdClassName
{
border-color: #85A4B7;
}
.TagClassName
{
border-color: #85A4B7;
}
</style>