Shades of Nepal #8DA4BA
Tints of Nepal #8DA4BA
RGB
CMYK
RGB Variations
Color information
#8DA4BA (or 0x8DA4BA) is known color: Nepal. HEX triplet: 8D, A4 and BA. RGB value is (141,164,186). Sum of RGB (Red+Green+Blue) = 141+164+186=491 (65% of max value = 765). Red value is 141 (55.47% from 255 or 28.72% from 491); Green value is 164 (64.45% from 255 or 33.40% from 491); Blue value is 186 (73.05% from 255 or 37.88% from 491); Max value from RGB is 186 - color contains mainly: blue. Hex color #8DA4BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DA4BA is #725B45. Grayscale: #9F9F9F. Windows color (decimal): -7494470 or 12231821. OLE color: 12231821.
HSL color Cylindrical-coordinate representation of color #8DA4BA: hue angle of 209.33º degrees, saturation: 0.25, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8DA4BA is Cyan = 0.24, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 141 | 164 | 186 | - |
| CMYK | 0.24 | 0.12 | 0 | 0.27 |
| HSL | 209.33º | 0.25% | 0.64% | - |
| HSV(B) | 209.33º | 0.24% | 0.73% | - |
| XYZ | 33.12 | 35.76 | 51.61 | - |
| YUV | 159.63 | 142.88 | 114.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 164 | 186 | 0.24 | 0.12 | 0 | 0.27 | 209.33 | 0.25 | 0.64 |
| Hex | 8D | A4 | BA | 18 | C | 0 | 1B | D1 | 19 | 40 |
| Octal | 215 | 244 | 272 | 30 | 14 | 0 | 33 | 321 | 31 | 100 |
| Binary | 10001101 | 10100100 | 10111010 | 11000 | 1100 | 0 | 11011 | 11010001 | 11001 | 1000000 |
Color Harmonies of #8DA4BA
Complementary color
Monochromatic Colors of #8DA4BA
Black with #8DA4BA
Text Example
Text Example
White with #8DA4BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DA4BA; }
p { color: rgb(141,164,186); }
H1.HeaderClassName
{
color: #8DA4BA;
}
.AnyTagClassName
{
color: #8DA4BA;
}
</style>
background-color css
<style>
a { background-color: #8DA4BA; }
a { background-color: rgb(141,164,186); }
div.DivClassName
{
background-color: #8DA4BA;
}
.BgClassName
{
background-color: #8DA4BA;
}
</style>
border-color css
<style>
span { border-color: #8DA4BA; }
span { border-color: rgb(141,164,186); }
td.TdClassName
{
border-color: #8DA4BA;
}
.TagClassName
{
border-color: #8DA4BA;
}
</style>