Shades of Nepal #84A1BA
Tints of Nepal #84A1BA
RGB
CMYK
RGB Variations
Color information
#84A1BA (or 0x84A1BA) is known color: Nepal. HEX triplet: 84, A1 and BA. RGB value is (132,161,186). Sum of RGB (Red+Green+Blue) = 132+161+186=479 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.56% from 479); Green value is 161 (63.28% from 255 or 33.61% from 479); Blue value is 186 (73.05% from 255 or 38.83% from 479); Max value from RGB is 186 - color contains mainly: blue. Hex color #84A1BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84A1BA is #7B5E45. Grayscale: #9B9B9B. Windows color (decimal): -8085062 or 12231044. OLE color: 12231044.
HSL color Cylindrical-coordinate representation of color #84A1BA: hue angle of 207.78º degrees, saturation: 0.28, 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 #84A1BA is Cyan = 0.29, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 132 | 161 | 186 | - |
| CMYK | 0.29 | 0.13 | 0 | 0.27 |
| HSL | 207.78º | 0.28% | 0.62% | - |
| HSV(B) | 207.78º | 0.29% | 0.73% | - |
| XYZ | 31.12 | 33.94 | 51.37 | - |
| YUV | 155.18 | 145.39 | 111.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 161 | 186 | 0.29 | 0.13 | 0 | 0.27 | 207.78 | 0.28 | 0.62 |
| Hex | 84 | A1 | BA | 1D | D | 0 | 1B | D0 | 1C | 3E |
| Octal | 204 | 241 | 272 | 35 | 15 | 0 | 33 | 320 | 34 | 76 |
| Binary | 10000100 | 10100001 | 10111010 | 11101 | 1101 | 0 | 11011 | 11010000 | 11100 | 111110 |
Color Harmonies of #84A1BA
Complementary color
Monochromatic Colors of #84A1BA
Black with #84A1BA
Text Example
Text Example
White with #84A1BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A1BA; }
p { color: rgb(132,161,186); }
H1.HeaderClassName
{
color: #84A1BA;
}
.AnyTagClassName
{
color: #84A1BA;
}
</style>
background-color css
<style>
a { background-color: #84A1BA; }
a { background-color: rgb(132,161,186); }
div.DivClassName
{
background-color: #84A1BA;
}
.BgClassName
{
background-color: #84A1BA;
}
</style>
border-color css
<style>
span { border-color: #84A1BA; }
span { border-color: rgb(132,161,186); }
td.TdClassName
{
border-color: #84A1BA;
}
.TagClassName
{
border-color: #84A1BA;
}
</style>