Shades of Nepal #8CA9BC
Tints of Nepal #8CA9BC
RGB
CMYK
RGB Variations
Color information
#8CA9BC (or 0x8CA9BC) is known color: Nepal. HEX triplet: 8C, A9 and BC. RGB value is (140,169,188). Sum of RGB (Red+Green+Blue) = 140+169+188=497 (65% of max value = 765). Red value is 140 (55.08% from 255 or 28.17% from 497); Green value is 169 (66.41% from 255 or 34.00% from 497); Blue value is 188 (73.83% from 255 or 37.83% from 497); Max value from RGB is 188 - color contains mainly: blue. Hex color #8CA9BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8CA9BC is #735643. Grayscale: #A2A2A2. Windows color (decimal): -7558724 or 12364172. OLE color: 12364172.
HSL color Cylindrical-coordinate representation of color #8CA9BC: hue angle of 203.75º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8CA9BC is Cyan = 0.26, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 140 | 169 | 188 | - |
| CMYK | 0.26 | 0.10 | 0 | 0.26 |
| HSL | 203.75º | 0.26% | 0.64% | - |
| HSV(B) | 203.75º | 0.26% | 0.74% | - |
| XYZ | 34.08 | 37.58 | 53.03 | - |
| YUV | 162.5 | 142.39 | 111.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 169 | 188 | 0.26 | 0.10 | 0 | 0.26 | 203.75 | 0.26 | 0.64 |
| Hex | 8C | A9 | BC | 1A | A | 0 | 1A | CC | 1A | 40 |
| Octal | 214 | 251 | 274 | 32 | 12 | 0 | 32 | 314 | 32 | 100 |
| Binary | 10001100 | 10101001 | 10111100 | 11010 | 1010 | 0 | 11010 | 11001100 | 11010 | 1000000 |
Color Harmonies of #8CA9BC
Complementary color
Monochromatic Colors of #8CA9BC
Black with #8CA9BC
Text Example
Text Example
White with #8CA9BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CA9BC; }
p { color: rgb(140,169,188); }
H1.HeaderClassName
{
color: #8CA9BC;
}
.AnyTagClassName
{
color: #8CA9BC;
}
</style>
background-color css
<style>
a { background-color: #8CA9BC; }
a { background-color: rgb(140,169,188); }
div.DivClassName
{
background-color: #8CA9BC;
}
.BgClassName
{
background-color: #8CA9BC;
}
</style>
border-color css
<style>
span { border-color: #8CA9BC; }
span { border-color: rgb(140,169,188); }
td.TdClassName
{
border-color: #8CA9BC;
}
.TagClassName
{
border-color: #8CA9BC;
}
</style>