Shades of Nepal #7FA5BD
Tints of Nepal #7FA5BD
RGB
CMYK
RGB Variations
Color information
#7FA5BD (or 0x7FA5BD) is known color: Nepal. HEX triplet: 7F, A5 and BD. RGB value is (127,165,189). Sum of RGB (Red+Green+Blue) = 127+165+189=481 (63% of max value = 765). Red value is 127 (50% from 255 or 26.40% from 481); Green value is 165 (64.84% from 255 or 34.30% from 481); Blue value is 189 (74.22% from 255 or 39.29% from 481); Max value from RGB is 189 - color contains mainly: blue. Hex color #7FA5BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7FA5BD is #805A42. Grayscale: #9C9C9C. Windows color (decimal): -8411715 or 12428671. OLE color: 12428671.
HSL color Cylindrical-coordinate representation of color #7FA5BD: hue angle of 203.23º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7FA5BD is Cyan = 0.33, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 127 | 165 | 189 | - |
| CMYK | 0.33 | 0.13 | 0 | 0.26 |
| HSL | 203.23º | 0.32% | 0.62% | - |
| HSV(B) | 203.23º | 0.33% | 0.74% | - |
| XYZ | 31.39 | 35.1 | 53.26 | - |
| YUV | 156.37 | 146.41 | 107.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 165 | 189 | 0.33 | 0.13 | 0 | 0.26 | 203.23 | 0.32 | 0.62 |
| Hex | 7F | A5 | BD | 21 | D | 0 | 1A | CB | 20 | 3E |
| Octal | 177 | 245 | 275 | 41 | 15 | 0 | 32 | 313 | 40 | 76 |
| Binary | 1111111 | 10100101 | 10111101 | 100001 | 1101 | 0 | 11010 | 11001011 | 100000 | 111110 |
Color Harmonies of #7FA5BD
Complementary color
Monochromatic Colors of #7FA5BD
Black with #7FA5BD
Text Example
Text Example
White with #7FA5BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FA5BD; }
p { color: rgb(127,165,189); }
H1.HeaderClassName
{
color: #7FA5BD;
}
.AnyTagClassName
{
color: #7FA5BD;
}
</style>
background-color css
<style>
a { background-color: #7FA5BD; }
a { background-color: rgb(127,165,189); }
div.DivClassName
{
background-color: #7FA5BD;
}
.BgClassName
{
background-color: #7FA5BD;
}
</style>
border-color css
<style>
span { border-color: #7FA5BD; }
span { border-color: rgb(127,165,189); }
td.TdClassName
{
border-color: #7FA5BD;
}
.TagClassName
{
border-color: #7FA5BD;
}
</style>