Shades of Nepal #92A5B4
Tints of Nepal #92A5B4
RGB
CMYK
RGB Variations
Color information
#92A5B4 (or 0x92A5B4) is known color: Nepal. HEX triplet: 92, A5 and B4. RGB value is (146,165,180). Sum of RGB (Red+Green+Blue) = 146+165+180=491 (65% of max value = 765). Red value is 146 (57.42% from 255 or 29.74% from 491); Green value is 165 (64.84% from 255 or 33.60% from 491); Blue value is 180 (70.70% from 255 or 36.66% from 491); Max value from RGB is 180 - color contains mainly: blue. Hex color #92A5B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #92A5B4 is #6D5A4B. Grayscale: #A0A0A0. Windows color (decimal): -7166540 or 11838866. OLE color: 11838866.
HSL color Cylindrical-coordinate representation of color #92A5B4: hue angle of 206.47º degrees, saturation: 0.18, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #92A5B4 is Cyan = 0.19, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 146 | 165 | 180 | - |
| CMYK | 0.19 | 0.08 | 0 | 0.29 |
| HSL | 206.47º | 0.18% | 0.64% | - |
| HSV(B) | 206.47º | 0.19% | 0.71% | - |
| XYZ | 33.55 | 36.32 | 48.42 | - |
| YUV | 161.03 | 138.71 | 117.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 165 | 180 | 0.19 | 0.08 | 0 | 0.29 | 206.47 | 0.18 | 0.64 |
| Hex | 92 | A5 | B4 | 13 | 8 | 0 | 1D | CE | 12 | 40 |
| Octal | 222 | 245 | 264 | 23 | 10 | 0 | 35 | 316 | 22 | 100 |
| Binary | 10010010 | 10100101 | 10110100 | 10011 | 1000 | 0 | 11101 | 11001110 | 10010 | 1000000 |
Color Harmonies of #92A5B4
Complementary color
Monochromatic Colors of #92A5B4
Black with #92A5B4
Text Example
Text Example
White with #92A5B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92A5B4; }
p { color: rgb(146,165,180); }
H1.HeaderClassName
{
color: #92A5B4;
}
.AnyTagClassName
{
color: #92A5B4;
}
</style>
background-color css
<style>
a { background-color: #92A5B4; }
a { background-color: rgb(146,165,180); }
div.DivClassName
{
background-color: #92A5B4;
}
.BgClassName
{
background-color: #92A5B4;
}
</style>
border-color css
<style>
span { border-color: #92A5B4; }
span { border-color: rgb(146,165,180); }
td.TdClassName
{
border-color: #92A5B4;
}
.TagClassName
{
border-color: #92A5B4;
}
</style>