Shades of Nepal #85A5BD
Tints of Nepal #85A5BD
RGB
CMYK
RGB Variations
Color information
#85A5BD (or 0x85A5BD) is known color: Nepal. HEX triplet: 85, A5 and BD. RGB value is (133,165,189). Sum of RGB (Red+Green+Blue) = 133+165+189=487 (64% of max value = 765). Red value is 133 (52.34% from 255 or 27.31% from 487); Green value is 165 (64.84% from 255 or 33.88% from 487); Blue value is 189 (74.22% from 255 or 38.81% from 487); Max value from RGB is 189 - color contains mainly: blue. Hex color #85A5BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #85A5BD is #7A5A42. Grayscale: #9E9E9E. Windows color (decimal): -8018499 or 12428677. OLE color: 12428677.
HSL color Cylindrical-coordinate representation of color #85A5BD: hue angle of 205.71º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #85A5BD is Cyan = 0.30, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 133 | 165 | 189 | - |
| CMYK | 0.30 | 0.13 | 0 | 0.26 |
| HSL | 205.71º | 0.3% | 0.63% | - |
| HSV(B) | 205.71º | 0.3% | 0.74% | - |
| XYZ | 32.31 | 35.57 | 53.31 | - |
| YUV | 158.17 | 145.4 | 110.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 165 | 189 | 0.30 | 0.13 | 0 | 0.26 | 205.71 | 0.3 | 0.63 |
| Hex | 85 | A5 | BD | 1E | D | 0 | 1A | CE | 1E | 3F |
| Octal | 205 | 245 | 275 | 36 | 15 | 0 | 32 | 316 | 36 | 77 |
| Binary | 10000101 | 10100101 | 10111101 | 11110 | 1101 | 0 | 11010 | 11001110 | 11110 | 111111 |
Color Harmonies of #85A5BD
Complementary color
Monochromatic Colors of #85A5BD
Black with #85A5BD
Text Example
Text Example
White with #85A5BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85A5BD; }
p { color: rgb(133,165,189); }
H1.HeaderClassName
{
color: #85A5BD;
}
.AnyTagClassName
{
color: #85A5BD;
}
</style>
background-color css
<style>
a { background-color: #85A5BD; }
a { background-color: rgb(133,165,189); }
div.DivClassName
{
background-color: #85A5BD;
}
.BgClassName
{
background-color: #85A5BD;
}
</style>
border-color css
<style>
span { border-color: #85A5BD; }
span { border-color: rgb(133,165,189); }
td.TdClassName
{
border-color: #85A5BD;
}
.TagClassName
{
border-color: #85A5BD;
}
</style>