Shades of Nepal #8DA7BC
Tints of Nepal #8DA7BC
RGB
CMYK
RGB Variations
Color information
#8DA7BC (or 0x8DA7BC) is known color: Nepal. HEX triplet: 8D, A7 and BC. RGB value is (141,167,188). Sum of RGB (Red+Green+Blue) = 141+167+188=496 (65% of max value = 765). Red value is 141 (55.47% from 255 or 28.43% from 496); Green value is 167 (65.62% from 255 or 33.67% from 496); Blue value is 188 (73.83% from 255 or 37.90% from 496); Max value from RGB is 188 - color contains mainly: blue. Hex color #8DA7BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DA7BC is #725843. Grayscale: #A1A1A1. Windows color (decimal): -7493700 or 12363661. OLE color: 12363661.
HSL color Cylindrical-coordinate representation of color #8DA7BC: hue angle of 206.81º degrees, saturation: 0.26, 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 #8DA7BC is Cyan = 0.25, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 141 | 167 | 188 | - |
| CMYK | 0.25 | 0.11 | 0 | 0.26 |
| HSL | 206.81º | 0.26% | 0.65% | - |
| HSV(B) | 206.81º | 0.25% | 0.74% | - |
| XYZ | 33.88 | 36.93 | 52.92 | - |
| YUV | 161.62 | 142.89 | 113.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 167 | 188 | 0.25 | 0.11 | 0 | 0.26 | 206.81 | 0.26 | 0.65 |
| Hex | 8D | A7 | BC | 19 | B | 0 | 1A | CF | 1A | 41 |
| Octal | 215 | 247 | 274 | 31 | 13 | 0 | 32 | 317 | 32 | 101 |
| Binary | 10001101 | 10100111 | 10111100 | 11001 | 1011 | 0 | 11010 | 11001111 | 11010 | 1000001 |
Color Harmonies of #8DA7BC
Complementary color
Monochromatic Colors of #8DA7BC
Black with #8DA7BC
Text Example
Text Example
White with #8DA7BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DA7BC; }
p { color: rgb(141,167,188); }
H1.HeaderClassName
{
color: #8DA7BC;
}
.AnyTagClassName
{
color: #8DA7BC;
}
</style>
background-color css
<style>
a { background-color: #8DA7BC; }
a { background-color: rgb(141,167,188); }
div.DivClassName
{
background-color: #8DA7BC;
}
.BgClassName
{
background-color: #8DA7BC;
}
</style>
border-color css
<style>
span { border-color: #8DA7BC; }
span { border-color: rgb(141,167,188); }
td.TdClassName
{
border-color: #8DA7BC;
}
.TagClassName
{
border-color: #8DA7BC;
}
</style>