Shades of Nepal #90A9BF
Tints of Nepal #90A9BF
RGB
CMYK
RGB Variations
Color information
#90A9BF (or 0x90A9BF) is known color: Nepal. HEX triplet: 90, A9 and BF. RGB value is (144,169,191). Sum of RGB (Red+Green+Blue) = 144+169+191=504 (66% of max value = 765). Red value is 144 (56.64% from 255 or 28.57% from 504); Green value is 169 (66.41% from 255 or 33.53% from 504); Blue value is 191 (75% from 255 or 37.90% from 504); Max value from RGB is 191 - color contains mainly: blue. Hex color #90A9BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90A9BF is #6F5640. Grayscale: #A3A3A3. Windows color (decimal): -7296577 or 12560784. OLE color: 12560784.
HSL color Cylindrical-coordinate representation of color #90A9BF: hue angle of 208.09º degrees, saturation: 0.27, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #90A9BF is Cyan = 0.25, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 144 | 169 | 191 | - |
| CMYK | 0.25 | 0.12 | 0 | 0.25 |
| HSL | 208.09º | 0.27% | 0.66% | - |
| HSV(B) | 208.09º | 0.25% | 0.75% | - |
| XYZ | 35.09 | 38.07 | 54.79 | - |
| YUV | 164.03 | 143.22 | 113.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 169 | 191 | 0.25 | 0.12 | 0 | 0.25 | 208.09 | 0.27 | 0.66 |
| Hex | 90 | A9 | BF | 19 | C | 0 | 19 | D0 | 1B | 42 |
| Octal | 220 | 251 | 277 | 31 | 14 | 0 | 31 | 320 | 33 | 102 |
| Binary | 10010000 | 10101001 | 10111111 | 11001 | 1100 | 0 | 11001 | 11010000 | 11011 | 1000010 |
Color Harmonies of #90A9BF
Complementary color
Monochromatic Colors of #90A9BF
Black with #90A9BF
Text Example
Text Example
White with #90A9BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90A9BF; }
p { color: rgb(144,169,191); }
H1.HeaderClassName
{
color: #90A9BF;
}
.AnyTagClassName
{
color: #90A9BF;
}
</style>
background-color css
<style>
a { background-color: #90A9BF; }
a { background-color: rgb(144,169,191); }
div.DivClassName
{
background-color: #90A9BF;
}
.BgClassName
{
background-color: #90A9BF;
}
</style>
border-color css
<style>
span { border-color: #90A9BF; }
span { border-color: rgb(144,169,191); }
td.TdClassName
{
border-color: #90A9BF;
}
.TagClassName
{
border-color: #90A9BF;
}
</style>