Shades of Nepal #85A4BD
Tints of Nepal #85A4BD
RGB
CMYK
RGB Variations
Color information
#85A4BD (or 0x85A4BD) is known color: Nepal. HEX triplet: 85, A4 and BD. RGB value is (133,164,189). Sum of RGB (Red+Green+Blue) = 133+164+189=486 (64% of max value = 765). Red value is 133 (52.34% from 255 or 27.37% from 486); Green value is 164 (64.45% from 255 or 33.74% from 486); Blue value is 189 (74.22% from 255 or 38.89% from 486); Max value from RGB is 189 - color contains mainly: blue. Hex color #85A4BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #85A4BD is #7A5B42. Grayscale: #9D9D9D. Windows color (decimal): -8018755 or 12428421. OLE color: 12428421.
HSL color Cylindrical-coordinate representation of color #85A4BD: hue angle of 206.79º 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 #85A4BD is Cyan = 0.30, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 133 | 164 | 189 | - |
| CMYK | 0.30 | 0.13 | 0 | 0.26 |
| HSL | 206.79º | 0.3% | 0.63% | - |
| HSV(B) | 206.79º | 0.3% | 0.74% | - |
| XYZ | 32.13 | 35.21 | 53.25 | - |
| YUV | 157.58 | 145.73 | 110.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 164 | 189 | 0.30 | 0.13 | 0 | 0.26 | 206.79 | 0.3 | 0.63 |
| Hex | 85 | A4 | BD | 1E | D | 0 | 1A | CF | 1E | 3F |
| Octal | 205 | 244 | 275 | 36 | 15 | 0 | 32 | 317 | 36 | 77 |
| Binary | 10000101 | 10100100 | 10111101 | 11110 | 1101 | 0 | 11010 | 11001111 | 11110 | 111111 |
Color Harmonies of #85A4BD
Complementary color
Monochromatic Colors of #85A4BD
Black with #85A4BD
Text Example
Text Example
White with #85A4BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85A4BD; }
p { color: rgb(133,164,189); }
H1.HeaderClassName
{
color: #85A4BD;
}
.AnyTagClassName
{
color: #85A4BD;
}
</style>
background-color css
<style>
a { background-color: #85A4BD; }
a { background-color: rgb(133,164,189); }
div.DivClassName
{
background-color: #85A4BD;
}
.BgClassName
{
background-color: #85A4BD;
}
</style>
border-color css
<style>
span { border-color: #85A4BD; }
span { border-color: rgb(133,164,189); }
td.TdClassName
{
border-color: #85A4BD;
}
.TagClassName
{
border-color: #85A4BD;
}
</style>