Shades of Nepal #85A3BB
Tints of Nepal #85A3BB
RGB
CMYK
RGB Variations
Color information
#85A3BB (or 0x85A3BB) is known color: Nepal. HEX triplet: 85, A3 and BB. RGB value is (133,163,187). Sum of RGB (Red+Green+Blue) = 133+163+187=483 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.54% from 483); Green value is 163 (64.06% from 255 or 33.75% from 483); Blue value is 187 (73.44% from 255 or 38.72% from 483); Max value from RGB is 187 - color contains mainly: blue. Hex color #85A3BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #85A3BB is #7A5C44. Grayscale: #9C9C9C. Windows color (decimal): -8019013 or 12297093. OLE color: 12297093.
HSL color Cylindrical-coordinate representation of color #85A3BB: hue angle of 206.67º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #85A3BB is Cyan = 0.29, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 133 | 163 | 187 | - |
| CMYK | 0.29 | 0.13 | 0 | 0.27 |
| HSL | 206.67º | 0.28% | 0.63% | - |
| HSV(B) | 206.67º | 0.29% | 0.73% | - |
| XYZ | 31.74 | 34.77 | 52.05 | - |
| YUV | 156.77 | 145.06 | 111.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 163 | 187 | 0.29 | 0.13 | 0 | 0.27 | 206.67 | 0.28 | 0.63 |
| Hex | 85 | A3 | BB | 1D | D | 0 | 1B | CF | 1C | 3F |
| Octal | 205 | 243 | 273 | 35 | 15 | 0 | 33 | 317 | 34 | 77 |
| Binary | 10000101 | 10100011 | 10111011 | 11101 | 1101 | 0 | 11011 | 11001111 | 11100 | 111111 |
Color Harmonies of #85A3BB
Complementary color
Monochromatic Colors of #85A3BB
Black with #85A3BB
Text Example
Text Example
White with #85A3BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85A3BB; }
p { color: rgb(133,163,187); }
H1.HeaderClassName
{
color: #85A3BB;
}
.AnyTagClassName
{
color: #85A3BB;
}
</style>
background-color css
<style>
a { background-color: #85A3BB; }
a { background-color: rgb(133,163,187); }
div.DivClassName
{
background-color: #85A3BB;
}
.BgClassName
{
background-color: #85A3BB;
}
</style>
border-color css
<style>
span { border-color: #85A3BB; }
span { border-color: rgb(133,163,187); }
td.TdClassName
{
border-color: #85A3BB;
}
.TagClassName
{
border-color: #85A3BB;
}
</style>