Shades of Nepal #8CA7BB
Tints of Nepal #8CA7BB
RGB
CMYK
RGB Variations
Color information
#8CA7BB (or 0x8CA7BB) is known color: Nepal. HEX triplet: 8C, A7 and BB. RGB value is (140,167,187). Sum of RGB (Red+Green+Blue) = 140+167+187=494 (65% of max value = 765). Red value is 140 (55.08% from 255 or 28.34% from 494); Green value is 167 (65.62% from 255 or 33.81% from 494); Blue value is 187 (73.44% from 255 or 37.85% from 494); Max value from RGB is 187 - color contains mainly: blue. Hex color #8CA7BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8CA7BB is #735844. Grayscale: #A1A1A1. Windows color (decimal): -7559237 or 12298124. OLE color: 12298124.
HSL color Cylindrical-coordinate representation of color #8CA7BB: hue angle of 205.53º 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 #8CA7BB is Cyan = 0.25, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 140 | 167 | 187 | - |
| CMYK | 0.25 | 0.11 | 0 | 0.27 |
| HSL | 205.53º | 0.26% | 0.64% | - |
| HSV(B) | 205.53º | 0.25% | 0.73% | - |
| XYZ | 33.6 | 36.8 | 52.35 | - |
| YUV | 161.21 | 142.55 | 112.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 167 | 187 | 0.25 | 0.11 | 0 | 0.27 | 205.53 | 0.26 | 0.64 |
| Hex | 8C | A7 | BB | 19 | B | 0 | 1B | CE | 1A | 40 |
| Octal | 214 | 247 | 273 | 31 | 13 | 0 | 33 | 316 | 32 | 100 |
| Binary | 10001100 | 10100111 | 10111011 | 11001 | 1011 | 0 | 11011 | 11001110 | 11010 | 1000000 |
Color Harmonies of #8CA7BB
Complementary color
Monochromatic Colors of #8CA7BB
Black with #8CA7BB
Text Example
Text Example
White with #8CA7BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CA7BB; }
p { color: rgb(140,167,187); }
H1.HeaderClassName
{
color: #8CA7BB;
}
.AnyTagClassName
{
color: #8CA7BB;
}
</style>
background-color css
<style>
a { background-color: #8CA7BB; }
a { background-color: rgb(140,167,187); }
div.DivClassName
{
background-color: #8CA7BB;
}
.BgClassName
{
background-color: #8CA7BB;
}
</style>
border-color css
<style>
span { border-color: #8CA7BB; }
span { border-color: rgb(140,167,187); }
td.TdClassName
{
border-color: #8CA7BB;
}
.TagClassName
{
border-color: #8CA7BB;
}
</style>