Shades of Nepal #80A3BD
Tints of Nepal #80A3BD
RGB
CMYK
RGB Variations
Color information
#80A3BD (or 0x80A3BD) is known color: Nepal. HEX triplet: 80, A3 and BD. RGB value is (128,163,189). Sum of RGB (Red+Green+Blue) = 128+163+189=480 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.67% from 480); Green value is 163 (64.06% from 255 or 33.96% from 480); Blue value is 189 (74.22% from 255 or 39.38% from 480); Max value from RGB is 189 - color contains mainly: blue. Hex color #80A3BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #80A3BD is #7F5C42. Grayscale: #9B9B9B. Windows color (decimal): -8346691 or 12428160. OLE color: 12428160.
HSL color Cylindrical-coordinate representation of color #80A3BD: hue angle of 205.57º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #80A3BD is Cyan = 0.32, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 128 | 163 | 189 | - |
| CMYK | 0.32 | 0.14 | 0 | 0.26 |
| HSL | 205.57º | 0.32% | 0.62% | - |
| HSV(B) | 205.57º | 0.32% | 0.74% | - |
| XYZ | 31.18 | 34.46 | 53.15 | - |
| YUV | 155.5 | 146.9 | 108.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 163 | 189 | 0.32 | 0.14 | 0 | 0.26 | 205.57 | 0.32 | 0.62 |
| Hex | 80 | A3 | BD | 20 | E | 0 | 1A | CE | 20 | 3E |
| Octal | 200 | 243 | 275 | 40 | 16 | 0 | 32 | 316 | 40 | 76 |
| Binary | 10000000 | 10100011 | 10111101 | 100000 | 1110 | 0 | 11010 | 11001110 | 100000 | 111110 |
Color Harmonies of #80A3BD
Complementary color
Monochromatic Colors of #80A3BD
Black with #80A3BD
Text Example
Text Example
White with #80A3BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80A3BD; }
p { color: rgb(128,163,189); }
H1.HeaderClassName
{
color: #80A3BD;
}
.AnyTagClassName
{
color: #80A3BD;
}
</style>
background-color css
<style>
a { background-color: #80A3BD; }
a { background-color: rgb(128,163,189); }
div.DivClassName
{
background-color: #80A3BD;
}
.BgClassName
{
background-color: #80A3BD;
}
</style>
border-color css
<style>
span { border-color: #80A3BD; }
span { border-color: rgb(128,163,189); }
td.TdClassName
{
border-color: #80A3BD;
}
.TagClassName
{
border-color: #80A3BD;
}
</style>