Shades of Nepal #85A5BC
Tints of Nepal #85A5BC
RGB
CMYK
RGB Variations
Color information
#85A5BC (or 0x85A5BC) is known color: Nepal. HEX triplet: 85, A5 and BC. RGB value is (133,165,188). Sum of RGB (Red+Green+Blue) = 133+165+188=486 (64% of max value = 765). Red value is 133 (52.34% from 255 or 27.37% from 486); Green value is 165 (64.84% from 255 or 33.95% from 486); Blue value is 188 (73.83% from 255 or 38.68% from 486); Max value from RGB is 188 - color contains mainly: blue. Hex color #85A5BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #85A5BC is #7A5A43. Grayscale: #9D9D9D. Windows color (decimal): -8018500 or 12363141. OLE color: 12363141.
HSL color Cylindrical-coordinate representation of color #85A5BC: hue angle of 205.09º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #85A5BC is Cyan = 0.29, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 133 | 165 | 188 | - |
| CMYK | 0.29 | 0.12 | 0 | 0.26 |
| HSL | 205.09º | 0.29% | 0.63% | - |
| HSV(B) | 205.09º | 0.29% | 0.74% | - |
| XYZ | 32.21 | 35.53 | 52.74 | - |
| YUV | 158.05 | 144.9 | 110.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 165 | 188 | 0.29 | 0.12 | 0 | 0.26 | 205.09 | 0.29 | 0.63 |
| Hex | 85 | A5 | BC | 1D | C | 0 | 1A | CD | 1D | 3F |
| Octal | 205 | 245 | 274 | 35 | 14 | 0 | 32 | 315 | 35 | 77 |
| Binary | 10000101 | 10100101 | 10111100 | 11101 | 1100 | 0 | 11010 | 11001101 | 11101 | 111111 |
Color Harmonies of #85A5BC
Complementary color
Monochromatic Colors of #85A5BC
Black with #85A5BC
Text Example
Text Example
White with #85A5BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85A5BC; }
p { color: rgb(133,165,188); }
H1.HeaderClassName
{
color: #85A5BC;
}
.AnyTagClassName
{
color: #85A5BC;
}
</style>
background-color css
<style>
a { background-color: #85A5BC; }
a { background-color: rgb(133,165,188); }
div.DivClassName
{
background-color: #85A5BC;
}
.BgClassName
{
background-color: #85A5BC;
}
</style>
border-color css
<style>
span { border-color: #85A5BC; }
span { border-color: rgb(133,165,188); }
td.TdClassName
{
border-color: #85A5BC;
}
.TagClassName
{
border-color: #85A5BC;
}
</style>