Shades of Nepal #8CA9BB
Tints of Nepal #8CA9BB
RGB
CMYK
RGB Variations
Color information
#8CA9BB (or 0x8CA9BB) is known color: Nepal. HEX triplet: 8C, A9 and BB. RGB value is (140,169,187). Sum of RGB (Red+Green+Blue) = 140+169+187=496 (65% of max value = 765). Red value is 140 (55.08% from 255 or 28.23% from 496); Green value is 169 (66.41% from 255 or 34.07% from 496); Blue value is 187 (73.44% from 255 or 37.70% from 496); Max value from RGB is 187 - color contains mainly: blue. Hex color #8CA9BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8CA9BB is #735644. Grayscale: #A2A2A2. Windows color (decimal): -7558725 or 12298636. OLE color: 12298636.
HSL color Cylindrical-coordinate representation of color #8CA9BB: hue angle of 202.98º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8CA9BB is Cyan = 0.25, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 140 | 169 | 187 | - |
| CMYK | 0.25 | 0.10 | 0 | 0.27 |
| HSL | 202.98º | 0.26% | 0.64% | - |
| HSV(B) | 202.98º | 0.25% | 0.73% | - |
| XYZ | 33.97 | 37.54 | 52.47 | - |
| YUV | 162.38 | 141.89 | 112.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 169 | 187 | 0.25 | 0.10 | 0 | 0.27 | 202.98 | 0.26 | 0.64 |
| Hex | 8C | A9 | BB | 19 | A | 0 | 1B | CB | 1A | 40 |
| Octal | 214 | 251 | 273 | 31 | 12 | 0 | 33 | 313 | 32 | 100 |
| Binary | 10001100 | 10101001 | 10111011 | 11001 | 1010 | 0 | 11011 | 11001011 | 11010 | 1000000 |
Color Harmonies of #8CA9BB
Complementary color
Monochromatic Colors of #8CA9BB
Black with #8CA9BB
Text Example
Text Example
White with #8CA9BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CA9BB; }
p { color: rgb(140,169,187); }
H1.HeaderClassName
{
color: #8CA9BB;
}
.AnyTagClassName
{
color: #8CA9BB;
}
</style>
background-color css
<style>
a { background-color: #8CA9BB; }
a { background-color: rgb(140,169,187); }
div.DivClassName
{
background-color: #8CA9BB;
}
.BgClassName
{
background-color: #8CA9BB;
}
</style>
border-color css
<style>
span { border-color: #8CA9BB; }
span { border-color: rgb(140,169,187); }
td.TdClassName
{
border-color: #8CA9BB;
}
.TagClassName
{
border-color: #8CA9BB;
}
</style>