Shades of Nepal #80A5BB
Tints of Nepal #80A5BB
RGB
CMYK
RGB Variations
Color information
#80A5BB (or 0x80A5BB) is known color: Nepal. HEX triplet: 80, A5 and BB. RGB value is (128,165,187). Sum of RGB (Red+Green+Blue) = 128+165+187=480 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.67% from 480); Green value is 165 (64.84% from 255 or 34.38% from 480); Blue value is 187 (73.44% from 255 or 38.96% from 480); Max value from RGB is 187 - color contains mainly: blue. Hex color #80A5BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #80A5BB is #7F5A44. Grayscale: #9C9C9C. Windows color (decimal): -8346181 or 12297600. OLE color: 12297600.
HSL color Cylindrical-coordinate representation of color #80A5BB: hue angle of 202.37º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #80A5BB is Cyan = 0.32, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 128 | 165 | 187 | - |
| CMYK | 0.32 | 0.12 | 0 | 0.27 |
| HSL | 202.37º | 0.3% | 0.62% | - |
| HSV(B) | 202.37º | 0.32% | 0.73% | - |
| XYZ | 31.33 | 35.09 | 52.14 | - |
| YUV | 156.45 | 145.24 | 107.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 165 | 187 | 0.32 | 0.12 | 0 | 0.27 | 202.37 | 0.3 | 0.62 |
| Hex | 80 | A5 | BB | 20 | C | 0 | 1B | CA | 1E | 3E |
| Octal | 200 | 245 | 273 | 40 | 14 | 0 | 33 | 312 | 36 | 76 |
| Binary | 10000000 | 10100101 | 10111011 | 100000 | 1100 | 0 | 11011 | 11001010 | 11110 | 111110 |
Color Harmonies of #80A5BB
Complementary color
Monochromatic Colors of #80A5BB
Black with #80A5BB
Text Example
Text Example
White with #80A5BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80A5BB; }
p { color: rgb(128,165,187); }
H1.HeaderClassName
{
color: #80A5BB;
}
.AnyTagClassName
{
color: #80A5BB;
}
</style>
background-color css
<style>
a { background-color: #80A5BB; }
a { background-color: rgb(128,165,187); }
div.DivClassName
{
background-color: #80A5BB;
}
.BgClassName
{
background-color: #80A5BB;
}
</style>
border-color css
<style>
span { border-color: #80A5BB; }
span { border-color: rgb(128,165,187); }
td.TdClassName
{
border-color: #80A5BB;
}
.TagClassName
{
border-color: #80A5BB;
}
</style>