Shades of Nepal #92ACC1
Tints of Nepal #92ACC1
RGB
CMYK
RGB Variations
Color information
#92ACC1 (or 0x92ACC1) is known color: Nepal. HEX triplet: 92, AC and C1. RGB value is (146,172,193). Sum of RGB (Red+Green+Blue) = 146+172+193=511 (67% of max value = 765). Red value is 146 (57.42% from 255 or 28.57% from 511); Green value is 172 (67.58% from 255 or 33.66% from 511); Blue value is 193 (75.78% from 255 or 37.77% from 511); Max value from RGB is 193 - color contains mainly: blue. Hex color #92ACC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #92ACC1 is #6D533E. Grayscale: #A6A6A6. Windows color (decimal): -7164735 or 12692626. OLE color: 12692626.
HSL color Cylindrical-coordinate representation of color #92ACC1: hue angle of 206.81º 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 #92ACC1 is Cyan = 0.24, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 146 | 172 | 193 | - |
| CMYK | 0.24 | 0.11 | 0 | 0.24 |
| HSL | 206.81º | 0.27% | 0.66% | - |
| HSV(B) | 206.81º | 0.24% | 0.76% | - |
| XYZ | 36.23 | 39.47 | 56.16 | - |
| YUV | 166.62 | 142.89 | 113.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 172 | 193 | 0.24 | 0.11 | 0 | 0.24 | 206.81 | 0.27 | 0.66 |
| Hex | 92 | AC | C1 | 18 | B | 0 | 18 | CF | 1B | 42 |
| Octal | 222 | 254 | 301 | 30 | 13 | 0 | 30 | 317 | 33 | 102 |
| Binary | 10010010 | 10101100 | 11000001 | 11000 | 1011 | 0 | 11000 | 11001111 | 11011 | 1000010 |
Color Harmonies of #92ACC1
Complementary color
Monochromatic Colors of #92ACC1
Black with #92ACC1
Text Example
Text Example
White with #92ACC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92ACC1; }
p { color: rgb(146,172,193); }
H1.HeaderClassName
{
color: #92ACC1;
}
.AnyTagClassName
{
color: #92ACC1;
}
</style>
background-color css
<style>
a { background-color: #92ACC1; }
a { background-color: rgb(146,172,193); }
div.DivClassName
{
background-color: #92ACC1;
}
.BgClassName
{
background-color: #92ACC1;
}
</style>
border-color css
<style>
span { border-color: #92ACC1; }
span { border-color: rgb(146,172,193); }
td.TdClassName
{
border-color: #92ACC1;
}
.TagClassName
{
border-color: #92ACC1;
}
</style>