Shades of Nepal #83A1BA
Tints of Nepal #83A1BA
RGB
CMYK
RGB Variations
Color information
#83A1BA (or 0x83A1BA) is known color: Nepal. HEX triplet: 83, A1 and BA. RGB value is (131,161,186). Sum of RGB (Red+Green+Blue) = 131+161+186=478 (63% of max value = 765). Red value is 131 (51.56% from 255 or 27.41% from 478); Green value is 161 (63.28% from 255 or 33.68% from 478); Blue value is 186 (73.05% from 255 or 38.91% from 478); Max value from RGB is 186 - color contains mainly: blue. Hex color #83A1BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #83A1BA is #7C5E45. Grayscale: #9A9A9A. Windows color (decimal): -8150598 or 12231043. OLE color: 12231043.
HSL color Cylindrical-coordinate representation of color #83A1BA: hue angle of 207.27º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #83A1BA is Cyan = 0.30, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 131 | 161 | 186 | - |
| CMYK | 0.30 | 0.13 | 0 | 0.27 |
| HSL | 207.27º | 0.28% | 0.62% | - |
| HSV(B) | 207.27º | 0.3% | 0.73% | - |
| XYZ | 30.97 | 33.86 | 51.36 | - |
| YUV | 154.88 | 145.56 | 110.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 161 | 186 | 0.30 | 0.13 | 0 | 0.27 | 207.27 | 0.28 | 0.62 |
| Hex | 83 | A1 | BA | 1E | D | 0 | 1B | CF | 1C | 3E |
| Octal | 203 | 241 | 272 | 36 | 15 | 0 | 33 | 317 | 34 | 76 |
| Binary | 10000011 | 10100001 | 10111010 | 11110 | 1101 | 0 | 11011 | 11001111 | 11100 | 111110 |
Color Harmonies of #83A1BA
Complementary color
Monochromatic Colors of #83A1BA
Black with #83A1BA
Text Example
Text Example
White with #83A1BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83A1BA; }
p { color: rgb(131,161,186); }
H1.HeaderClassName
{
color: #83A1BA;
}
.AnyTagClassName
{
color: #83A1BA;
}
</style>
background-color css
<style>
a { background-color: #83A1BA; }
a { background-color: rgb(131,161,186); }
div.DivClassName
{
background-color: #83A1BA;
}
.BgClassName
{
background-color: #83A1BA;
}
</style>
border-color css
<style>
span { border-color: #83A1BA; }
span { border-color: rgb(131,161,186); }
td.TdClassName
{
border-color: #83A1BA;
}
.TagClassName
{
border-color: #83A1BA;
}
</style>