Shades of Nepal #8CA6B4
Tints of Nepal #8CA6B4
RGB
CMYK
RGB Variations
Color information
#8CA6B4 (or 0x8CA6B4) is known color: Nepal. HEX triplet: 8C, A6 and B4. RGB value is (140,166,180). Sum of RGB (Red+Green+Blue) = 140+166+180=486 (64% of max value = 765). Red value is 140 (55.08% from 255 or 28.81% from 486); Green value is 166 (65.23% from 255 or 34.16% from 486); Blue value is 180 (70.70% from 255 or 37.04% from 486); Max value from RGB is 180 - color contains mainly: blue. Hex color #8CA6B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8CA6B4 is #73594B. Grayscale: #9F9F9F. Windows color (decimal): -7559500 or 11839116. OLE color: 11839116.
HSL color Cylindrical-coordinate representation of color #8CA6B4: hue angle of 201º degrees, saturation: 0.21, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8CA6B4 is Cyan = 0.22, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 140 | 166 | 180 | - |
| CMYK | 0.22 | 0.08 | 0 | 0.29 |
| HSL | 201º | 0.21% | 0.63% | - |
| HSV(B) | 201º | 0.22% | 0.71% | - |
| XYZ | 32.69 | 36.14 | 48.43 | - |
| YUV | 159.82 | 139.39 | 113.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 166 | 180 | 0.22 | 0.08 | 0 | 0.29 | 201 | 0.21 | 0.63 |
| Hex | 8C | A6 | B4 | 16 | 8 | 0 | 1D | C9 | 15 | 3F |
| Octal | 214 | 246 | 264 | 26 | 10 | 0 | 35 | 311 | 25 | 77 |
| Binary | 10001100 | 10100110 | 10110100 | 10110 | 1000 | 0 | 11101 | 11001001 | 10101 | 111111 |
Color Harmonies of #8CA6B4
Complementary color
Monochromatic Colors of #8CA6B4
Black with #8CA6B4
Text Example
Text Example
White with #8CA6B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CA6B4; }
p { color: rgb(140,166,180); }
H1.HeaderClassName
{
color: #8CA6B4;
}
.AnyTagClassName
{
color: #8CA6B4;
}
</style>
background-color css
<style>
a { background-color: #8CA6B4; }
a { background-color: rgb(140,166,180); }
div.DivClassName
{
background-color: #8CA6B4;
}
.BgClassName
{
background-color: #8CA6B4;
}
</style>
border-color css
<style>
span { border-color: #8CA6B4; }
span { border-color: rgb(140,166,180); }
td.TdClassName
{
border-color: #8CA6B4;
}
.TagClassName
{
border-color: #8CA6B4;
}
</style>