Shades of Nepal #92ABC1
Tints of Nepal #92ABC1
RGB
CMYK
RGB Variations
Color information
#92ABC1 (or 0x92ABC1) is known color: Nepal. HEX triplet: 92, AB and C1. RGB value is (146,171,193). Sum of RGB (Red+Green+Blue) = 146+171+193=510 (67% of max value = 765). Red value is 146 (57.42% from 255 or 28.63% from 510); Green value is 171 (67.19% from 255 or 33.53% from 510); Blue value is 193 (75.78% from 255 or 37.84% from 510); Max value from RGB is 193 - color contains mainly: blue. Hex color #92ABC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #92ABC1 is #6D543E. Grayscale: #A5A5A5. Windows color (decimal): -7164991 or 12692370. OLE color: 12692370.
HSL color Cylindrical-coordinate representation of color #92ABC1: hue angle of 208.09º degrees, saturation: 0.27, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #92ABC1 is Cyan = 0.24, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 146 | 171 | 193 | - |
| CMYK | 0.24 | 0.11 | 0 | 0.24 |
| HSL | 208.09º | 0.27% | 0.66% | - |
| HSV(B) | 208.09º | 0.24% | 0.76% | - |
| XYZ | 36.04 | 39.09 | 56.1 | - |
| YUV | 166.03 | 143.22 | 113.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 171 | 193 | 0.24 | 0.11 | 0 | 0.24 | 208.09 | 0.27 | 0.66 |
| Hex | 92 | AB | C1 | 18 | B | 0 | 18 | D0 | 1B | 42 |
| Octal | 222 | 253 | 301 | 30 | 13 | 0 | 30 | 320 | 33 | 102 |
| Binary | 10010010 | 10101011 | 11000001 | 11000 | 1011 | 0 | 11000 | 11010000 | 11011 | 1000010 |
Color Harmonies of #92ABC1
Complementary color
Monochromatic Colors of #92ABC1
Black with #92ABC1
Text Example
Text Example
White with #92ABC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92ABC1; }
p { color: rgb(146,171,193); }
H1.HeaderClassName
{
color: #92ABC1;
}
.AnyTagClassName
{
color: #92ABC1;
}
</style>
background-color css
<style>
a { background-color: #92ABC1; }
a { background-color: rgb(146,171,193); }
div.DivClassName
{
background-color: #92ABC1;
}
.BgClassName
{
background-color: #92ABC1;
}
</style>
border-color css
<style>
span { border-color: #92ABC1; }
span { border-color: rgb(146,171,193); }
td.TdClassName
{
border-color: #92ABC1;
}
.TagClassName
{
border-color: #92ABC1;
}
</style>