Shades of Nepal #84A3BA
Tints of Nepal #84A3BA
RGB
CMYK
RGB Variations
Color information
#84A3BA (or 0x84A3BA) is known color: Nepal. HEX triplet: 84, A3 and BA. RGB value is (132,163,186). Sum of RGB (Red+Green+Blue) = 132+163+186=481 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.44% from 481); Green value is 163 (64.06% from 255 or 33.89% from 481); Blue value is 186 (73.05% from 255 or 38.67% from 481); Max value from RGB is 186 - color contains mainly: blue. Hex color #84A3BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84A3BA is #7B5C45. Grayscale: #9C9C9C. Windows color (decimal): -8084550 or 12231556. OLE color: 12231556.
HSL color Cylindrical-coordinate representation of color #84A3BA: hue angle of 205.56º 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 #84A3BA is Cyan = 0.29, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 132 | 163 | 186 | - |
| CMYK | 0.29 | 0.12 | 0 | 0.27 |
| HSL | 205.56º | 0.28% | 0.62% | - |
| HSV(B) | 205.56º | 0.29% | 0.73% | - |
| XYZ | 31.48 | 34.65 | 51.48 | - |
| YUV | 156.35 | 144.73 | 110.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 163 | 186 | 0.29 | 0.12 | 0 | 0.27 | 205.56 | 0.28 | 0.62 |
| Hex | 84 | A3 | BA | 1D | C | 0 | 1B | CE | 1C | 3E |
| Octal | 204 | 243 | 272 | 35 | 14 | 0 | 33 | 316 | 34 | 76 |
| Binary | 10000100 | 10100011 | 10111010 | 11101 | 1100 | 0 | 11011 | 11001110 | 11100 | 111110 |
Color Harmonies of #84A3BA
Complementary color
Monochromatic Colors of #84A3BA
Black with #84A3BA
Text Example
Text Example
White with #84A3BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A3BA; }
p { color: rgb(132,163,186); }
H1.HeaderClassName
{
color: #84A3BA;
}
.AnyTagClassName
{
color: #84A3BA;
}
</style>
background-color css
<style>
a { background-color: #84A3BA; }
a { background-color: rgb(132,163,186); }
div.DivClassName
{
background-color: #84A3BA;
}
.BgClassName
{
background-color: #84A3BA;
}
</style>
border-color css
<style>
span { border-color: #84A3BA; }
span { border-color: rgb(132,163,186); }
td.TdClassName
{
border-color: #84A3BA;
}
.TagClassName
{
border-color: #84A3BA;
}
</style>