Shades of Nepal #84A7BC
Tints of Nepal #84A7BC
RGB
CMYK
RGB Variations
Color information
#84A7BC (or 0x84A7BC) is known color: Nepal. HEX triplet: 84, A7 and BC. RGB value is (132,167,188). Sum of RGB (Red+Green+Blue) = 132+167+188=487 (64% of max value = 765). Red value is 132 (51.95% from 255 or 27.10% from 487); Green value is 167 (65.62% from 255 or 34.29% from 487); Blue value is 188 (73.83% from 255 or 38.60% from 487); Max value from RGB is 188 - color contains mainly: blue. Hex color #84A7BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84A7BC is #7B5843. Grayscale: #9E9E9E. Windows color (decimal): -8083524 or 12363652. OLE color: 12363652.
HSL color Cylindrical-coordinate representation of color #84A7BC: hue angle of 202.5º degrees, saturation: 0.29, 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 #84A7BC is Cyan = 0.30, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 132 | 167 | 188 | - |
| CMYK | 0.30 | 0.11 | 0 | 0.26 |
| HSL | 202.5º | 0.29% | 0.63% | - |
| HSV(B) | 202.5º | 0.3% | 0.74% | - |
| XYZ | 32.41 | 36.17 | 52.85 | - |
| YUV | 158.93 | 144.4 | 108.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 167 | 188 | 0.30 | 0.11 | 0 | 0.26 | 202.5 | 0.29 | 0.63 |
| Hex | 84 | A7 | BC | 1E | B | 0 | 1A | CA | 1D | 3F |
| Octal | 204 | 247 | 274 | 36 | 13 | 0 | 32 | 312 | 35 | 77 |
| Binary | 10000100 | 10100111 | 10111100 | 11110 | 1011 | 0 | 11010 | 11001010 | 11101 | 111111 |
Color Harmonies of #84A7BC
Complementary color
Monochromatic Colors of #84A7BC
Black with #84A7BC
Text Example
Text Example
White with #84A7BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A7BC; }
p { color: rgb(132,167,188); }
H1.HeaderClassName
{
color: #84A7BC;
}
.AnyTagClassName
{
color: #84A7BC;
}
</style>
background-color css
<style>
a { background-color: #84A7BC; }
a { background-color: rgb(132,167,188); }
div.DivClassName
{
background-color: #84A7BC;
}
.BgClassName
{
background-color: #84A7BC;
}
</style>
border-color css
<style>
span { border-color: #84A7BC; }
span { border-color: rgb(132,167,188); }
td.TdClassName
{
border-color: #84A7BC;
}
.TagClassName
{
border-color: #84A7BC;
}
</style>