Shades of Nepal #8CA7BD
Tints of Nepal #8CA7BD
RGB
CMYK
RGB Variations
Color information
#8CA7BD (or 0x8CA7BD) is known color: Nepal. HEX triplet: 8C, A7 and BD. RGB value is (140,167,189). Sum of RGB (Red+Green+Blue) = 140+167+189=496 (65% of max value = 765). Red value is 140 (55.08% from 255 or 28.23% from 496); Green value is 167 (65.62% from 255 or 33.67% 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 #8CA7BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8CA7BD is #735842. Grayscale: #A1A1A1. Windows color (decimal): -7559235 or 12429196. OLE color: 12429196.
HSL color Cylindrical-coordinate representation of color #8CA7BD: hue angle of 206.94º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8CA7BD is Cyan = 0.26, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 140 | 167 | 189 | - |
| CMYK | 0.26 | 0.12 | 0 | 0.26 |
| HSL | 206.94º | 0.27% | 0.65% | - |
| HSV(B) | 206.94º | 0.26% | 0.74% | - |
| XYZ | 33.82 | 36.89 | 53.48 | - |
| YUV | 161.44 | 143.55 | 112.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 167 | 189 | 0.26 | 0.12 | 0 | 0.26 | 206.94 | 0.27 | 0.65 |
| Hex | 8C | A7 | BD | 1A | C | 0 | 1A | CF | 1B | 41 |
| Octal | 214 | 247 | 275 | 32 | 14 | 0 | 32 | 317 | 33 | 101 |
| Binary | 10001100 | 10100111 | 10111101 | 11010 | 1100 | 0 | 11010 | 11001111 | 11011 | 1000001 |
Color Harmonies of #8CA7BD
Complementary color
Monochromatic Colors of #8CA7BD
Black with #8CA7BD
Text Example
Text Example
White with #8CA7BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CA7BD; }
p { color: rgb(140,167,189); }
H1.HeaderClassName
{
color: #8CA7BD;
}
.AnyTagClassName
{
color: #8CA7BD;
}
</style>
background-color css
<style>
a { background-color: #8CA7BD; }
a { background-color: rgb(140,167,189); }
div.DivClassName
{
background-color: #8CA7BD;
}
.BgClassName
{
background-color: #8CA7BD;
}
</style>
border-color css
<style>
span { border-color: #8CA7BD; }
span { border-color: rgb(140,167,189); }
td.TdClassName
{
border-color: #8CA7BD;
}
.TagClassName
{
border-color: #8CA7BD;
}
</style>