Shades of Nepal #8BA4B8
Tints of Nepal #8BA4B8
RGB
CMYK
RGB Variations
Color information
#8BA4B8 (or 0x8BA4B8) is known color: Nepal. HEX triplet: 8B, A4 and B8. RGB value is (139,164,184). Sum of RGB (Red+Green+Blue) = 139+164+184=487 (64% of max value = 765). Red value is 139 (54.69% from 255 or 28.54% from 487); Green value is 164 (64.45% from 255 or 33.68% from 487); Blue value is 184 (72.27% from 255 or 37.78% from 487); Max value from RGB is 184 - color contains mainly: blue. Hex color #8BA4B8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BA4B8 is #745B47. Grayscale: #9E9E9E. Windows color (decimal): -7625544 or 12100747. OLE color: 12100747.
HSL color Cylindrical-coordinate representation of color #8BA4B8: hue angle of 206.67º degrees, saturation: 0.24, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8BA4B8 is Cyan = 0.24, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 139 | 164 | 184 | - |
| CMYK | 0.24 | 0.11 | 0 | 0.28 |
| HSL | 206.67º | 0.24% | 0.63% | - |
| HSV(B) | 206.67º | 0.24% | 0.72% | - |
| XYZ | 32.57 | 35.5 | 50.48 | - |
| YUV | 158.81 | 142.22 | 113.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 164 | 184 | 0.24 | 0.11 | 0 | 0.28 | 206.67 | 0.24 | 0.63 |
| Hex | 8B | A4 | B8 | 18 | B | 0 | 1C | CF | 18 | 3F |
| Octal | 213 | 244 | 270 | 30 | 13 | 0 | 34 | 317 | 30 | 77 |
| Binary | 10001011 | 10100100 | 10111000 | 11000 | 1011 | 0 | 11100 | 11001111 | 11000 | 111111 |
Color Harmonies of #8BA4B8
Complementary color
Monochromatic Colors of #8BA4B8
Black with #8BA4B8
Text Example
Text Example
White with #8BA4B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA4B8; }
p { color: rgb(139,164,184); }
H1.HeaderClassName
{
color: #8BA4B8;
}
.AnyTagClassName
{
color: #8BA4B8;
}
</style>
background-color css
<style>
a { background-color: #8BA4B8; }
a { background-color: rgb(139,164,184); }
div.DivClassName
{
background-color: #8BA4B8;
}
.BgClassName
{
background-color: #8BA4B8;
}
</style>
border-color css
<style>
span { border-color: #8BA4B8; }
span { border-color: rgb(139,164,184); }
td.TdClassName
{
border-color: #8BA4B8;
}
.TagClassName
{
border-color: #8BA4B8;
}
</style>