Shades of Nepal #8BA1B4
Tints of Nepal #8BA1B4
RGB
CMYK
RGB Variations
Color information
#8BA1B4 (or 0x8BA1B4) is known color: Nepal. HEX triplet: 8B, A1 and B4. RGB value is (139,161,180). Sum of RGB (Red+Green+Blue) = 139+161+180=480 (63% of max value = 765). Red value is 139 (54.69% from 255 or 28.96% from 480); Green value is 161 (63.28% from 255 or 33.54% from 480); Blue value is 180 (70.70% from 255 or 37.5% from 480); Max value from RGB is 180 - color contains mainly: blue. Hex color #8BA1B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BA1B4 is #745E4B. Grayscale: #9C9C9C. Windows color (decimal): -7626316 or 11837835. OLE color: 11837835.
HSL color Cylindrical-coordinate representation of color #8BA1B4: hue angle of 207.8º degrees, saturation: 0.21, 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 #8BA1B4 is Cyan = 0.23, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 139 | 161 | 180 | - |
| CMYK | 0.23 | 0.11 | 0 | 0.29 |
| HSL | 207.8º | 0.21% | 0.63% | - |
| HSV(B) | 207.8º | 0.23% | 0.71% | - |
| XYZ | 31.63 | 34.27 | 48.13 | - |
| YUV | 156.59 | 141.21 | 115.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 161 | 180 | 0.23 | 0.11 | 0 | 0.29 | 207.8 | 0.21 | 0.63 |
| Hex | 8B | A1 | B4 | 17 | B | 0 | 1D | D0 | 15 | 3F |
| Octal | 213 | 241 | 264 | 27 | 13 | 0 | 35 | 320 | 25 | 77 |
| Binary | 10001011 | 10100001 | 10110100 | 10111 | 1011 | 0 | 11101 | 11010000 | 10101 | 111111 |
Color Harmonies of #8BA1B4
Complementary color
Monochromatic Colors of #8BA1B4
Black with #8BA1B4
Text Example
Text Example
White with #8BA1B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA1B4; }
p { color: rgb(139,161,180); }
H1.HeaderClassName
{
color: #8BA1B4;
}
.AnyTagClassName
{
color: #8BA1B4;
}
</style>
background-color css
<style>
a { background-color: #8BA1B4; }
a { background-color: rgb(139,161,180); }
div.DivClassName
{
background-color: #8BA1B4;
}
.BgClassName
{
background-color: #8BA1B4;
}
</style>
border-color css
<style>
span { border-color: #8BA1B4; }
span { border-color: rgb(139,161,180); }
td.TdClassName
{
border-color: #8BA1B4;
}
.TagClassName
{
border-color: #8BA1B4;
}
</style>