Shades of Nepal #81A5BB
Tints of Nepal #81A5BB
RGB
CMYK
RGB Variations
Color information
#81A5BB (or 0x81A5BB) is known color: Nepal. HEX triplet: 81, A5 and BB. RGB value is (129,165,187). Sum of RGB (Red+Green+Blue) = 129+165+187=481 (63% of max value = 765). Red value is 129 (50.78% from 255 or 26.82% from 481); Green value is 165 (64.84% from 255 or 34.30% from 481); Blue value is 187 (73.44% from 255 or 38.88% from 481); Max value from RGB is 187 - color contains mainly: blue. Hex color #81A5BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #81A5BB is #7E5A44. Grayscale: #9C9C9C. Windows color (decimal): -8280645 or 12297601. OLE color: 12297601.
HSL color Cylindrical-coordinate representation of color #81A5BB: hue angle of 202.76º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #81A5BB is Cyan = 0.31, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 129 | 165 | 187 | - |
| CMYK | 0.31 | 0.12 | 0 | 0.27 |
| HSL | 202.76º | 0.3% | 0.62% | - |
| HSV(B) | 202.76º | 0.31% | 0.73% | - |
| XYZ | 31.48 | 35.17 | 52.14 | - |
| YUV | 156.74 | 145.07 | 108.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 165 | 187 | 0.31 | 0.12 | 0 | 0.27 | 202.76 | 0.3 | 0.62 |
| Hex | 81 | A5 | BB | 1F | C | 0 | 1B | CB | 1E | 3E |
| Octal | 201 | 245 | 273 | 37 | 14 | 0 | 33 | 313 | 36 | 76 |
| Binary | 10000001 | 10100101 | 10111011 | 11111 | 1100 | 0 | 11011 | 11001011 | 11110 | 111110 |
Color Harmonies of #81A5BB
Complementary color
Monochromatic Colors of #81A5BB
Black with #81A5BB
Text Example
Text Example
White with #81A5BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81A5BB; }
p { color: rgb(129,165,187); }
H1.HeaderClassName
{
color: #81A5BB;
}
.AnyTagClassName
{
color: #81A5BB;
}
</style>
background-color css
<style>
a { background-color: #81A5BB; }
a { background-color: rgb(129,165,187); }
div.DivClassName
{
background-color: #81A5BB;
}
.BgClassName
{
background-color: #81A5BB;
}
</style>
border-color css
<style>
span { border-color: #81A5BB; }
span { border-color: rgb(129,165,187); }
td.TdClassName
{
border-color: #81A5BB;
}
.TagClassName
{
border-color: #81A5BB;
}
</style>