Shades of Nepal #8CA2B5
Tints of Nepal #8CA2B5
RGB
CMYK
RGB Variations
Color information
#8CA2B5 (or 0x8CA2B5) is known color: Nepal. HEX triplet: 8C, A2 and B5. RGB value is (140,162,181). Sum of RGB (Red+Green+Blue) = 140+162+181=483 (63% of max value = 765). Red value is 140 (55.08% from 255 or 28.99% from 483); Green value is 162 (63.67% from 255 or 33.54% from 483); Blue value is 181 (71.09% from 255 or 37.47% from 483); Max value from RGB is 181 - color contains mainly: blue. Hex color #8CA2B5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8CA2B5 is #735D4A. Grayscale: #9D9D9D. Windows color (decimal): -7560523 or 11903628. OLE color: 11903628.
HSL color Cylindrical-coordinate representation of color #8CA2B5: hue angle of 207.8º degrees, saturation: 0.22, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8CA2B5 is Cyan = 0.23, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 140 | 162 | 181 | - |
| CMYK | 0.23 | 0.10 | 0 | 0.29 |
| HSL | 207.8º | 0.22% | 0.63% | - |
| HSV(B) | 207.8º | 0.23% | 0.71% | - |
| XYZ | 32.08 | 34.75 | 48.73 | - |
| YUV | 157.59 | 141.21 | 115.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 162 | 181 | 0.23 | 0.10 | 0 | 0.29 | 207.8 | 0.22 | 0.63 |
| Hex | 8C | A2 | B5 | 17 | A | 0 | 1D | D0 | 16 | 3F |
| Octal | 214 | 242 | 265 | 27 | 12 | 0 | 35 | 320 | 26 | 77 |
| Binary | 10001100 | 10100010 | 10110101 | 10111 | 1010 | 0 | 11101 | 11010000 | 10110 | 111111 |
Color Harmonies of #8CA2B5
Complementary color
Monochromatic Colors of #8CA2B5
Black with #8CA2B5
Text Example
Text Example
White with #8CA2B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CA2B5; }
p { color: rgb(140,162,181); }
H1.HeaderClassName
{
color: #8CA2B5;
}
.AnyTagClassName
{
color: #8CA2B5;
}
</style>
background-color css
<style>
a { background-color: #8CA2B5; }
a { background-color: rgb(140,162,181); }
div.DivClassName
{
background-color: #8CA2B5;
}
.BgClassName
{
background-color: #8CA2B5;
}
</style>
border-color css
<style>
span { border-color: #8CA2B5; }
span { border-color: rgb(140,162,181); }
td.TdClassName
{
border-color: #8CA2B5;
}
.TagClassName
{
border-color: #8CA2B5;
}
</style>