Shades of Nepal #8CA8BF
Tints of Nepal #8CA8BF
RGB
CMYK
RGB Variations
Color information
#8CA8BF (or 0x8CA8BF) is known color: Nepal. HEX triplet: 8C, A8 and BF. RGB value is (140,168,191). Sum of RGB (Red+Green+Blue) = 140+168+191=499 (66% of max value = 765). Red value is 140 (55.08% from 255 or 28.06% from 499); Green value is 168 (66.02% from 255 or 33.67% from 499); Blue value is 191 (75% from 255 or 38.28% from 499); Max value from RGB is 191 - color contains mainly: blue. Hex color #8CA8BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8CA8BF is #735740. Grayscale: #A2A2A2. Windows color (decimal): -7558977 or 12560524. OLE color: 12560524.
HSL color Cylindrical-coordinate representation of color #8CA8BF: hue angle of 207.06º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8CA8BF is Cyan = 0.27, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 140 | 168 | 191 | - |
| CMYK | 0.27 | 0.12 | 0 | 0.25 |
| HSL | 207.06º | 0.28% | 0.65% | - |
| HSV(B) | 207.06º | 0.27% | 0.75% | - |
| XYZ | 34.22 | 37.34 | 54.69 | - |
| YUV | 162.25 | 144.22 | 112.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 168 | 191 | 0.27 | 0.12 | 0 | 0.25 | 207.06 | 0.28 | 0.65 |
| Hex | 8C | A8 | BF | 1B | C | 0 | 19 | CF | 1C | 41 |
| Octal | 214 | 250 | 277 | 33 | 14 | 0 | 31 | 317 | 34 | 101 |
| Binary | 10001100 | 10101000 | 10111111 | 11011 | 1100 | 0 | 11001 | 11001111 | 11100 | 1000001 |
Color Harmonies of #8CA8BF
Complementary color
Monochromatic Colors of #8CA8BF
Black with #8CA8BF
Text Example
Text Example
White with #8CA8BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CA8BF; }
p { color: rgb(140,168,191); }
H1.HeaderClassName
{
color: #8CA8BF;
}
.AnyTagClassName
{
color: #8CA8BF;
}
</style>
background-color css
<style>
a { background-color: #8CA8BF; }
a { background-color: rgb(140,168,191); }
div.DivClassName
{
background-color: #8CA8BF;
}
.BgClassName
{
background-color: #8CA8BF;
}
</style>
border-color css
<style>
span { border-color: #8CA8BF; }
span { border-color: rgb(140,168,191); }
td.TdClassName
{
border-color: #8CA8BF;
}
.TagClassName
{
border-color: #8CA8BF;
}
</style>