Shades of Nepal #90A9B6
Tints of Nepal #90A9B6
RGB
CMYK
RGB Variations
Color information
#90A9B6 (or 0x90A9B6) is known color: Nepal. HEX triplet: 90, A9 and B6. RGB value is (144,169,182). Sum of RGB (Red+Green+Blue) = 144+169+182=495 (65% of max value = 765). Red value is 144 (56.64% from 255 or 29.09% from 495); Green value is 169 (66.41% from 255 or 34.14% from 495); Blue value is 182 (71.48% from 255 or 36.77% from 495); Max value from RGB is 182 - color contains mainly: blue. Hex color #90A9B6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90A9B6 is #6F5649. Grayscale: #A2A2A2. Windows color (decimal): -7296586 or 11970960. OLE color: 11970960.
HSL color Cylindrical-coordinate representation of color #90A9B6: hue angle of 200.53º degrees, saturation: 0.21, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #90A9B6 is Cyan = 0.21, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 144 | 169 | 182 | - |
| CMYK | 0.21 | 0.07 | 0 | 0.29 |
| HSL | 200.53º | 0.21% | 0.64% | - |
| HSV(B) | 200.53º | 0.21% | 0.71% | - |
| XYZ | 34.13 | 37.68 | 49.73 | - |
| YUV | 163.01 | 138.72 | 114.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 169 | 182 | 0.21 | 0.07 | 0 | 0.29 | 200.53 | 0.21 | 0.64 |
| Hex | 90 | A9 | B6 | 15 | 7 | 0 | 1D | C9 | 15 | 40 |
| Octal | 220 | 251 | 266 | 25 | 7 | 0 | 35 | 311 | 25 | 100 |
| Binary | 10010000 | 10101001 | 10110110 | 10101 | 111 | 0 | 11101 | 11001001 | 10101 | 1000000 |
Color Harmonies of #90A9B6
Complementary color
Monochromatic Colors of #90A9B6
Black with #90A9B6
Text Example
Text Example
White with #90A9B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90A9B6; }
p { color: rgb(144,169,182); }
H1.HeaderClassName
{
color: #90A9B6;
}
.AnyTagClassName
{
color: #90A9B6;
}
</style>
background-color css
<style>
a { background-color: #90A9B6; }
a { background-color: rgb(144,169,182); }
div.DivClassName
{
background-color: #90A9B6;
}
.BgClassName
{
background-color: #90A9B6;
}
</style>
border-color css
<style>
span { border-color: #90A9B6; }
span { border-color: rgb(144,169,182); }
td.TdClassName
{
border-color: #90A9B6;
}
.TagClassName
{
border-color: #90A9B6;
}
</style>