Shades of Nepal #8DA9BD
Tints of Nepal #8DA9BD
RGB
CMYK
RGB Variations
Color information
#8DA9BD (or 0x8DA9BD) is known color: Nepal. HEX triplet: 8D, A9 and BD. RGB value is (141,169,189). Sum of RGB (Red+Green+Blue) = 141+169+189=499 (66% of max value = 765). Red value is 141 (55.47% from 255 or 28.26% from 499); Green value is 169 (66.41% from 255 or 33.87% from 499); Blue value is 189 (74.22% from 255 or 37.88% from 499); Max value from RGB is 189 - color contains mainly: blue. Hex color #8DA9BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DA9BD is #725642. Grayscale: #A2A2A2. Windows color (decimal): -7493187 or 12429709. OLE color: 12429709.
HSL color Cylindrical-coordinate representation of color #8DA9BD: hue angle of 205º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8DA9BD is Cyan = 0.25, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 141 | 169 | 189 | - |
| CMYK | 0.25 | 0.11 | 0 | 0.26 |
| HSL | 205º | 0.27% | 0.65% | - |
| HSV(B) | 205º | 0.25% | 0.74% | - |
| XYZ | 34.36 | 37.71 | 53.61 | - |
| YUV | 162.91 | 142.72 | 112.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 169 | 189 | 0.25 | 0.11 | 0 | 0.26 | 205 | 0.27 | 0.65 |
| Hex | 8D | A9 | BD | 19 | B | 0 | 1A | CD | 1B | 41 |
| Octal | 215 | 251 | 275 | 31 | 13 | 0 | 32 | 315 | 33 | 101 |
| Binary | 10001101 | 10101001 | 10111101 | 11001 | 1011 | 0 | 11010 | 11001101 | 11011 | 1000001 |
Color Harmonies of #8DA9BD
Complementary color
Monochromatic Colors of #8DA9BD
Black with #8DA9BD
Text Example
Text Example
White with #8DA9BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DA9BD; }
p { color: rgb(141,169,189); }
H1.HeaderClassName
{
color: #8DA9BD;
}
.AnyTagClassName
{
color: #8DA9BD;
}
</style>
background-color css
<style>
a { background-color: #8DA9BD; }
a { background-color: rgb(141,169,189); }
div.DivClassName
{
background-color: #8DA9BD;
}
.BgClassName
{
background-color: #8DA9BD;
}
</style>
border-color css
<style>
span { border-color: #8DA9BD; }
span { border-color: rgb(141,169,189); }
td.TdClassName
{
border-color: #8DA9BD;
}
.TagClassName
{
border-color: #8DA9BD;
}
</style>