Shades of Nepal #7FA4BD
Tints of Nepal #7FA4BD
RGB
CMYK
RGB Variations
Color information
#7FA4BD (or 0x7FA4BD) is known color: Nepal. HEX triplet: 7F, A4 and BD. RGB value is (127,164,189). Sum of RGB (Red+Green+Blue) = 127+164+189=480 (63% of max value = 765). Red value is 127 (50% from 255 or 26.46% from 480); Green value is 164 (64.45% from 255 or 34.17% from 480); Blue value is 189 (74.22% from 255 or 39.38% from 480); Max value from RGB is 189 - color contains mainly: blue. Hex color #7FA4BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7FA4BD is #805B42. Grayscale: #9B9B9B. Windows color (decimal): -8411971 or 12428415. OLE color: 12428415.
HSL color Cylindrical-coordinate representation of color #7FA4BD: hue angle of 204.19º 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 #7FA4BD is Cyan = 0.33, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 127 | 164 | 189 | - |
| CMYK | 0.33 | 0.13 | 0 | 0.26 |
| HSL | 204.19º | 0.32% | 0.62% | - |
| HSV(B) | 204.19º | 0.33% | 0.74% | - |
| XYZ | 31.21 | 34.74 | 53.2 | - |
| YUV | 155.79 | 146.74 | 107.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 164 | 189 | 0.33 | 0.13 | 0 | 0.26 | 204.19 | 0.32 | 0.62 |
| Hex | 7F | A4 | BD | 21 | D | 0 | 1A | CC | 20 | 3E |
| Octal | 177 | 244 | 275 | 41 | 15 | 0 | 32 | 314 | 40 | 76 |
| Binary | 1111111 | 10100100 | 10111101 | 100001 | 1101 | 0 | 11010 | 11001100 | 100000 | 111110 |
Color Harmonies of #7FA4BD
Complementary color
Monochromatic Colors of #7FA4BD
Black with #7FA4BD
Text Example
Text Example
White with #7FA4BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FA4BD; }
p { color: rgb(127,164,189); }
H1.HeaderClassName
{
color: #7FA4BD;
}
.AnyTagClassName
{
color: #7FA4BD;
}
</style>
background-color css
<style>
a { background-color: #7FA4BD; }
a { background-color: rgb(127,164,189); }
div.DivClassName
{
background-color: #7FA4BD;
}
.BgClassName
{
background-color: #7FA4BD;
}
</style>
border-color css
<style>
span { border-color: #7FA4BD; }
span { border-color: rgb(127,164,189); }
td.TdClassName
{
border-color: #7FA4BD;
}
.TagClassName
{
border-color: #7FA4BD;
}
</style>