Shades of Nepal #84A1B9
Tints of Nepal #84A1B9
RGB
CMYK
RGB Variations
Color information
#84A1B9 (or 0x84A1B9) is known color: Nepal. HEX triplet: 84, A1 and B9. RGB value is (132,161,185). Sum of RGB (Red+Green+Blue) = 132+161+185=478 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.62% from 478); Green value is 161 (63.28% from 255 or 33.68% from 478); Blue value is 185 (72.66% from 255 or 38.70% from 478); Max value from RGB is 185 - color contains mainly: blue. Hex color #84A1B9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84A1B9 is #7B5E46. Grayscale: #9A9A9A. Windows color (decimal): -8085063 or 12165508. OLE color: 12165508.
HSL color Cylindrical-coordinate representation of color #84A1B9: hue angle of 207.17º degrees, saturation: 0.27, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #84A1B9 is Cyan = 0.29, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 132 | 161 | 185 | - |
| CMYK | 0.29 | 0.13 | 0 | 0.27 |
| HSL | 207.17º | 0.27% | 0.62% | - |
| HSV(B) | 207.17º | 0.29% | 0.73% | - |
| XYZ | 31.02 | 33.9 | 50.81 | - |
| YUV | 155.07 | 144.89 | 111.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 161 | 185 | 0.29 | 0.13 | 0 | 0.27 | 207.17 | 0.27 | 0.62 |
| Hex | 84 | A1 | B9 | 1D | D | 0 | 1B | CF | 1B | 3E |
| Octal | 204 | 241 | 271 | 35 | 15 | 0 | 33 | 317 | 33 | 76 |
| Binary | 10000100 | 10100001 | 10111001 | 11101 | 1101 | 0 | 11011 | 11001111 | 11011 | 111110 |
Color Harmonies of #84A1B9
Complementary color
Monochromatic Colors of #84A1B9
Black with #84A1B9
Text Example
Text Example
White with #84A1B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A1B9; }
p { color: rgb(132,161,185); }
H1.HeaderClassName
{
color: #84A1B9;
}
.AnyTagClassName
{
color: #84A1B9;
}
</style>
background-color css
<style>
a { background-color: #84A1B9; }
a { background-color: rgb(132,161,185); }
div.DivClassName
{
background-color: #84A1B9;
}
.BgClassName
{
background-color: #84A1B9;
}
</style>
border-color css
<style>
span { border-color: #84A1B9; }
span { border-color: rgb(132,161,185); }
td.TdClassName
{
border-color: #84A1B9;
}
.TagClassName
{
border-color: #84A1B9;
}
</style>