Shades of Nepal #85A7BA
Tints of Nepal #85A7BA
RGB
CMYK
RGB Variations
Color information
#85A7BA (or 0x85A7BA) is known color: Nepal. HEX triplet: 85, A7 and BA. RGB value is (133,167,186). Sum of RGB (Red+Green+Blue) = 133+167+186=486 (64% of max value = 765). Red value is 133 (52.34% from 255 or 27.37% from 486); Green value is 167 (65.62% from 255 or 34.36% from 486); Blue value is 186 (73.05% from 255 or 38.27% from 486); Max value from RGB is 186 - color contains mainly: blue. Hex color #85A7BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #85A7BA is #7A5845. Grayscale: #9E9E9E. Windows color (decimal): -8017990 or 12232581. OLE color: 12232581.
HSL color Cylindrical-coordinate representation of color #85A7BA: hue angle of 201.51º 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 #85A7BA is Cyan = 0.28, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 133 | 167 | 186 | - |
| CMYK | 0.28 | 0.10 | 0 | 0.27 |
| HSL | 201.51º | 0.28% | 0.63% | - |
| HSV(B) | 201.51º | 0.28% | 0.73% | - |
| XYZ | 32.35 | 36.17 | 51.73 | - |
| YUV | 159 | 143.24 | 109.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 167 | 186 | 0.28 | 0.10 | 0 | 0.27 | 201.51 | 0.28 | 0.63 |
| Hex | 85 | A7 | BA | 1C | A | 0 | 1B | CA | 1C | 3F |
| Octal | 205 | 247 | 272 | 34 | 12 | 0 | 33 | 312 | 34 | 77 |
| Binary | 10000101 | 10100111 | 10111010 | 11100 | 1010 | 0 | 11011 | 11001010 | 11100 | 111111 |
Color Harmonies of #85A7BA
Complementary color
Monochromatic Colors of #85A7BA
Black with #85A7BA
Text Example
Text Example
White with #85A7BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85A7BA; }
p { color: rgb(133,167,186); }
H1.HeaderClassName
{
color: #85A7BA;
}
.AnyTagClassName
{
color: #85A7BA;
}
</style>
background-color css
<style>
a { background-color: #85A7BA; }
a { background-color: rgb(133,167,186); }
div.DivClassName
{
background-color: #85A7BA;
}
.BgClassName
{
background-color: #85A7BA;
}
</style>
border-color css
<style>
span { border-color: #85A7BA; }
span { border-color: rgb(133,167,186); }
td.TdClassName
{
border-color: #85A7BA;
}
.TagClassName
{
border-color: #85A7BA;
}
</style>