Shades of Nepal #8BA4B3
Tints of Nepal #8BA4B3
RGB
CMYK
RGB Variations
Color information
#8BA4B3 (or 0x8BA4B3) is known color: Nepal. HEX triplet: 8B, A4 and B3. RGB value is (139,164,179). Sum of RGB (Red+Green+Blue) = 139+164+179=482 (63% of max value = 765). Red value is 139 (54.69% from 255 or 28.84% from 482); Green value is 164 (64.45% from 255 or 34.02% from 482); Blue value is 179 (70.31% from 255 or 37.14% from 482); Max value from RGB is 179 - color contains mainly: blue. Hex color #8BA4B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BA4B3 is #745B4C. Grayscale: #9E9E9E. Windows color (decimal): -7625549 or 11773067. OLE color: 11773067.
HSL color Cylindrical-coordinate representation of color #8BA4B3: hue angle of 202.5º degrees, saturation: 0.21, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8BA4B3 is Cyan = 0.22, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 139 | 164 | 179 | - |
| CMYK | 0.22 | 0.08 | 0 | 0.30 |
| HSL | 202.5º | 0.21% | 0.62% | - |
| HSV(B) | 202.5º | 0.22% | 0.7% | - |
| XYZ | 32.06 | 35.29 | 47.77 | - |
| YUV | 158.24 | 139.72 | 114.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 164 | 179 | 0.22 | 0.08 | 0 | 0.30 | 202.5 | 0.21 | 0.62 |
| Hex | 8B | A4 | B3 | 16 | 8 | 0 | 1E | CA | 15 | 3E |
| Octal | 213 | 244 | 263 | 26 | 10 | 0 | 36 | 312 | 25 | 76 |
| Binary | 10001011 | 10100100 | 10110011 | 10110 | 1000 | 0 | 11110 | 11001010 | 10101 | 111110 |
Color Harmonies of #8BA4B3
Complementary color
Monochromatic Colors of #8BA4B3
Black with #8BA4B3
Text Example
Text Example
White with #8BA4B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA4B3; }
p { color: rgb(139,164,179); }
H1.HeaderClassName
{
color: #8BA4B3;
}
.AnyTagClassName
{
color: #8BA4B3;
}
</style>
background-color css
<style>
a { background-color: #8BA4B3; }
a { background-color: rgb(139,164,179); }
div.DivClassName
{
background-color: #8BA4B3;
}
.BgClassName
{
background-color: #8BA4B3;
}
</style>
border-color css
<style>
span { border-color: #8BA4B3; }
span { border-color: rgb(139,164,179); }
td.TdClassName
{
border-color: #8BA4B3;
}
.TagClassName
{
border-color: #8BA4B3;
}
</style>