Shades of Nepal #8DA6BD
Tints of Nepal #8DA6BD
RGB
CMYK
RGB Variations
Color information
#8DA6BD (or 0x8DA6BD) is known color: Nepal. HEX triplet: 8D, A6 and BD. RGB value is (141,166,189). Sum of RGB (Red+Green+Blue) = 141+166+189=496 (65% of max value = 765). Red value is 141 (55.47% from 255 or 28.43% from 496); Green value is 166 (65.23% from 255 or 33.47% from 496); Blue value is 189 (74.22% from 255 or 38.10% from 496); Max value from RGB is 189 - color contains mainly: blue. Hex color #8DA6BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DA6BD is #725942. Grayscale: #A1A1A1. Windows color (decimal): -7493955 or 12428941. OLE color: 12428941.
HSL color Cylindrical-coordinate representation of color #8DA6BD: hue angle of 208.75º 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 #8DA6BD is Cyan = 0.25, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 141 | 166 | 189 | - |
| CMYK | 0.25 | 0.12 | 0 | 0.26 |
| HSL | 208.75º | 0.27% | 0.65% | - |
| HSV(B) | 208.75º | 0.25% | 0.74% | - |
| XYZ | 33.81 | 36.61 | 53.43 | - |
| YUV | 161.15 | 143.72 | 113.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 166 | 189 | 0.25 | 0.12 | 0 | 0.26 | 208.75 | 0.27 | 0.65 |
| Hex | 8D | A6 | BD | 19 | C | 0 | 1A | D1 | 1B | 41 |
| Octal | 215 | 246 | 275 | 31 | 14 | 0 | 32 | 321 | 33 | 101 |
| Binary | 10001101 | 10100110 | 10111101 | 11001 | 1100 | 0 | 11010 | 11010001 | 11011 | 1000001 |
Color Harmonies of #8DA6BD
Complementary color
Monochromatic Colors of #8DA6BD
Black with #8DA6BD
Text Example
Text Example
White with #8DA6BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DA6BD; }
p { color: rgb(141,166,189); }
H1.HeaderClassName
{
color: #8DA6BD;
}
.AnyTagClassName
{
color: #8DA6BD;
}
</style>
background-color css
<style>
a { background-color: #8DA6BD; }
a { background-color: rgb(141,166,189); }
div.DivClassName
{
background-color: #8DA6BD;
}
.BgClassName
{
background-color: #8DA6BD;
}
</style>
border-color css
<style>
span { border-color: #8DA6BD; }
span { border-color: rgb(141,166,189); }
td.TdClassName
{
border-color: #8DA6BD;
}
.TagClassName
{
border-color: #8DA6BD;
}
</style>