Shades of Nepal #9CA9B3
Tints of Nepal #9CA9B3
RGB
CMYK
RGB Variations
Color information
#9CA9B3 (or 0x9CA9B3) is known color: Nepal. HEX triplet: 9C, A9 and B3. RGB value is (156,169,179). Sum of RGB (Red+Green+Blue) = 156+169+179=504 (66% of max value = 765). Red value is 156 (61.33% from 255 or 30.95% from 504); Green value is 169 (66.41% from 255 or 33.53% from 504); Blue value is 179 (70.31% from 255 or 35.52% from 504); Max value from RGB is 179 - color contains mainly: blue. Hex color #9CA9B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9CA9B3 is #63564C. Grayscale: #A6A6A6. Windows color (decimal): -6510157 or 11774364. OLE color: 11774364.
HSL color Cylindrical-coordinate representation of color #9CA9B3: hue angle of 206.09º degrees, saturation: 0.13, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #9CA9B3 is Cyan = 0.13, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 156 | 169 | 179 | - |
| CMYK | 0.13 | 0.06 | 0 | 0.30 |
| HSL | 206.09º | 0.13% | 0.66% | - |
| HSV(B) | 206.09º | 0.13% | 0.7% | - |
| XYZ | 36.03 | 38.7 | 48.22 | - |
| YUV | 166.25 | 135.19 | 120.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 169 | 179 | 0.13 | 0.06 | 0 | 0.30 | 206.09 | 0.13 | 0.66 |
| Hex | 9C | A9 | B3 | D | 6 | 0 | 1E | CE | D | 42 |
| Octal | 234 | 251 | 263 | 15 | 6 | 0 | 36 | 316 | 15 | 102 |
| Binary | 10011100 | 10101001 | 10110011 | 1101 | 110 | 0 | 11110 | 11001110 | 1101 | 1000010 |
Color Harmonies of #9CA9B3
Complementary color
Monochromatic Colors of #9CA9B3
Black with #9CA9B3
Text Example
Text Example
White with #9CA9B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CA9B3; }
p { color: rgb(156,169,179); }
H1.HeaderClassName
{
color: #9CA9B3;
}
.AnyTagClassName
{
color: #9CA9B3;
}
</style>
background-color css
<style>
a { background-color: #9CA9B3; }
a { background-color: rgb(156,169,179); }
div.DivClassName
{
background-color: #9CA9B3;
}
.BgClassName
{
background-color: #9CA9B3;
}
</style>
border-color css
<style>
span { border-color: #9CA9B3; }
span { border-color: rgb(156,169,179); }
td.TdClassName
{
border-color: #9CA9B3;
}
.TagClassName
{
border-color: #9CA9B3;
}
</style>