Shades of Nepal #83A7BC
Tints of Nepal #83A7BC
RGB
CMYK
RGB Variations
Color information
#83A7BC (or 0x83A7BC) is known color: Nepal. HEX triplet: 83, A7 and BC. RGB value is (131,167,188). Sum of RGB (Red+Green+Blue) = 131+167+188=486 (64% of max value = 765). Red value is 131 (51.56% from 255 or 26.95% from 486); Green value is 167 (65.62% from 255 or 34.36% from 486); Blue value is 188 (73.83% from 255 or 38.68% from 486); Max value from RGB is 188 - color contains mainly: blue. Hex color #83A7BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #83A7BC is #7C5843. Grayscale: #9E9E9E. Windows color (decimal): -8149060 or 12363651. OLE color: 12363651.
HSL color Cylindrical-coordinate representation of color #83A7BC: hue angle of 202.11º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #83A7BC is Cyan = 0.30, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 131 | 167 | 188 | - |
| CMYK | 0.30 | 0.11 | 0 | 0.26 |
| HSL | 202.11º | 0.3% | 0.63% | - |
| HSV(B) | 202.11º | 0.3% | 0.74% | - |
| XYZ | 32.26 | 36.09 | 52.84 | - |
| YUV | 158.63 | 144.57 | 108.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 167 | 188 | 0.30 | 0.11 | 0 | 0.26 | 202.11 | 0.3 | 0.63 |
| Hex | 83 | A7 | BC | 1E | B | 0 | 1A | CA | 1E | 3F |
| Octal | 203 | 247 | 274 | 36 | 13 | 0 | 32 | 312 | 36 | 77 |
| Binary | 10000011 | 10100111 | 10111100 | 11110 | 1011 | 0 | 11010 | 11001010 | 11110 | 111111 |
Color Harmonies of #83A7BC
Complementary color
Monochromatic Colors of #83A7BC
Black with #83A7BC
Text Example
Text Example
White with #83A7BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83A7BC; }
p { color: rgb(131,167,188); }
H1.HeaderClassName
{
color: #83A7BC;
}
.AnyTagClassName
{
color: #83A7BC;
}
</style>
background-color css
<style>
a { background-color: #83A7BC; }
a { background-color: rgb(131,167,188); }
div.DivClassName
{
background-color: #83A7BC;
}
.BgClassName
{
background-color: #83A7BC;
}
</style>
border-color css
<style>
span { border-color: #83A7BC; }
span { border-color: rgb(131,167,188); }
td.TdClassName
{
border-color: #83A7BC;
}
.TagClassName
{
border-color: #83A7BC;
}
</style>