Shades of Nepal #84A8BB
Tints of Nepal #84A8BB
RGB
CMYK
RGB Variations
Color information
#84A8BB (or 0x84A8BB) is known color: Nepal. HEX triplet: 84, A8 and BB. RGB value is (132,168,187). Sum of RGB (Red+Green+Blue) = 132+168+187=487 (64% of max value = 765). Red value is 132 (51.95% from 255 or 27.10% from 487); Green value is 168 (66.02% from 255 or 34.50% from 487); Blue value is 187 (73.44% from 255 or 38.40% from 487); Max value from RGB is 187 - color contains mainly: blue. Hex color #84A8BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84A8BB is #7B5744. Grayscale: #9F9F9F. Windows color (decimal): -8083269 or 12298372. OLE color: 12298372.
HSL color Cylindrical-coordinate representation of color #84A8BB: hue angle of 200.73º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #84A8BB is Cyan = 0.29, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 132 | 168 | 187 | - |
| CMYK | 0.29 | 0.10 | 0 | 0.27 |
| HSL | 200.73º | 0.29% | 0.63% | - |
| HSV(B) | 200.73º | 0.29% | 0.73% | - |
| XYZ | 32.49 | 36.5 | 52.35 | - |
| YUV | 159.4 | 143.57 | 108.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 168 | 187 | 0.29 | 0.10 | 0 | 0.27 | 200.73 | 0.29 | 0.63 |
| Hex | 84 | A8 | BB | 1D | A | 0 | 1B | C9 | 1D | 3F |
| Octal | 204 | 250 | 273 | 35 | 12 | 0 | 33 | 311 | 35 | 77 |
| Binary | 10000100 | 10101000 | 10111011 | 11101 | 1010 | 0 | 11011 | 11001001 | 11101 | 111111 |
Color Harmonies of #84A8BB
Complementary color
Monochromatic Colors of #84A8BB
Black with #84A8BB
Text Example
Text Example
White with #84A8BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A8BB; }
p { color: rgb(132,168,187); }
H1.HeaderClassName
{
color: #84A8BB;
}
.AnyTagClassName
{
color: #84A8BB;
}
</style>
background-color css
<style>
a { background-color: #84A8BB; }
a { background-color: rgb(132,168,187); }
div.DivClassName
{
background-color: #84A8BB;
}
.BgClassName
{
background-color: #84A8BB;
}
</style>
border-color css
<style>
span { border-color: #84A8BB; }
span { border-color: rgb(132,168,187); }
td.TdClassName
{
border-color: #84A8BB;
}
.TagClassName
{
border-color: #84A8BB;
}
</style>