Shades of Nepal #92A9BD
Tints of Nepal #92A9BD
RGB
CMYK
RGB Variations
Color information
#92A9BD (or 0x92A9BD) is known color: Nepal. HEX triplet: 92, A9 and BD. RGB value is (146,169,189). Sum of RGB (Red+Green+Blue) = 146+169+189=504 (66% of max value = 765). Red value is 146 (57.42% from 255 or 28.97% from 504); Green value is 169 (66.41% from 255 or 33.53% from 504); Blue value is 189 (74.22% from 255 or 37.5% from 504); Max value from RGB is 189 - color contains mainly: blue. Hex color #92A9BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #92A9BD is #6D5642. Grayscale: #A4A4A4. Windows color (decimal): -7165507 or 12429714. OLE color: 12429714.
HSL color Cylindrical-coordinate representation of color #92A9BD: hue angle of 207.91º degrees, saturation: 0.25, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #92A9BD is Cyan = 0.23, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 146 | 169 | 189 | - |
| CMYK | 0.23 | 0.11 | 0 | 0.26 |
| HSL | 207.91º | 0.25% | 0.66% | - |
| HSV(B) | 207.91º | 0.23% | 0.74% | - |
| XYZ | 35.23 | 38.16 | 53.65 | - |
| YUV | 164.4 | 141.88 | 114.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 169 | 189 | 0.23 | 0.11 | 0 | 0.26 | 207.91 | 0.25 | 0.66 |
| Hex | 92 | A9 | BD | 17 | B | 0 | 1A | D0 | 19 | 42 |
| Octal | 222 | 251 | 275 | 27 | 13 | 0 | 32 | 320 | 31 | 102 |
| Binary | 10010010 | 10101001 | 10111101 | 10111 | 1011 | 0 | 11010 | 11010000 | 11001 | 1000010 |
Color Harmonies of #92A9BD
Complementary color
Monochromatic Colors of #92A9BD
Black with #92A9BD
Text Example
Text Example
White with #92A9BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92A9BD; }
p { color: rgb(146,169,189); }
H1.HeaderClassName
{
color: #92A9BD;
}
.AnyTagClassName
{
color: #92A9BD;
}
</style>
background-color css
<style>
a { background-color: #92A9BD; }
a { background-color: rgb(146,169,189); }
div.DivClassName
{
background-color: #92A9BD;
}
.BgClassName
{
background-color: #92A9BD;
}
</style>
border-color css
<style>
span { border-color: #92A9BD; }
span { border-color: rgb(146,169,189); }
td.TdClassName
{
border-color: #92A9BD;
}
.TagClassName
{
border-color: #92A9BD;
}
</style>