Shades of Nepal #8DA9C0
Tints of Nepal #8DA9C0
RGB
CMYK
RGB Variations
Color information
#8DA9C0 (or 0x8DA9C0) is known color: Nepal. HEX triplet: 8D, A9 and C0. RGB value is (141,169,192). Sum of RGB (Red+Green+Blue) = 141+169+192=502 (66% of max value = 765). Red value is 141 (55.47% from 255 or 28.09% from 502); Green value is 169 (66.41% from 255 or 33.67% from 502); Blue value is 192 (75.39% from 255 or 38.25% from 502); Max value from RGB is 192 - color contains mainly: blue. Hex color #8DA9C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DA9C0 is #72563F. Grayscale: #A3A3A3. Windows color (decimal): -7493184 or 12626317. OLE color: 12626317.
HSL color Cylindrical-coordinate representation of color #8DA9C0: hue angle of 207.06º degrees, saturation: 0.29, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8DA9C0 is Cyan = 0.27, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 141 | 169 | 192 | - |
| CMYK | 0.27 | 0.12 | 0 | 0.25 |
| HSL | 207.06º | 0.29% | 0.65% | - |
| HSV(B) | 207.06º | 0.27% | 0.75% | - |
| XYZ | 34.69 | 37.84 | 55.35 | - |
| YUV | 163.25 | 144.22 | 112.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 169 | 192 | 0.27 | 0.12 | 0 | 0.25 | 207.06 | 0.29 | 0.65 |
| Hex | 8D | A9 | C0 | 1B | C | 0 | 19 | CF | 1D | 41 |
| Octal | 215 | 251 | 300 | 33 | 14 | 0 | 31 | 317 | 35 | 101 |
| Binary | 10001101 | 10101001 | 11000000 | 11011 | 1100 | 0 | 11001 | 11001111 | 11101 | 1000001 |
Color Harmonies of #8DA9C0
Complementary color
Monochromatic Colors of #8DA9C0
Black with #8DA9C0
Text Example
Text Example
White with #8DA9C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DA9C0; }
p { color: rgb(141,169,192); }
H1.HeaderClassName
{
color: #8DA9C0;
}
.AnyTagClassName
{
color: #8DA9C0;
}
</style>
background-color css
<style>
a { background-color: #8DA9C0; }
a { background-color: rgb(141,169,192); }
div.DivClassName
{
background-color: #8DA9C0;
}
.BgClassName
{
background-color: #8DA9C0;
}
</style>
border-color css
<style>
span { border-color: #8DA9C0; }
span { border-color: rgb(141,169,192); }
td.TdClassName
{
border-color: #8DA9C0;
}
.TagClassName
{
border-color: #8DA9C0;
}
</style>